Import patches-unapplied version 2.404 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: 4f2c87a4f14a5e047d24cb102606d3f0af7dfd8e

New changelog entries:
  * Follow linux-firmware-raspi2 renaming in the archive for raspi2 images.
This commit is contained in:
Adam Conrad 2016-04-20 10:49:02 -06:00 committed by usd-importer
parent 4f2c87a4f1
commit dbfd5f49b7
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.404) xenial; urgency=medium
* Follow linux-firmware-raspi2 renaming in the archive for raspi2 images.
-- Adam Conrad <adconrad@ubuntu.com> Wed, 20 Apr 2016 10:49:02 -0600
livecd-rootfs (2.403) xenial; urgency=medium livecd-rootfs (2.403) xenial; urgency=medium
* Follow up on recent changes from the new network-manager packages and add * Follow up on recent changes from the new network-manager packages and add

View File

@ -549,7 +549,7 @@ case $ARCH in
;; ;;
raspi2) raspi2)
COMPONENTS='main restricted universe multiverse' COMPONENTS='main restricted universe multiverse'
add_package install raspberrypi2-firmware u-boot-rpi flash-kernel u-boot-tools add_package install linux-firmware-raspi2 u-boot-rpi flash-kernel u-boot-tools
BINARY_REMOVE_LINUX=false BINARY_REMOVE_LINUX=false
;; ;;
esac esac