buildroot/boot
Arnout Vandecappelle (Essensium/Mind) 69e64c42b7 all packages: use new host-xxx-package macros
This is a purely mechanical change, performed with
find package linux toolchain boot -name \*.mk | \
  xargs sed -i -e 's/$(eval $(call GENTARGETS,host))/$(eval $(host-generic-package))/' \
               -e 's/$(eval $(call AUTOTARGETS,host))/$(eval $(host-autotools-package))/' \
               -e 's/$(eval $(call CMAKETARGETS,host))/$(eval $(host-cmake-package))/'

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-07-17 20:18:03 +02:00
..
at91bootstrap at91bootstrap: allow specification of a custom patch directory 2012-02-02 23:42:34 +01:00
at91dataflashboot boot: only show vendor-specific bootloaders for applicable arm variant 2012-02-01 23:46:48 +01:00
barebox barebox: remove old version and add last 4 versions. 2012-07-04 00:01:14 +02:00
grub Prevent patch commands from accessing source control 2011-11-26 21:56:25 +01:00
lpc32xxcdl lpc32xxcdl: fix patch step 2012-02-02 16:02:48 +01:00
syslinux all packages: use new host-xxx-package macros 2012-07-17 20:18:03 +02:00
uboot u-boot: build signed image for OMAP processors 2012-05-19 22:33:48 +02:00
xloader package: remove useless arguments from GENTARGETS 2011-09-29 23:09:58 +02:00
common.mk bootloaders: move bootloader build code to boot/ 2010-06-10 21:05:12 +02:00
Config.in lpc32xx: Add CDL to the available bootloaders 2012-02-01 23:30:44 +01:00