]> code.ossystems Code Review - openembedded-core.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:32 +0000 (09:49 +0100)
commit7a2044df4ae8d80cf25a6bfd9b71978ffefbfa33
tree8fab43ac0234df1c5f7d0d67c546400e4d99efa8
parent9ba2f2b1df277b2b881f68166d9cd1c19db66e23
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.

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]