diff options
author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2025-05-21 11:14:12 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-26 15:11:10 +0100 |
commit | ff5f8a4744094c8c810900a7a98f94805f773ffa (patch) | |
tree | 52a23d8da9228d872478bbc761bcc54908baa26e /bitbake/lib/bb/fetch/ssh.py | |
parent | 6ae605e3434563209519963522e4f6c7063da205 (diff) | |
download | poky-ff5f8a4744094c8c810900a7a98f94805f773ffa.tar.gz |
clang: multilib-header fix for llvm/Config/llvm-config.h and clang/Config/config.h
Error: Transaction test error:
file /usr/include/clang/Config/config.h conflicts between attempted installs of
lib32-clang-dev-20.1.4-r0.core2_32 and clang-dev-20.1.4-r0.core2_64
file /usr/include/llvm/Config/llvm-config.h conflicts between attempted
installs of lib32-clang-dev-20.1.4-r0.core2_32 and clang-dev-20.1.4-r0.core2_64
reproduce steps:
1. Add in local.conf the following lines:
MACHINE ?= "qemux86-64"
require conf/multilib.conf
MULTILIBS ?= "multilib:lib32"
DEFAULTTUNE:virtclass-multilib-lib32 ?= "core2-32"
2. add lib32-llvm-dev llvm-dev to core-image-minimal.bb
IMAGE_INSTALL = "packagegroup-core-boot ${CORE_IMAGE_EXTRA_INSTALL} lib32-clang-dev clang-dev"
3. $ bitbake core-image-minimal
(From OE-Core rev: e2631fd1b47ed2d2b877426c4f253e6edea24ece)
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/fetch/ssh.py')
0 files changed, 0 insertions, 0 deletions