[OE-core] [PATCH 1/2] allarch.bbclass: Define BASE_PACKAGE_ARCH = "all"

Phil Blundell pb at pbcl.net
Fri Jun 3 10:48:31 UTC 2011


On Thu, 2011-06-02 at 12:45 -0700, Khem Raj wrote:
> +BASE_PACKAGE_ARCH = "all"
>  PACKAGE_ARCH = "all"

Is it necessary to define both of those?  bitbake.conf does:

PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}"

so it seems like, if setting B_P_A is the right thing to do, there
should be no need to set PACKAGE_ARCH as well.

I don't understand the semantics of those two variables well enough to
say whether setting BASE_PACKAGE_ARCH here is actually the right thing
or not.  Is there any documentation anywhere which describes what
exactly the relation is meant to be between B_P_A and P_A, and when it's
appropriate to set each of them?

p.






More information about the Openembedded-core mailing list