summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/utils.py
diff options
context:
space:
mode:
authorMichael Ho <Michael.Ho@bmw.de>2018-11-29 14:21:37 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-12-14 17:10:58 +0000
commitbc25bb645ee20ab3d2227e3ed58b23dd25201c97 (patch)
tree025fa780d3d665692fed10b6b273388a0e975905 /meta/lib/oe/utils.py
parentf510f79859b29d3d8e39618248e373861444c650 (diff)
downloadpoky-bc25bb645ee20ab3d2227e3ed58b23dd25201c97.tar.gz
insane.bbclass: add package specific skips to sstate hash
The bbclass currently adds INSANE_SKIP to the sstate hash dependencies however the package specific skips such as INSANE_SKIP_${PN} are not added automatically because of how the class references them. This causes the problem that modifying INSANE_SKIP_${PN} does not invalidate the sstate cache and can mask build breaking warnings. Add an anonymous python snippet to explicitly include these additional relevant skips to the sstate hash. Singed-off-by: Michael Ho <Michael.Ho@bmw.de> (From OE-Core rev: 8690332183f10a5e5689da7ec030567dfd1ac091) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oe/utils.py')
0 files changed, 0 insertions, 0 deletions