[OE-core] [PATCH] bitbake.conf: Add PACKAGE_ARCHS to include TUNE_PKGARCH

Kumar Gala galak at kernel.crashing.org
Thu Jul 28 22:36:42 UTC 2011


On Jul 28, 2011, at 3:46 PM, Kumar Gala wrote:

> Recent changes to how TUNE_PKGARCH is composed means it might not be in
> the PACKAGE_EXTRA_ARCHS_tune list.  Rather than having to update all
> such lists we just add TUNE_PKGARCH to PACKAGE_ARCHS.
> 
> An example, for ppc603e TUNE_PKGARCH is now:
> 
> 	powerpcppc603e
> 
> However, PACKAGE_EXTRA_ARCHS_tune-ppc603e = "powerpc ppc603e"
> 
> Thus we run into issues during things like rpm packagine since it will
> not end up dealing the rpms created in a 'powerpcppc603e' directory.
> 
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
> ---
> meta/conf/bitbake.conf |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)

Hmm, this does cause some issues like:

ERROR:  Poky's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Error, the PACKAGE_ARCHS variable contains duplicates. The following archs are listed more than once: ppc603e
ERROR: Execution of event handler 'check_sanity_eventhandler' failed

- k



More information about the Openembedded-core mailing list