kumquat-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
barebox barebox: remove old version and add last 4 versions. 2012-07-04 00:01:14 +02:00
grub
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
common.mk
Config.in