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

Imported using git-ubuntu import.

Changelog parent: dbfd5f49b7239a07b34b03d972b4aae1151b3a42

New changelog entries:
  * move the snappy kernel builds to the correct linux-image-$arch and
    linux-firmware-$arch metapackages
This commit is contained in:
Oliver Grawert 2016-04-20 19:34:11 +02:00 committed by usd-importer
parent dbfd5f49b7
commit 58c3616089
2 changed files with 14 additions and 4 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.405) xenial; urgency=medium
* move the snappy kernel builds to the correct linux-image-$arch and
linux-firmware-$arch metapackages
-- Oliver Grawert <ogra@ubuntu.com> Wed, 20 Apr 2016 19:34:11 +0200
livecd-rootfs (2.404) xenial; urgency=medium
* Follow linux-firmware-raspi2 renaming in the archive for raspi2 images.

View File

@ -399,17 +399,20 @@ case $PROJECT:$SUBPROJECT in
HERE="$(pwd)"
set -x
linux_package="linux-$devarch"
linux_package="linux-image-$devarch"
case $ARCH in
amd64)
linux_package="linux-signed-generic"
linux_package="linux-signed-image-generic"
;;
arm64)
if [ "$devarch" = "dragonboard" ]; then
# ugly hack til we have a metapackage
linux_package="linux-image-4.4.0-1009-snapdragon dragon410c-firmware"
linux_package="linux-image-snapdragon linux-firmware-snapdragon"
fi
;;
armhf)
if [ "$devarch" = "raspi2" ]; then
linux_package="linux-image-raspi2 linux-firmware-raspi2"
;;
ppc64el|s390x)
echo "I: skipping kernel and device tarball for $ARCH"
return