]> code.ossystems Code Review - openembedded-core.git/commit
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>
Thu, 26 Sep 2013 16:27:23 +0000 (17:27 +0100)
commit17d74fbd09e377e100423e1a73b9d4ce761a21d7
tree16c441d239fe67308d5fe0f1268e351f529e55d5
parent808d4371939ec48ed62e0c0b6614b96d61b1f7b8
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]

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]