]> code.ossystems Code Review - openembedded-core.git/commit
image/packagegroup/populate_sdk: Drop do_populate_sysroot task properly
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 25 Jan 2017 14:25:02 +0000 (14:25 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jan 2017 10:41:09 +0000 (10:41 +0000)
commitbd7d0314038a4c1a8e8c9ebdb7194f8e17db3fef
tree3da21882eed04aa0c9e9c7eb3d2938a192fa1c44
parent5599cb72d17bce2ba6e2be16ef64d9a388bcfb25
image/packagegroup/populate_sdk: Drop do_populate_sysroot task properly

Setting do_populate_sysroot as noexec means the code keeps thinking it can find
a manifest file for it. It also complicates sstate installtion since the code
would believe there is an sstate object there it should look for.

Instead, delete the task. This causes sdk failures as the dependencies are wrong
so fix those as well.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass
meta/classes/packagegroup.bbclass
meta/classes/populate_sdk_base.bbclass