Re: [OE-core] mpc8315e-rdb core-image-minimal fails (PACKAGE_ARCHS question)


Kumar Gala <galak@...>
 

On Jul 28, 2011, at 2:04 PM, Phil Blundell wrote:

On Thu, 2011-07-28 at 20:54 +0200, Martin Jansa wrote:
this change causes ERROR here with nokia900:
Error, the PACKAGE_ARCHS variable contains duplicates. The following archs are listed more than once: armv7a-vfp-neon
It isn't totally obvious to me that it needs to be an error for
PACKAGE_ARCHS to contain dupes. AFAIK there is no reason that it
couldn't simply be uniquified before use.

p.
Ok, maybe we want:

-PACKAGE_ARCHS = "all any noarch ${PACKAGE_EXTRA_ARCHS} ${MACHINE_ARCH}"
+PACKAGE_ARCHS = "all any noarch ${TUNE_PKGARCH} ${PACKAGE_EXTRA_ARCHS} ${MACHINE_ARCH}"

instead as we redefine PACKAGE_ARCH in different places.

- k

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.