On 2013年06月28日 00:46, Richard Purdie wrote:
On Thu, 2013-06-27 at 12:35 -0400, Randy MacLeod wrote:
We ended up with horrid bbapends such as:
---
#Valid for all arches except mips64 with 64bit userspace
# mips64 with n32 has host: mips64-wrs-linux-gnun32
# mips64 with n64 has host: mips64-wrsmllib64-linux
# qemumips has host: mips-wrs-linux
# qemumips-64 has host: mips64-wrs-linux
COMPATIBLE_HOST =
'((x86_64.*|i.86.*|powerpc.*|arm.*|mips-.*|mips32.*)-linux|mips64.*-linux-gnun32)'
---

so we'll likely need a clue on how to declare a host as incompatible
or introduce an INCOMPATIBLE_HOST variable.
I suspect something like this should work:

COMPATIBLE_HOST_mips64 = ""

Thanks.

We still need include such packages on mips64 with 32 bits filesystem. So the following is needed:

COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"

I am little worried that "-gnun32" is a standard name then I'll figure it out.

Regards,
Kai



Cheers,

Richard




--
Regards,
Neil | Kai Kang

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to