]> code.ossystems Code Review - openembedded-core.git/commit
conf/multilib.conf: Add ovmf to NON_MULTILIB_RECIPES
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 11 Sep 2019 10:31:43 +0000 (18:31 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Sep 2019 08:54:21 +0000 (09:54 +0100)
commit5c685f55ccba9d47a79e8798903b30b90bdf03c6
tree4ea027c1cea5dbed4083eec28b4d0cf987f5f905
parent922eb5012364b1603338cfa617712b941e892bbf
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>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/conf/multilib.conf