mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-17 13:51:32 +00:00
Add raspi3 arm64 rootfs build support.
This commit is contained in:
parent
cdd196d0f6
commit
c229012efb
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -6,6 +6,7 @@ livecd-rootfs (2.547) UNRELEASED; urgency=medium
|
|||||||
image/boot/uboot for raspi*.
|
image/boot/uboot for raspi*.
|
||||||
* Avoid issues of hard-linking to a symbolic vmlinuz as this can lead to a
|
* Avoid issues of hard-linking to a symbolic vmlinuz as this can lead to a
|
||||||
dangling symlink.
|
dangling symlink.
|
||||||
|
* Add raspi3 arm64 rootfs build support.
|
||||||
|
|
||||||
[ Aleksandr Bogdanov ]
|
[ Aleksandr Bogdanov ]
|
||||||
* vagrant: disabling automatic console log file
|
* vagrant: disabling automatic console log file
|
||||||
@ -13,7 +14,7 @@ livecd-rootfs (2.547) UNRELEASED; urgency=medium
|
|||||||
[ Michael Zanetti ]
|
[ Michael Zanetti ]
|
||||||
* Don't set QML2_IMPORT_PATH in environment for Ubuntu Touch images.
|
* Don't set QML2_IMPORT_PATH in environment for Ubuntu Touch images.
|
||||||
|
|
||||||
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 19 Nov 2018 10:39:33 -0800
|
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Fri, 23 Nov 2018 17:20:29 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.546) disco; urgency=medium
|
livecd-rootfs (2.546) disco; urgency=medium
|
||||||
|
|
||||||
|
@ -786,7 +786,7 @@ case $PROJECT in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
armel|armhf)
|
armel|armhf|arm64)
|
||||||
KERNEL_FLAVOURS="${SUBARCH:-$KERNEL_FLAVOURS}"
|
KERNEL_FLAVOURS="${SUBARCH:-$KERNEL_FLAVOURS}"
|
||||||
case $SUBARCH in
|
case $SUBARCH in
|
||||||
dove)
|
dove)
|
||||||
@ -896,7 +896,7 @@ echo "SUBPROJECT=\"${SUBPROJECT:-}\"" >> config/binary
|
|||||||
echo "LB_DISTRIBUTION=\"$SUITE\"" >> config/binary
|
echo "LB_DISTRIBUTION=\"$SUITE\"" >> config/binary
|
||||||
|
|
||||||
case $ARCH+$SUBARCH in
|
case $ARCH+$SUBARCH in
|
||||||
armhf+raspi2|armhf+raspi3)
|
armhf+raspi2|armhf+raspi3|arm64+raspi3)
|
||||||
cat > config/hooks/01-firmware-directory.chroot_early <<EOF
|
cat > config/hooks/01-firmware-directory.chroot_early <<EOF
|
||||||
#!/bin/sh -ex
|
#!/bin/sh -ex
|
||||||
mkdir -p /boot/firmware
|
mkdir -p /boot/firmware
|
||||||
|
Loading…
x
Reference in New Issue
Block a user