On Fri, 2017-02-03 at 11:20 +0000, Richard Purdie wrote: > > It comes down to what setscene_depvalid() in sstate.bbclass returns. > If > that returns False a given dependency is installed, it if returns > True, > it is skipped and not installed. > > Reading that function should give some clues as to the logic it > applies. It operates not on a full task graph but on version > collapsed > only to sstate tasks.
Ah, right, thanks. The particular piece of magic I was missing was: # Nothing need depend on libc-initial/gcc-cross-initial if "-initial" in taskdependees[task][0]: continue which I think explains all the difficulties I was having. p. -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core