]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
staging: Separate out different multiconfig manifests
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Mar 2023 17:57:15 +0000 (17:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Mar 2023 10:44:54 +0000 (10:44 +0000)
commit891d3faa3ed3d1cc231da58e5fa1325f05d5ade5
treed3219dd547f4721a51052522722015c18598f1df
parent706d325ec9969d1525743e2de9a1f1d61b4c09b9
staging: Separate out different multiconfig manifests

"""
require conf/multilib.conf
MACHINE = "qemuarm64"
MULTILIBS = "multilib:lib32"
DEFAULTTUNE:virtclass-multilib-lib32 = "armv7athf-neon"

bitbake gcc-cross-canadian-arm
"""

and then inspecting the lib32* manifest files under recipe-sysroot-native shows
them referencing lib32-recipe-sysroot instead of recipe-sysroot as used by
gcc-cross-canadian recipes.

To fix this separate out the manifest by multilib. It is caching mechanism to
optimise disk usage so this doesn't break anything, just separated out some files.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/classes-global/staging.bbclass