[oe] [PATCH 2/2] conf/bitbake.conf: add DISTRO_ARCH and MACHINE_DISTRO_ARCH

Phil Blundell philb at gnu.org
Mon Feb 28 16:57:19 UTC 2011


On Mon, 2011-02-28 at 13:26 +0000, Otavio Salvador wrote:
> -PACKAGE_ARCHS = "all any noarch ${TARGET_ARCH} ${PACKAGE_EXTRA_ARCHS} ${MACHINE}"
> +DISTRO_ARCH = "${TARGET_ARCH}-${DISTRO}"
> +MACHINE_DISTRO_ARCH = "${MACHINE_ARCH}-${DISTRO}"
> +PACKAGE_ARCHS = "all any noarch ${TARGET_ARCH} ${PACKAGE_EXTRA_ARCHS} ${DISTRO_ARCH} ${MACHINE_DISTRO_ARCH} ${MACHINE}"

This seems a bit weird.  Any given package feed (or TMPDIR) is, more or
less by definition, going to correspond to a single DISTRO so I can't
see any situation in which these extra archs would be useful.  What's
the use-case for this?

p.






More information about the Openembedded-devel mailing list