Answering my own question here... On Tue, 2020-02-04 at 08:43 +0000, André Draszik wrote: > 1) Should testimage remove the recipe-sysroot-native from PATH (for the > duration of the > test) so that everything runs in the same environment? Or > 2) should my image update TESTIMAGEDEPENDS and depend on python3-native and > all the extra > python3 native module recipes from OE. > > > I'm inclined to send a patch to update PATH for the testimage run, but wanted > to gauge > opinions first?
Option 1) probably won't work, as things like native apt/opkg/rpm etc. are being added to recipe-sysroot-native via TESTIMAGEDEPENDS, so PATH can not be changed. I'll have to use option 2). Cheers, Andre' -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
