All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/8] [rebase and resend] fixes for multilib
Date: Tue, 13 Mar 2018 11:24:42 +0800	[thread overview]
Message-ID: <cover.1520911259.git.liezhi.yang@windriver.com> (raw)

Hi RP,

The multilib is still broken without these patches, I'd like to add oeqa test
cases for them after it works.

// Robert

The following changes since commit 073d8d001033471d7fe44f52212c72a6c3541313:

  dbus-test-ptest: improve reproducibility (2018-03-12 15:05:58 -0700)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/mlib
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/mlib

Robert Yang (8):
  populate_sdk_ext.bbclass: fix for multilib
  staging.bbclass: staging_populate_sysroot_dir(): fix for multilib
  staging.bbclass: print searched manifest when not found
  package_manager.py: reverse archs correctly
  multilib.bbclass: extend allarch recipes
  toolchain-scripts.bbclass: only install all MULTILIB_VARIANTS for
    image
  populate_sdk_ext.bbclass: remove the try...finally
  staging.bbclass: extend_recipe_sysroot: fix multilib manifest

 meta/classes/allarch.bbclass           |   3 -
 meta/classes/multilib.bbclass          |   4 -
 meta/classes/multilib_global.bbclass   |   4 +-
 meta/classes/package.bbclass           |   9 ---
 meta/classes/populate_sdk_ext.bbclass  | 142 +++++++++++++++++++--------------
 meta/classes/staging.bbclass           |  25 ++++++
 meta/classes/toolchain-scripts.bbclass |   6 ++
 meta/lib/oe/package_manager.py         |  57 +++++++++++--
 meta/lib/oe/sstatesig.py               |   3 +
 9 files changed, 168 insertions(+), 85 deletions(-)

-- 
2.7.4



             reply	other threads:[~2018-03-13  3:20 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-13  3:24 Robert Yang [this message]
2018-03-13  3:24 ` [PATCH 1/8] populate_sdk_ext.bbclass: fix for multilib Robert Yang
2018-03-13  3:24 ` [PATCH 2/8] staging.bbclass: staging_populate_sysroot_dir(): " Robert Yang
2018-03-13  3:24 ` [PATCH 3/8] staging.bbclass: print searched manifest when not found Robert Yang
2018-03-13  3:24 ` [PATCH 4/8] package_manager.py: reverse archs correctly Robert Yang
2018-03-13  3:24 ` [PATCH 5/8] multilib.bbclass: extend allarch recipes Robert Yang
2018-03-13  3:24 ` [PATCH 6/8] toolchain-scripts.bbclass: only install all MULTILIB_VARIANTS for image Robert Yang
2018-03-13  3:24 ` [PATCH 7/8] populate_sdk_ext.bbclass: remove the try...finally Robert Yang
2018-03-13 14:57   ` Richard Purdie
2018-03-14  3:18     ` Robert Yang
2018-03-13  3:24 ` [PATCH 8/8] staging.bbclass: extend_recipe_sysroot: fix multilib manifest Robert Yang

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=cover.1520911259.git.liezhi.yang@windriver.com \
    --to=liezhi.yang@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.