From: Kevin Hao <kexin.hao@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/4] Fix the build failure when creating a multilib wic
Date: Sat, 29 Sep 2018 15:01:43 +0800 [thread overview]
Message-ID: <20180929070147.88203-1-kexin.hao@windriver.com> (raw)
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
next reply other threads:[~2018-09-29 7:09 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-29 7:01 Kevin Hao [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180929070147.88203-1-kexin.hao@windriver.com \
--to=kexin.hao@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox