Import patches-unapplied version 2.23 to ubuntu/oneiric

Imported using git-ubuntu import.

Changelog parent: 2d155200d4

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.
impish
Oliver Grawert 14 years ago committed by usd-importer
parent 2d155200d4
commit 4ee73fcae7

13
debian/changelog vendored

@ -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 <ogra@ubuntu.com> Tue, 16 Aug 2011 14:50:33 +0200
livecd-rootfs (2.22) oneiric; urgency=low
[ Adam Conrad ]

@ -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
;;

Loading…
Cancel
Save