All of lore.kernel.org
 help / color / mirror / Atom feed
* [warrior][PATCHv2 0/9] Backport relevant changes from Zeus
@ 2019-11-05 22:08 Peter Kjellerstedt
  2019-11-05 22:08 ` [warrior][PATCHv2 1/9] meson: Backport patch to handle strings in cross file args Peter Kjellerstedt
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Peter Kjellerstedt @ 2019-11-05 22:08 UTC (permalink / raw)
  To: openembedded-core

This patch set contains backports of our changes from Zeus that are
relevant for Warrior.

PATCHv2: Add a backported patch from meson 0.50 to allow
<language>_args and <language>_link_args properties, e.g.,
c_link_args, in meson.cross to be specified as either a sting or a
list. We could potentially have stumbled on this problem any time
since meson_array() was changed in commit 7fd8bc46 to return a string
if only one argument is specified. However, it was hidden until the
change to meson.bbclass in this patch series removed some unnecessary
arguments, leaving only one link argument when building for nativesdk.

//Peter

The following changes since commit d0f73121551dc98f6924cd77952bf9ebf5ef3dd7:

  poky.conf: Bump version for 2.7.2 warrior release (2019-10-30 13:55:49 +0000)

are available in the Git repository at:

  git://push.yoctoproject.org/poky-contrib pkj/warrior_sync

Niclas Svensson (1):
  devtool: finish: Keep patches ordered when updating bbappend

Peter Kjellerstedt (8):
  meson: Backport patch to handle strings in cross file args
  meson.bbclass: Remove the MESON_*_ARGS variables
  nativesdk-meson: Remove some unused variables
  devtool: Avoid failure for recipes with S == WORKDIR and no local
    files
  package_rpm.bbclass: Remove a misleading bb.note()
  tzdata: Correct the packaging of /etc/localtime and /etc/timezone
  devtool: finish: Add suppport for the --no-clean option
  lib/oe/lsb: Make sure the distro ID is always lowercased

 meta/classes/meson.bbclass                    | 15 ++--
 meta/classes/package_rpm.bbclass              |  5 +-
 meta/lib/oe/lsb.py                            |  8 +-
 meta/recipes-devtools/meson/meson.inc         |  1 +
 ...ings-in-cross-file-args.-Closes-4671.patch | 87 +++++++++++++++++++
 .../meson/nativesdk-meson_0.49.2.bb           |  5 --
 meta/recipes-extended/timezone/tzdata.bb      |  5 +-
 scripts/lib/devtool/standard.py               | 17 ++--
 8 files changed, 111 insertions(+), 32 deletions(-)
 create mode 100644 meta/recipes-devtools/meson/meson/0001-Handle-strings-in-cross-file-args.-Closes-4671.patch

-- 
2.21.0



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

end of thread, other threads:[~2019-11-11 11:35 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-05 22:08 [warrior][PATCHv2 0/9] Backport relevant changes from Zeus Peter Kjellerstedt
2019-11-05 22:08 ` [warrior][PATCHv2 1/9] meson: Backport patch to handle strings in cross file args Peter Kjellerstedt
2019-11-05 22:08 ` [warrior][PATCHv2 2/9] meson.bbclass: Remove the MESON_*_ARGS variables Peter Kjellerstedt
2019-11-05 22:08 ` [warrior][PATCHv2 3/9] nativesdk-meson: Remove some unused variables Peter Kjellerstedt
2019-11-05 22:08 ` [warrior][PATCHv2 4/9] devtool: Avoid failure for recipes with S == WORKDIR and no local files Peter Kjellerstedt
2019-11-05 22:08 ` [warrior][PATCHv2 5/9] package_rpm.bbclass: Remove a misleading bb.note() Peter Kjellerstedt
2019-11-05 22:08 ` [warrior][PATCHv2 6/9] tzdata: Correct the packaging of /etc/localtime and /etc/timezone Peter Kjellerstedt
2019-11-05 22:08 ` [warrior][PATCHv2 7/9] devtool: finish: Keep patches ordered when updating bbappend Peter Kjellerstedt
2019-11-05 22:08 ` [warrior][PATCHv2 8/9] devtool: finish: Add suppport for the --no-clean option Peter Kjellerstedt
2019-11-05 22:08 ` [warrior][PATCHv2 9/9] lib/oe/lsb: Make sure the distro ID is always lowercased Peter Kjellerstedt
2019-11-05 22:32 ` ✗ patchtest: failure for Backport relevant changes from Zeus (rev2) Patchwork
2019-11-11 11:35   ` Peter Kjellerstedt
2019-11-10 23:49 ` [warrior][PATCHv2 0/9] Backport relevant changes from Zeus akuster808

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.