Build raspi2 images with multiverse for firmware.

ubuntu/yakkety 2.386
Adam Conrad 9 years ago
parent f94b5db6e3
commit d77a731d63

8
debian/changelog vendored

@ -1,9 +1,13 @@
livecd-rootfs (2.386) UNRELEASED; urgency=medium livecd-rootfs (2.386) xenial; urgency=medium
[ Michael Vogt ]
* add dpkg.list to assets of the kernel snap * add dpkg.list to assets of the kernel snap
* add grub-efi-arm64 to the arm64 OS snap * add grub-efi-arm64 to the arm64 OS snap
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 09 Mar 2016 23:16:55 +0100 [ Adam Conrad ]
* Build raspi2 images with multiverse for firmware.
-- Adam Conrad <adconrad@ubuntu.com> Mon, 14 Mar 2016 10:31:55 -0600
livecd-rootfs (2.385) xenial; urgency=medium livecd-rootfs (2.385) xenial; urgency=medium

@ -569,7 +569,7 @@ case $ARCH in
echo "d-i passwd/auto-login boolean true" >config/preseed/autologin.preseed.chroot echo "d-i passwd/auto-login boolean true" >config/preseed/autologin.preseed.chroot
;; ;;
raspi2) raspi2)
COMPONENTS='main restricted universe' COMPONENTS='main restricted universe multiverse'
add_package install raspberrypi2-firmware u-boot-rpi flash-kernel u-boot-tools add_package install raspberrypi2-firmware u-boot-rpi flash-kernel u-boot-tools
BINARY_REMOVE_LINUX=false BINARY_REMOVE_LINUX=false
;; ;;

Loading…
Cancel
Save