kumquat-buildroot/boot
Yann E. MORIN 93be225d92 boot/syslinux: bump version
This new version has a very, very weird build system. There are different
images that syslinux can now build:
  - the plain legacy-bios images we already supported previously
  - two new EFI32 and EFI64 applications

To build one or the other, the Makefile accepts one or more of:
    make (bios|efi32|efi64)

Specify all of them, and it builds all. Specify 'install', and it installs
all of them, as one may expect.

Still a regular behaviour, is to build only a subset (down to one):
    make bios           <-- builds just the legacy-bios images
    make efi32 bios     <-- builds just the legacy-bios and efi32 images

Where it gets weird is the install procedure. Can you guess how it's done?
Hint: the syslinux guys have invented the multiple-argument parsing in
pure Makefiles. To build then install only the bios images, one would do:
    make bios
    make bios install

Yep, that's it. make bios install. Two arguments, one action.

That makes for some funky workarounds in our install procedure...

'bios' is the only image we support so far, with efi to come in a future
patch.

Using MAKE1, as there are issues with highly-parallel builds.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Frank Hunleth <fhunleth@troodon-software.com>
Tested-by: Frank Hunleth <fhunleth@troodon-software.com>
Tested-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-05-03 21:49:00 +02:00
..
at91bootstrap package: remove the empty trailing line(s) 2014-01-04 10:39:29 +01:00
at91bootstrap3
at91dataflashboot Config.in files: whitespace cleanup 2013-11-11 22:19:30 +01:00
barebox barebox: bump to version 2014.04.0 2014-04-11 21:10:37 +02:00
boot-wrapper-aarch64 boot-wrapper-aarch64: bump version and switch to autotools-package 2014-03-21 07:27:00 +01:00
grub grub: bump to 0.97-67 2014-01-07 10:22:35 +01:00
grub2 grub2: add a configuration option to embed a config file 2014-04-20 17:48:46 +02:00
gummiboot gummiboot: new package 2014-02-19 23:28:35 +01:00
lpc32xxcdl
mxs-bootlets Config.in files: whitespace cleanup 2013-11-11 22:19:30 +01:00
syslinux boot/syslinux: bump version 2014-05-03 21:49:00 +02:00
uboot uboot: bump to version 2014.04 2014-04-26 11:27:06 +02:00
xloader
common.mk
Config.in gummiboot: new package 2014-02-19 23:28:35 +01:00