Hi Michael, On Wednesday, 18 April 2018 8:03:43 AM NZST Davis, Michael wrote: > Actually just recreated it without all my custom cruft in there to confuse > things. > > I had oe-init-build-env generate a new build dir: > "source oe-init-build-env ~/build/test" > > Added the following to the bottom of the local.conf > TOOLCHAIN_HOST_TASK += " nativesdk-cmake \ > nativesdk-python3" > > Create the sdk: > " bitbake core-image-minimal -c do_populate_sdk_ext"
I'm afraid this is not the correct way to add items to the eSDK. See: https://bugzilla.yoctoproject.org/show_bug.cgi?id=10600 https://bugzilla.yoctoproject.org/show_bug.cgi?id=9479 I think at the moment what you need is: SDK_TARGETS += "cmake-native:do_populate_sysroot \ python3-native:do_populate_sysroot" Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
