diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-09-24 16:25:37 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-27 09:44:54 +0100 |
commit | ea220105609de30498f4ba72f5aeec180de4be2f (patch) | |
tree | 0a0e16e1d0fd6c03fe8ed2af964e24ab0c3e1a0c /meta/lib/oe/data.py | |
parent | 511f7f9d0422fe1a896361b53179c9f642c1fc0b (diff) | |
download | poky-ea220105609de30498f4ba72f5aeec180de4be2f.tar.gz |
multilib: Add support for cross-canadian multilib packages
Add support for the generation of cross-canadian packages.
Each cross-canadian package has:
PN = "pkg-cross-canadian-${TRANSLATED_TARGET_ARCH}"
in order for that to be evaluated properly with multilibs enabled, it was
necessary to detect both the presence of the cross-canadian packages and
then update the vars using the OVERRIDE for the multilib. Additional checks
were made to ensure that any dependency that sais "cross-canadian" did not
get prefixed with the MLPREFIX.
Also, make sure that even when building multilib cross-canadian packages,
we only use the single SDK PACKAGE_ARCH, we don't want or need variants.
(From OE-Core rev: 132a182e2f6c330aa645de42c1aeb386e43bddd3)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oe/data.py')
0 files changed, 0 insertions, 0 deletions