mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-05 00:11:10 +00:00
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.
This commit is contained in:
parent
2d155200d4
commit
4ee73fcae7
13
debian/changelog
vendored
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…
x
Reference in New Issue
Block a user