Re: [OE-core] [master][PATCH v3] esdk: Introduce mechanism to keep nativesdk* sstate in esdk

2019-09-25 Thread Khem Raj
actually this is not the culprit but setting SDK_INCLUDE_NATIVESDK = "1" does help avoid this issue, the problem is in master I dont have time to bisect it but it worked fine few weeks ago. For now I will just set SDK_INCLUDE_NATIVESDK and move on On Wed, Sep 25, 2019 at 3:21 PM Khem Raj wrote:

Re: [OE-core] [master][PATCH v3] esdk: Introduce mechanism to keep nativesdk* sstate in esdk

2019-09-25 Thread Khem Raj
I think this is the reason why extensible sdk is not building for me, key is I am not setting SDK_INCLUDE_NATIVESDK The file local.conf.bak that it is not able to find to copy is actually inside sdk-ext/image/tmp-renamed-sdk/conf, So I wonder if renaming is happening inbetween copying ? Summary:

[OE-core] [master][PATCH v3] esdk: Introduce mechanism to keep nativesdk* sstate in esdk

2019-09-18 Thread Jaewon Lee
When doing a devtool build-sdk from within an esdk all nativesdk components would be rebuilt. This patch introduces SDK_INCLUDE_NATIVESDK flag to toggle the inclusion of nativesdk packages when creating the esdk sstate Currently locked-sigs.inc is generated during do_sdk_depends which doesn't