syslinux.bbclass, syslinux: Update to syslinux 6.01
authorJason Wessel <jason.wessel@windriver.com>
Tue, 17 Sep 2013 13:32:13 +0000 (13:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Sep 2013 21:11:56 +0000 (22:11 +0100)
commitd7e8d936b112e3bd85313e4197bfd1d434f4e446
tree4b9e1ff9fe80530fae3d1e4333310d356e961285
parentbe377d741c1aa869aa30e38095bde0236378c7e8
syslinux.bbclass, syslinux: Update to syslinux 6.01

A newer version of syslinux is required for an EFI enabled isohybrid.
This is used for the the capability to generate 3 types of ISO images,
all of which can be booted off a USB device or HDD if copied with dd.

1) PC BIOS only ISO
2) EFI only ISO
3) EFI + PC BIOS ISO

The syslinux.bbclass required a minor tweak because a few .c32
libraries require dynamic loading from the created media as of
syslinux 5 and up.  This was a good time to also fix the
duplication of the AUTO_SYSLINUXMENU block.

[YOCTO #4100]

(From OE-Core rev: 17d74fbd09e377e100423e1a73b9d4ce761a21d7)

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/syslinux.bbclass
meta/recipes-devtools/syslinux/syslinux_6.01.bb [moved from meta/recipes-devtools/syslinux/syslinux_4.07.bb with 63% similarity]