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

This commit is contained in:
Oliver Grawert 2009-08-11 10:58:26 +02:00
parent 690cd7e1ec
commit a1f4a63114
2 changed files with 15 additions and 2 deletions

9
debian/changelog vendored
View File

@ -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
[ Michael Casadevall ]

View File

@ -327,9 +327,13 @@ link_in_boot = $link_in_boot
sparc*) LIST="$LIST linux-sparc64";;
armel)
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";;
*) LIST="$LIST linux-imx51";;
*) LIST="$LIST linux-babbage";;
esac;;
*) echo "Unknown architecture: no kernel."; exit 1;;
esac