]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
image-postinst-intercepts.bbclass: add class
authorChristopher Larson <chris_larson@mentor.com>
Fri, 27 Jul 2018 17:24:28 +0000 (22:24 +0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Aug 2018 08:49:39 +0000 (09:49 +0100)
commitbb3a1321cdffa767c83ee33b83ec4b8524e289c2
treef2fa8acb31a5391665daf5fc79a6ab72f69349be
parent85518a20017c1a091f3a393f09fb2ceffe057bed
image-postinst-intercepts.bbclass: add class

This class sets POSTINST_INTERCEPTS and POSTINST_INTERCEPTS_CHECKSUMS,
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.

(From OE-Core rev: 7a2044df4ae8d80cf25a6bfd9b71978ffefbfa33)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image-postinst-intercepts.bbclass [new file with mode: 0644]