Set KERNEL_FLAVOURS for mx5.

This commit is contained in:
Jani Monoses 2011-08-24 18:20:03 +03:00
parent cfa03a2023
commit 1824be870d
2 changed files with 8 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.35) UNRELEASED; urgency=low
* Set KERNEL_FLAVOURS for mx5.
-- Jani Monoses <jani@ubuntu.com> Wed, 24 Aug 2011 18:18:42 +0300
livecd-rootfs (2.34) oneiric; urgency=low
* drop FLASH_KERNEL_SKIP from live-build config, flash-kernel suppression is

View File

@ -204,7 +204,8 @@ case $ARCH in
;;
mx5)
COMPONENTS='main restricted universe'
add_package install linux-image-linaro-lt-mx5 flash-kernel u-boot-linaro-mx53loco
KERNEL_FLAVOURS=linaro-lt-mx5
add_package install flash-kernel u-boot-linaro-mx53loco
BINARY_REMOVE_LINUX=false
;;
ac100)