[oe-commits] [openembedded-core] 08/30: conf/multilib.conf: Add ovmf to NON_MULTILIB_RECIPES

git at git.openembedded.org git at git.openembedded.org
Mon Sep 16 08:54:56 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5c685f55ccba9d47a79e8798903b30b90bdf03c6
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Wed Sep 11 18:31:43 2019 +0800

    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 at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/conf/multilib.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf
index 65a28dd..cfed3fb 100644
--- a/meta/conf/multilib.conf
+++ b/meta/conf/multilib.conf
@@ -29,4 +29,4 @@ PKG_CONFIG_PATH[vardepvalueexclude] = ":${WORKDIR}/recipe-sysroot/${datadir}/pkg
 
 # These recipes don't need multilib variants, the ${BPN} PROVDES/RPROVDES
 # ${MLPREFIX}${BPN}
-NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts"
+NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts ovmf"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list