Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/6] Fixes for mutilib SDK
@ 2015-09-16  2:04 Robert Yang
  2015-09-16  2:04 ` [PATCH 1/6] toolchain-shar-extract.sh: remove checkbashism Robert Yang
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Robert Yang @ 2015-09-16  2:04 UTC (permalink / raw)
  To: openembedded-core

* This fixed:
  MACHINE = "qemux86-64"
  require conf/multilib.conf
  MULTILIBS = "multilib:lib32"
  DEFAULTTUNE_virtclass-multilib-lib32 = "x86"

  $ bitbake core-image-minimal -cpopulate_sdk
  Install poky-glibc-x86_64-core-image-minimal-core2-64-toolchain-1.8+snapshot.sh,
  then source environment-setup-core2-64-pokymllib32-linux or
  environment-setup-core2-64-poky-linux, both of them will compile hello.c
  well. (The 32bit was broken in the past)

  $ bitbake lib32-core-image-minimal -cpopulate_sdk
  Install poky-glibc-x86_64-lib32-core-image-minimal-core2-64-toolchain-1.8+snapshot.sh,
  then source environment-setup-core2-64-poky-linux or
  environment-setup-core2-64-pokymllib32-linux, both of them will compile
  hello.c well (neither of them worked in the past)

  This also fixed the problem that not all dependencies mutilib packages
  are installed, please see:
  https://bugzilla.yoctoproject.org/show_bug.cgi?id=4408

Tested:
$ bitbake core-image-minimal core-image-sato -cpopulate_sdk && bitbake core-image-sato-sdk world core-image-minimal core-image-sato

// Robert

The following changes since commit f0189829498e30231d826c9f55aad73e622d076e:

  qemu: Update to upstream patches (2015-09-14 11:22:02 +0100)

are available in the git repository at:

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

Robert Yang (6):
  toolchain-shar-extract.sh: remove checkbashism
  oe-pkgdata-util: avoid returning skipped packages
  package_manager.py: make rpm install mutilib pkgs corectly
  multilib.bbclass: install all bits toochains when populate mlprefix
    SDK
  populate_sdk_base.bbclass: fix SDKTARGETSYSROOT when populate
    mlprefix SDK
  meta-environment.bb: fix environment-setup* when populate mlprefix
    SDK

 meta/classes/multilib.bbclass              |   15 +++++
 meta/classes/populate_sdk_base.bbclass     |    6 +-
 meta/files/toolchain-shar-extract.sh       |    4 +-
 meta/lib/oe/package_manager.py             |   83 +++++++++++++++++++++++++++-
 meta/recipes-core/meta/meta-environment.bb |    4 ++
 scripts/oe-pkgdata-util                    |    5 +-
 6 files changed, 111 insertions(+), 6 deletions(-)

-- 
1.7.9.5



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

end of thread, other threads:[~2015-09-24 16:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-16  2:04 [PATCH 0/6] Fixes for mutilib SDK Robert Yang
2015-09-16  2:04 ` [PATCH 1/6] toolchain-shar-extract.sh: remove checkbashism Robert Yang
2015-09-16  2:04 ` [PATCH 2/6] oe-pkgdata-util: avoid returning skipped packages Robert Yang
2015-09-16  2:04 ` [PATCH 3/6] package_manager.py: make rpm install mutilib pkgs corectly Robert Yang
2015-09-16  2:04 ` [PATCH 4/6] multilib.bbclass: install all bits toochains when populate mlprefix SDK Robert Yang
2015-09-16  2:04 ` [PATCH 5/6] populate_sdk_base.bbclass: fix SDKTARGETSYSROOT " Robert Yang
2015-09-16  2:04 ` [PATCH 6/6] meta-environment.bb: fix environment-setup* " Robert Yang
2015-09-16  2:08 ` [PATCH 0/6] Fixes for mutilib SDK Robert Yang
2015-09-22  2:45 ` Robert Yang
2015-09-23 22:00   ` Richard Purdie
2015-09-24  6:29     ` Robert Yang
2015-09-24  9:18       ` Richard Purdie
2015-09-24 11:29         ` Robert Yang
2015-09-24 16:31           ` Burton, Ross

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