Re: [OE-core] [OE-core v1 PATCH 2/5] syslinux: Remove bootimg dependency on aarch64

2015-03-13 Thread Naresh Bhat
On 13 March 2015 at 21:29, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Fri, 2015-03-13 at 20:25 +0530, Naresh Bhat wrote: > > Remove the bootimg dependency as syslinux for aarch64. The reason to > skip the syslinux package > > - syslinux package contains x86 assembly code. Hen

Re: [OE-core] [OE-core v1 PATCH 2/5] syslinux: Remove bootimg dependency on aarch64

2015-03-13 Thread Richard Purdie
On Fri, 2015-03-13 at 20:25 +0530, Naresh Bhat wrote: > Remove the bootimg dependency as syslinux for aarch64. The reason to skip the > syslinux package > - syslinux package contains x86 assembly code. Hence it cannot be compiled on > aarch64. > - There is no BIOS on aarch64 to answer syscalls. >

[OE-core] [OE-core v1 PATCH 2/5] syslinux: Remove bootimg dependency on aarch64

2015-03-13 Thread Naresh Bhat
Remove the bootimg dependency as syslinux for aarch64. The reason to skip the syslinux package - syslinux package contains x86 assembly code. Hence it cannot be compiled on aarch64. - There is no BIOS on aarch64 to answer syscalls. Signed-off-by: Naresh Bhat --- meta/classes/syslinux.bbclass |