Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Kai Kang <kai.kang@windriver.com>
To: richard.purdie@linuxfoundation.org
Cc: openembedded-core@lists.openembedded.org
Subject: [PATCH V3 0/5] allarch: disable allarch when multilib is used
Date: Sat, 25 Aug 2018 10:13:36 -0700	[thread overview]
Message-ID: <cover.1535216766.git.kai.kang@windriver.com> (raw)

V3:
* drop commit "cmake.bbclass: fix wrong toolchain flags of nativesdk package"
  which causes some oe-selftest cases fail
* update postinstall script update_font_cache
* drop oe-selftest case test_sstate_allarch_samesigs_multilib
* fix some install file conflicts

The following changes since commit 491082c56ce34f3fd644f8d4457ccd52af951087:

  poky.conf: Enable security flags+pie by defaultEnable security flags+pie by default (2018-08-21 14:52:52 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib kangkai/allarch-enabled-V3
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/allarch-enabled-V3

Kai Kang (5):
  allarch: disable allarch when multilib is used
  sstate.bbclass: update SSTATE_DUPWHITELIST
  update_font_cache: update script for multilib
  statetests.py: drop test_sstate_allarch_samesigs_multilib
  multilib: fix install file conflicts

 meta/classes/allarch-enabled.bbclass               | 52 ++++++++++++++++++++++
 meta/classes/allarch.bbclass                       | 51 +--------------------
 meta/classes/icecc.bbclass                         |  2 +-
 meta/classes/multilib.bbclass                      |  2 +-
 meta/classes/multilib_global.bbclass               |  2 +-
 meta/classes/package.bbclass                       |  6 +--
 meta/classes/sstate.bbclass                        |  4 +-
 meta/lib/oeqa/selftest/cases/sstatetests.py        | 11 +----
 meta/recipes-core/udev/eudev_3.2.5.bb              |  6 ++-
 .../gobject-introspection_1.56.1.bb                |  6 ++-
 meta/recipes-graphics/cairo/cairo.inc              |  4 +-
 meta/recipes-graphics/cairo/cairo_1.14.12.bb       |  2 +-
 .../fontconfig/fontconfig_2.12.6.bb                |  8 +++-
 meta/recipes-support/icu/icu.inc                   |  4 +-
 .../libgpg-error/libgpg-error_1.32.bb              |  5 ++-
 scripts/postinst-intercepts/update_font_cache      |  2 +-
 16 files changed, 92 insertions(+), 75 deletions(-)
 create mode 100644 meta/classes/allarch-enabled.bbclass

-- 
2.11.0



             reply	other threads:[~2018-08-25 17:13 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-25 17:13 Kai Kang [this message]
2018-08-25 17:13 ` [PATCH 1/5] allarch: disable allarch when multilib is used Kai Kang
2018-08-25 17:13 ` [PATCH 2/5] sstate.bbclass: update SSTATE_DUPWHITELIST Kai Kang
2018-08-25 17:13 ` [PATCH 3/5] update_font_cache: update script for multilib Kai Kang
2018-08-25 17:38   ` Alexander Kanavin
2018-08-26  2:54     ` Kang Kai
2018-09-04  9:44   ` Martin Jansa
2018-09-04 10:02     ` Kang Kai
2018-09-06 15:27       ` Kang Kai
2018-09-09 20:39         ` Martin Jansa
2018-09-09 22:58           ` Martin Jansa
2018-09-10  3:44             ` Kang Kai
2018-08-25 17:13 ` [PATCH 4/5] statetests.py: drop test_sstate_allarch_samesigs_multilib Kai Kang
2018-08-25 17:13 ` [PATCH 5/5] multilib: fix install file conflicts Kai Kang
2018-08-25 17:35 ` ✗ patchtest: failure for allarch: disable allarch when multilib is used (rev3) 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=cover.1535216766.git.kai.kang@windriver.com \
    --to=kai.kang@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.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