Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] Pull postinst-intercepts from BBPATH
@ 2018-06-21 21:08 Christopher Larson
  2018-06-21 21:08 ` [PATCH 1/5] oe.path: add which_wild function Christopher Larson
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Christopher Larson @ 2018-06-21 21:08 UTC (permalink / raw)
  To: openembedded-core; +Cc: Christopher Larson

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 83c9405df5748744ef673ac8757bb89d7050ad8d:

  alsa-tools: rewrite packaging (2018-06-15 11:18:15 +0100)

are available in the git repository at:

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

for you to fetch changes up to 4bb748f4c9b177722a13a1f09dcd86b4595752ea:

  populate_sdk_base.bbclass: inherit and use bbpath-intercepts (2018-06-16 02:05:39 +0500)

----------------------------------------------------------------
Christopher Larson (5):
  oe.path: add which_wild function
  oe.package_manager: support loading intercepts from multiple paths
  bbpath-intercepts.bbclass: add class
  image.bbclass: inherit and use bbpath-intercepts
  populate_sdk_base.bbclass: inherit and use bbpath-intercepts

 meta/classes/bbpath-intercepts.bbclass | 23 +++++++++++++++++++++++
 meta/classes/image.bbclass             |  3 ++-
 meta/classes/populate_sdk_base.bbclass |  3 ++-
 meta/lib/oe/package_manager.py         | 19 +++++++++++++------
 meta/lib/oe/path.py                    | 34 ++++++++++++++++++++++++++++++++++
 5 files changed, 74 insertions(+), 8 deletions(-)
 create mode 100644 meta/classes/bbpath-intercepts.bbclass

-- 
2.11.1



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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-21 21:08 [PATCH 0/5] Pull postinst-intercepts from BBPATH Christopher Larson
2018-06-21 21:08 ` [PATCH 1/5] oe.path: add which_wild function Christopher Larson
2018-06-21 21:08 ` [PATCH 2/5] oe.package_manager: support loading intercepts from multiple paths Christopher Larson
2018-06-21 21:08 ` [PATCH 3/5] bbpath-intercepts.bbclass: add class Christopher Larson
2018-06-22  7:42   ` Richard Purdie
2018-06-22 15:10     ` Christopher Larson
2018-06-22 15:58       ` Christopher Larson
2018-06-25 10:09       ` Richard Purdie
2018-06-21 21:08 ` [PATCH 4/5] image.bbclass: inherit and use bbpath-intercepts Christopher Larson
2018-06-21 21:08 ` [PATCH 5/5] populate_sdk_base.bbclass: " Christopher Larson

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