mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-07 08:01:30 +00:00
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:
parent
dbfd5f49b7
commit
58c3616089
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
|
livecd-rootfs (2.404) xenial; urgency=medium
|
||||||
|
|
||||||
* Follow linux-firmware-raspi2 renaming in the archive for raspi2 images.
|
* Follow linux-firmware-raspi2 renaming in the archive for raspi2 images.
|
||||||
|
@ -399,17 +399,20 @@ case $PROJECT:$SUBPROJECT in
|
|||||||
HERE="$(pwd)"
|
HERE="$(pwd)"
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
linux_package="linux-$devarch"
|
linux_package="linux-image-$devarch"
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
amd64)
|
amd64)
|
||||||
linux_package="linux-signed-generic"
|
linux_package="linux-signed-image-generic"
|
||||||
;;
|
;;
|
||||||
arm64)
|
arm64)
|
||||||
if [ "$devarch" = "dragonboard" ]; then
|
if [ "$devarch" = "dragonboard" ]; then
|
||||||
# ugly hack til we have a metapackage
|
linux_package="linux-image-snapdragon linux-firmware-snapdragon"
|
||||||
linux_package="linux-image-4.4.0-1009-snapdragon dragon410c-firmware"
|
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
armhf)
|
||||||
|
if [ "$devarch" = "raspi2" ]; then
|
||||||
|
linux_package="linux-image-raspi2 linux-firmware-raspi2"
|
||||||
|
;;
|
||||||
ppc64el|s390x)
|
ppc64el|s390x)
|
||||||
echo "I: skipping kernel and device tarball for $ARCH"
|
echo "I: skipping kernel and device tarball for $ARCH"
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user