mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-16 05:11:31 +00:00
Add mx5 subarch support for Freescale i.MX53
This commit is contained in:
parent
15164256d1
commit
d566df11b9
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.23) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Add mx5 subarch support for Freescale i.MX53
|
||||||
|
|
||||||
|
-- Jani Monoses <jani@ubuntu.com> Fri, 12 Aug 2011 18:09:01 +0300
|
||||||
|
|
||||||
livecd-rootfs (2.22) oneiric; urgency=low
|
livecd-rootfs (2.22) oneiric; urgency=low
|
||||||
|
|
||||||
[ Adam Conrad ]
|
[ Adam Conrad ]
|
||||||
|
@ -197,6 +197,10 @@ case $ARCH in
|
|||||||
add_package install x-loader-omap4-panda u-boot-linaro-omap4-panda
|
add_package install x-loader-omap4-panda u-boot-linaro-omap4-panda
|
||||||
BINARY_REMOVE_LINUX=false
|
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)
|
ac100)
|
||||||
COMPONENTS='main restricted universe'
|
COMPONENTS='main restricted universe'
|
||||||
add_package install abootimg linux-ac100 flash-kernel
|
add_package install abootimg linux-ac100 flash-kernel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user