]> 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>
Mon, 25 Sep 2017 13:15:10 +0000 (14:15 +0100)
commit073610af04be326f9245ca91714526b390fb72cd
treeef76fb01baf622e11cd9c7cea63d6adcc11ea9aa
parentfc3a86ae68919cec72c1a8ae0f9ba1f98ae13f0d
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].

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