Without this recursive dependency on do_build task, eSDK includes only direct image dependencies and there for devtool recipe has to rebuild them all.
Resolves: [YOCTO#14626] Signed-off-by: Andrej Valek <andrej.va...@siemens.com> Signed-off-by: Peter Marko <peter.ma...@siemens.com> --- scripts/oe-check-sstate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/oe-check-sstate b/scripts/oe-check-sstate index f4cc5869de..5c185fa85e 100755 --- a/scripts/oe-check-sstate +++ b/scripts/oe-check-sstate @@ -52,7 +52,7 @@ def check(args): try: output = subprocess.check_output( - 'bitbake -n %s' % ' '.join(args.target), + 'bitbake -n --runall build %s' % ' '.join(args.target), stderr=subprocess.STDOUT, env=env, shell=True) -- 2.34.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#171935): https://lists.openembedded.org/g/openembedded-core/message/171935 Mute This Topic: https://lists.openembedded.org/mt/94403115/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-