]> code.ossystems Code Review - openembedded-core.git/commit
syslinux: rewrite recipe so only target code is x86-specific
authorRoss Burton <ross@burtonini.com>
Mon, 14 Dec 2020 18:31:42 +0000 (18:31 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Dec 2020 22:52:13 +0000 (22:52 +0000)
commit7273e131bfc7de83df9e90697e7983d54b713798
treed22b7cbf9b16ba44e5938cd83498806318972aae
parentab41033b4202341a3767d1c54c86e08c7e37610f
syslinux: rewrite recipe so only target code is x86-specific

Currently the syslinux recipe set COMPATIBLE_HOST to 32/64-bit x86.
Whilst this makes sense for the target binaries as syslinux is
x86-specific, this also affects the native recipe which should be able
to be built on non-x86 build hosts (for example, arm64 build host,
qemux86 target).

syslinux itself has a somewhat fragile build system but with care it is
possible to build the installer for native/nativesdk, and the bootloader
for target.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb