switch imx51 metapackage name to linux-babbage, make imx51 images build from universe since our kernel isnt in main yet

ubuntu/precise
Oliver Grawert 16 years ago
parent 690cd7e1ec
commit a1f4a63114

9
debian/changelog vendored

@ -1,3 +1,12 @@
livecd-rootfs (0.90) UNRELEASED; urgency=low
* make armel imx51 build from universe for alpha4 until our kernel package
is in main.
* change linux metapackage name to linux-babbage on imx51 to reflect the new
name choice of the kernel team.
-- Oliver Grawert <ogra@ubuntu.com> Tue, 11 Aug 2009 10:55:54 +0200
livecd-rootfs (0.89) karmic; urgency=low livecd-rootfs (0.89) karmic; urgency=low
[ Michael Casadevall ] [ Michael Casadevall ]

@ -327,9 +327,13 @@ link_in_boot = $link_in_boot
sparc*) LIST="$LIST linux-sparc64";; sparc*) LIST="$LIST linux-sparc64";;
armel) armel)
case "$SUBARCH" in case "$SUBARCH" in
imx51) LIST="$LIST linux-imx51";; imx51)
LIST="$LIST linux-babbage"
# temporarily enable universe until kernel is in main
COMP="main restricted universe"
;;
dove) LIST="$LIST linux-dove";; dove) LIST="$LIST linux-dove";;
*) LIST="$LIST linux-imx51";; *) LIST="$LIST linux-babbage";;
esac;; esac;;
*) echo "Unknown architecture: no kernel."; exit 1;; *) echo "Unknown architecture: no kernel."; exit 1;;
esac esac

Loading…
Cancel
Save