All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christopher Larson <kergoth@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Christopher Larson <chris_larson@mentor.com>
Subject: [PATCHv2 0/4] Pull postinst-intercepts from BBPATH
Date: Fri, 27 Jul 2018 22:24:26 +0500	[thread overview]
Message-ID: <cover.1532711448.git.chris_larson@mentor.com> (raw)

From: Christopher Larson <chris_larson@mentor.com>

These are the bits to  allow us to pull intercepts from BBPATH. This is kept
as a separate class, as it's needed by both image construction and sdk
construction, the latter to support meta-toolchain & similar recipes.

The following changes since commit 364449251ffe4ff2c11acaa258edcec244c38818:

  classes/package: fix variable name in comment (2018-07-26 16:55:21 +0100)

are available in the git repository at:

  git@github.com:kergoth/openembedded-core.git bbpath-intercepts

for you to fetch changes up to fc32ec263034818cd182e093685d776b8d50a3a2:

  populate_sdk_base.bbclass: inherit and use image-postinst-intercepts (2018-07-27 22:04:40 +0500)

----------------------------------------------------------------

v2 changes:
- rebased
- renamed bbpath-intercepts.bbclass to image-postinst-intercepts.bbclass, as
  requested by Richard

Christopher Larson (4):
  oe.package_manager: support loading intercepts from multiple paths
  image-postinst-intercepts.bbclass: add class
  image.bbclass: inherit and use image-postinst-intercepts
  populate_sdk_base.bbclass: inherit and use image-postinst-intercepts

 meta/classes/image-postinst-intercepts.bbclass | 23 +++++++++++++++++++++++
 meta/classes/image.bbclass                     |  2 ++
 meta/classes/populate_sdk_base.bbclass         |  3 ++-
 meta/lib/oe/package_manager.py                 | 19 +++++++++++++------
 4 files changed, 40 insertions(+), 7 deletions(-)
 create mode 100644 meta/classes/image-postinst-intercepts.bbclass

-- 
2.11.1



             reply	other threads:[~2018-07-27 17:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-27 17:24 Christopher Larson [this message]
2018-07-27 17:24 ` [PATCHv2 1/4] oe.package_manager: support loading intercepts from multiple paths Christopher Larson
2018-07-27 17:24 ` [PATCHv2 2/4] image-postinst-intercepts.bbclass: add class Christopher Larson
2018-07-27 17:24 ` [PATCHv2 3/4] image.bbclass: inherit and use image-postinst-intercepts Christopher Larson
2018-07-27 17:24 ` [PATCHv2 4/4] populate_sdk_base.bbclass: " Christopher Larson
2018-08-15 16:46 ` [PATCHv2 0/4] Pull postinst-intercepts from BBPATH Christopher Larson

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.1532711448.git.chris_larson@mentor.com \
    --to=kergoth@gmail.com \
    --cc=chris_larson@mentor.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.