From 9d5b29127d91fd34153ccb9961abd7de536f1f9a Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Tue, 8 Dec 2015 16:47:21 +0100 Subject: [PATCH] Import patches-unapplied version 2.362 to ubuntu/xenial-proposed Imported using git-ubuntu import. Changelog parent: e8c9dfca01dab3e02f000855110914ae468a4b35 New changelog entries: * make sure u-boot-tools is installed on snappy arm64 --- debian/changelog | 6 ++++++ live-build/auto/config | 3 +++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index e6d3fe49..b182678f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.362) xenial; urgency=medium + + * make sure u-boot-tools is installed on snappy arm64 + + -- Oliver Grawert Tue, 08 Dec 2015 16:47:21 +0100 + livecd-rootfs (2.361) xenial; urgency=medium * live-build/ubuntu-core/hooks/01-setup_user.chroot: diff --git a/live-build/auto/config b/live-build/auto/config index 9f032543..920519fe 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -417,6 +417,9 @@ case $PROJECT in armhf) add_package install flash-kernel u-boot-tools ;; + arm64) + add_package install u-boot-tools + ;; esac OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none"