]> code.ossystems Code Review - openembedded-core.git/commit
classes: drop image dependencies on TOPDIR variable
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 25 Sep 2017 11:23:35 +0000 (00:23 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 7 Jan 2018 17:06:34 +0000 (17:06 +0000)
commit8bf158857d7c597c58efc4023bdd9c2785d43ad3
tree428d07f52959638043b0f82a7d0eeda242b0b227
parentf549338b0ed4d53dedac84c86e70ea9ffd12a17e
classes: drop image dependencies on TOPDIR variable

We don't need a dependency on this variable changing, and having one
causes locked signature warnings during eSDK installation if you have
INITRAMFS_IMAGE_* set (since TOPDIR will always be different between
the eSDK and the environment in which it was built).

Relates to [YOCTO #12102].

(From OE-Core master rev: 073610af04be326f9245ca91714526b390fb72cd)

(From OE-Core rev: 94a9f9a7dc5a736b7986b889895c736f02110715)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image_types_wic.bbclass
meta/classes/qemuboot.bbclass
meta/classes/rootfs-postcommands.bbclass