]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
conf/multilib.conf: Add ovmf to NON_MULTILIB_RECIPES rbt/mlib
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 11 Sep 2019 09:38:02 +0000 (17:38 +0800)
committerRobert Yang <liezhi.yang@windriver.com>
Wed, 11 Sep 2019 10:30:48 +0000 (18:30 +0800)
commitce1fb4b6f62ec6f94baf3a86043aa9da8796955c
treeedcb74c6bb10a1edb0205c3757cb7c2a5d1fb858
parent86b8a1d534bfcd70775c6e2b59eabe10de29f526
conf/multilib.conf: Add ovmf to NON_MULTILIB_RECIPES

Fixed:
MACHINE = "qemux86-64"
require conf/multilib.conf
MULTILIBS = "multilib:lib32"
DEFAULTTUNE_virtclass-multilib-lib32 = "x86"

$ bitbake ovmf lib32-ovmf
[snip]
ERROR: ovmf-edk2-stable201905-r0 do_deploy_setscene: The recipe ovmf is trying to install files into a shared area when those files already exist.
 Those files and their manifest location are:
  /buildarea1/lyang1/rebase-work/test_cc/tmp-glibc/deploy/images/qemux86-64/OvmfPkKek1.key
    (matched in manifest-qemux86_64-lib32-ovmf.deploy)
[snip]

Add it NON_MULTILIB_RECIPES to fix the problem since it is a firmware, build
multilib for it doens't make much sense.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/conf/multilib.conf