From: Christopher Larson <chris_lar...@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: g...@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 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core