mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-07 17:02:30 +00:00
Set KERNEL_FLAVOURS for mx5.
This commit is contained in:
parent
cfa03a2023
commit
1824be870d
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
livecd-rootfs (2.34) oneiric; urgency=low
|
||||||
|
|
||||||
* drop FLASH_KERNEL_SKIP from live-build config, flash-kernel suppression is
|
* drop FLASH_KERNEL_SKIP from live-build config, flash-kernel suppression is
|
||||||
|
@ -204,7 +204,8 @@ case $ARCH in
|
|||||||
;;
|
;;
|
||||||
mx5)
|
mx5)
|
||||||
COMPONENTS='main restricted universe'
|
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
|
BINARY_REMOVE_LINUX=false
|
||||||
;;
|
;;
|
||||||
ac100)
|
ac100)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user