Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH V3 0/5] allarch: disable allarch when multilib is used
@ 2018-08-25 17:13 Kai Kang
  2018-08-25 17:13 ` [PATCH 1/5] " Kai Kang
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Kai Kang @ 2018-08-25 17:13 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

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



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

end of thread, other threads:[~2018-09-10  3:45 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-25 17:13 [PATCH V3 0/5] allarch: disable allarch when multilib is used Kai Kang
2018-08-25 17:13 ` [PATCH 1/5] " 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

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