mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-23 08:42:00 +00:00
Import patches-unapplied version 2.73 to ubuntu/quantal
Imported using git-ubuntu import. Changelog parent: 672c5ccad674d0cc907d19e283287114a38ba9e8 New changelog entries: * Add u-boot-tools to the installed set for all u-boot ARM images * Remove ti-omap4-ppa from the omap4 images; it's no longer used
This commit is contained in:
parent
672c5ccad6
commit
9715594952
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.73) quantal; urgency=low
|
||||||
|
|
||||||
|
* Add u-boot-tools to the installed set for all u-boot ARM images
|
||||||
|
* Remove ti-omap4-ppa from the omap4 images; it's no longer used
|
||||||
|
|
||||||
|
-- Adam Conrad <adconrad@ubuntu.com> Wed, 25 Jul 2012 06:37:02 -0600
|
||||||
|
|
||||||
livecd-rootfs (2.72) quantal; urgency=low
|
livecd-rootfs (2.72) quantal; urgency=low
|
||||||
|
|
||||||
* Install a hook to remove /etc/fstab rather than building ubuntu-server
|
* Install a hook to remove /etc/fstab rather than building ubuntu-server
|
||||||
|
@ -237,17 +237,17 @@ case $ARCH in
|
|||||||
BINARY_REMOVE_LINUX=false
|
BINARY_REMOVE_LINUX=false
|
||||||
;;
|
;;
|
||||||
omap)
|
omap)
|
||||||
add_package install u-boot-linaro-omap3-beagle
|
add_package install u-boot-linaro-omap3-beagle u-boot-tools
|
||||||
BINARY_REMOVE_LINUX=false
|
BINARY_REMOVE_LINUX=false
|
||||||
;;
|
;;
|
||||||
omap4)
|
omap4)
|
||||||
add_package install u-boot-linaro-omap4-panda ti-omap4-ppa
|
add_package install u-boot-linaro-omap4-panda u-boot-tools
|
||||||
BINARY_REMOVE_LINUX=false
|
BINARY_REMOVE_LINUX=false
|
||||||
;;
|
;;
|
||||||
mx5)
|
mx5)
|
||||||
COMPONENTS='main restricted universe'
|
COMPONENTS='main restricted universe'
|
||||||
KERNEL_FLAVOURS=linaro-lt-mx5
|
KERNEL_FLAVOURS=linaro-lt-mx5
|
||||||
add_package install flash-kernel u-boot-linaro-mx53loco
|
add_package install flash-kernel u-boot-linaro-mx53loco u-boot-tools
|
||||||
BINARY_REMOVE_LINUX=false
|
BINARY_REMOVE_LINUX=false
|
||||||
;;
|
;;
|
||||||
ac100)
|
ac100)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user