Import patches-unapplied version 2.35 to ubuntu/oneiric

Imported using git-ubuntu import.

Changelog parent: 137f2a72d4728a20fb4f8a570009c34475f21799

New changelog entries:
  * Set KERNEL_FLAVOURS for mx5.
This commit is contained in:
Jani Monoses 2011-08-24 18:18:42 +03:00 committed by usd-importer
parent 137f2a72d4
commit 99d9759e40
2 changed files with 8 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.35) oneiric; 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)