[OE-core] [PATCH 0/4] Fix the build failure when creating a multilib wic

Kevin Hao kexin.hao at windriver.com
Sat Sep 29 07:01:43 UTC 2018


We have observed the following build failure when building lib32-core-image-minimal
for a qemux86-64 machine.
    DEBUG: | ERROR: Couldn't find correct bootimg_dir, exiting
    | ERROR: Couldn't find correct bootimg_dir, exiting
    DEBUG: | 

This patch series tries to fix this issue. You can use the following
steps to reproduce this issue:
 1. source .../git/poky/oe-init-build-env and set the MACHINE to
"qemux86-64"

 2. Add the following to conf/local.conf:
    IMAGE_FSTYPES = "wic"
    
    MULTILIBS = "multilib:lib32"
    require conf/multilib.conf
    DEFAULTTUNE_virtclass-multilib-lib32 = "x86"

 3. bitbake lib32-core-image-minimal

Kevin Hao (4):
  wic: bootimg-pcbios: Drop the unnecessary reference of STAGING_DATADIR
  wic: isoimage-isohybrid: Drop the unnecessary reference of
    STAGING_DATADIR
  bitbake.conf: Introduce variables used to access the other recipe
    specific sysroot directory in multilib case
  wic: Set the right bootimg_dir when building a multilib image

 meta/classes/image_types_wic.bbclass                 |  2 +-
 meta/conf/bitbake.conf                               |  4 ++++
 meta/conf/multilib.conf                              |  1 +
 scripts/lib/wic/plugins/source/bootimg-pcbios.py     |  7 +++----
 scripts/lib/wic/plugins/source/isoimage-isohybrid.py | 13 ++++---------
 scripts/wic                                          |  2 +-
 6 files changed, 14 insertions(+), 15 deletions(-)

-- 
2.14.4



More information about the Openembedded-core mailing list