mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-16 05:11:31 +00:00
make sure u-boot-tools is installed on snappy arm64
This commit is contained in:
parent
184c4e4fd0
commit
74633563d8
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.362) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* make sure u-boot-tools is installed on snappy arm64
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Tue, 08 Dec 2015 16:47:21 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.361) xenial; urgency=medium
|
livecd-rootfs (2.361) xenial; urgency=medium
|
||||||
|
|
||||||
* live-build/ubuntu-core/hooks/01-setup_user.chroot:
|
* live-build/ubuntu-core/hooks/01-setup_user.chroot:
|
||||||
|
@ -417,6 +417,9 @@ case $PROJECT in
|
|||||||
armhf)
|
armhf)
|
||||||
add_package install flash-kernel u-boot-tools
|
add_package install flash-kernel u-boot-tools
|
||||||
;;
|
;;
|
||||||
|
arm64)
|
||||||
|
add_package install u-boot-tools
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none"
|
OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user