]> 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, 5 Apr 2018 14:11:16 +0000 (15:11 +0100)
commit249feee857735171fc0c289fe18351203d013130
treed090b697bcb188f9d9550f901aa84aee3f0fe6be
parent44a5277d25da5ab76e4bf8ad3f534a8e9a7b30eb
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.

(From OE-Core rev: bd7d0314038a4c1a8e8c9ebdb7194f8e17db3fef)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
[Fixup for getVar True bit]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/classes/image.bbclass
meta/classes/packagegroup.bbclass
meta/classes/populate_sdk_base.bbclass