Re: [OE-core] [PATCH 1/3] syslinux: rewrite recipe so only target code is x86-specific

2020-12-14 Thread Richard Purdie
On Thu, 2020-12-10 at 15:02 +, Ross Burton wrote: > 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

[OE-core] [PATCH 1/3] syslinux: rewrite recipe so only target code is x86-specific

2020-12-10 Thread Ross Burton
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 its