* 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:
Adam Conrad 2012-07-25 06:39:45 -06:00
parent 5c8db81642
commit 3de85abe65
2 changed files with 10 additions and 3 deletions

7
debian/changelog vendored
View File

@ -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
* Install a hook to remove /etc/fstab rather than building ubuntu-server

View File

@ -237,17 +237,17 @@ case $ARCH in
BINARY_REMOVE_LINUX=false
;;
omap)
add_package install u-boot-linaro-omap3-beagle
add_package install u-boot-linaro-omap3-beagle u-boot-tools
BINARY_REMOVE_LINUX=false
;;
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
;;
mx5)
COMPONENTS='main restricted universe'
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
;;
ac100)