All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
To: openembedded-core@lists.openembedded.org
Subject: [warrior][PATCHv2 0/9] Backport relevant changes from Zeus
Date: Tue,  5 Nov 2019 23:08:30 +0100	[thread overview]
Message-ID: <cover.1572991610.git.pkj@axis.com> (raw)

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



             reply	other threads:[~2019-11-05 22:08 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-05 22:08 Peter Kjellerstedt [this message]
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

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.1572991610.git.pkj@axis.com \
    --to=peter.kjellerstedt@axis.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.