Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix the build failure when creating a multilib wic
@ 2018-09-29  7:01 Kevin Hao
  2018-09-29  7:01 ` [PATCH 1/4] wic: bootimg-pcbios: Drop the unnecessary reference of STAGING_DATADIR Kevin Hao
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Kevin Hao @ 2018-09-29  7:01 UTC (permalink / raw)
  To: openembedded-core

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-10-01 14:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-29  7:01 [PATCH 0/4] Fix the build failure when creating a multilib wic Kevin Hao
2018-09-29  7:01 ` [PATCH 1/4] wic: bootimg-pcbios: Drop the unnecessary reference of STAGING_DATADIR Kevin Hao
2018-09-29  7:01 ` [PATCH 2/4] wic: isoimage-isohybrid: " Kevin Hao
2018-09-29  7:01 ` [PATCH 3/4] bitbake.conf: Introduce variables used to access the other recipe specific sysroot directory in multilib case Kevin Hao
2018-10-01 14:30   ` Richard Purdie
2018-09-29  7:01 ` [PATCH 4/4] wic: Set the right bootimg_dir when building a multilib image Kevin Hao
2018-09-29  7:37 ` ✗ patchtest: failure for Fix the build failure when creating a multilib wic Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox