From 4ee73fcae7f7e86014f83bc2aa5b1b117a9f6fd7 Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Tue, 16 Aug 2011 14:50:33 +0200 Subject: [PATCH] Import patches-unapplied version 2.23 to ubuntu/oneiric Imported using git-ubuntu import. Changelog parent: 2d155200d4d1940cb3b55ca438836c4e7341fda1 New changelog entries: [ Jani Monoses ] * Add mx5 subarch support for Freescale i.MX53 [ Oliver Grawert ] * adjust the packagelist for ac100 a bit, according to adam it should not need the kernel metapackage seeded if it matches the naming convention * do not install preinstall-pool on ac100-server, it breaks for no apparent reason atm, this makes server rootfses for ac100 buildable again. --- debian/changelog | 13 +++++++++++++ live-build/auto/config | 7 ++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 517cc127..330adc81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +livecd-rootfs (2.23) oneiric; urgency=low + + [ Jani Monoses ] + * Add mx5 subarch support for Freescale i.MX53 + + [ Oliver Grawert ] + * adjust the packagelist for ac100 a bit, according to adam it should not + need the kernel metapackage seeded if it matches the naming convention + * do not install preinstall-pool on ac100-server, it breaks for no apparent + reason atm, this makes server rootfses for ac100 buildable again. + + -- Oliver Grawert Tue, 16 Aug 2011 14:50:33 +0200 + livecd-rootfs (2.22) oneiric; urgency=low [ Adam Conrad ] diff --git a/live-build/auto/config b/live-build/auto/config index 59d1e220..37cc2b3a 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -197,10 +197,15 @@ case $ARCH in add_package install x-loader-omap4-panda u-boot-linaro-omap4-panda BINARY_REMOVE_LINUX=false ;; + mx5) + COMPONENTS='main restricted universe' + add_package install linux-meta-linaro-lt-mx5 flash-kernel u-boot-linaro-mx53loco + BINARY_REMOVE_LINUX=false ac100) COMPONENTS='main restricted universe' - add_package install abootimg linux-ac100 flash-kernel + add_package install ac100-tarball-installer BINARY_REMOVE_LINUX=false + PREINSTALL_POOL_SEEDS="" ;; esac ;;