From c229012efbec214f17a7478f5ec13663f9ae7a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Fri, 23 Nov 2018 17:39:40 +0100 Subject: [PATCH] Add raspi3 arm64 rootfs build support. --- debian/changelog | 3 ++- live-build/auto/config | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3043af2b..ee827c0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ livecd-rootfs (2.547) UNRELEASED; urgency=medium image/boot/uboot for raspi*. * Avoid issues of hard-linking to a symbolic vmlinuz as this can lead to a dangling symlink. + * Add raspi3 arm64 rootfs build support. [ Aleksandr Bogdanov ] * vagrant: disabling automatic console log file @@ -13,7 +14,7 @@ livecd-rootfs (2.547) UNRELEASED; urgency=medium [ Michael Zanetti ] * Don't set QML2_IMPORT_PATH in environment for Ubuntu Touch images. - -- Steve Langasek Mon, 19 Nov 2018 10:39:33 -0800 + -- Ɓukasz 'sil2100' Zemczak Fri, 23 Nov 2018 17:20:29 +0100 livecd-rootfs (2.546) disco; urgency=medium diff --git a/live-build/auto/config b/live-build/auto/config index 83b4c181..957d41ad 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -786,7 +786,7 @@ case $PROJECT in esac case $ARCH in - armel|armhf) + armel|armhf|arm64) KERNEL_FLAVOURS="${SUBARCH:-$KERNEL_FLAVOURS}" case $SUBARCH in dove) @@ -896,7 +896,7 @@ echo "SUBPROJECT=\"${SUBPROJECT:-}\"" >> config/binary echo "LB_DISTRIBUTION=\"$SUITE\"" >> config/binary case $ARCH+$SUBARCH in - armhf+raspi2|armhf+raspi3) + armhf+raspi2|armhf+raspi3|arm64+raspi3) cat > config/hooks/01-firmware-directory.chroot_early <