[yocto] Adjusting Extensible SDK for build setup

2020-07-20 Thread Monsees, Steven C (US)
I am fairly new to the Yocto SDK build process, and am looking to create an extensible SDK for one of our platforms. I am currently working with Rocko 2.4.1, in conjunction with uninative release 1.9... My current build system setup does not follow the standard configuration, I use a differen

Re: [yocto] Adjusting Extensible SDK for build setup

2020-07-20 Thread Richard Purdie
On Mon, 2020-07-20 at 15:06 +, Monsees, Steven C (US) wrote: > > I am fairly new to the Yocto SDK build process, and am looking to > create an extensible SDK for one of our platforms. > > I am currently working with Rocko 2.4.1, in conjunction with > uninative release 1.9… > > My current

Re: [yocto] Adjusting Extensible SDK for build setup

2020-07-20 Thread Monsees, Steven C (US)
Of Richard Purdie Sent: Monday, July 20, 2020 11:31 AM To: Monsees, Steven C (US) ; yocto@lists.yoctoproject.org Subject: Re: [yocto] Adjusting Extensible SDK for build setup *** WARNING *** EXTERNAL EMAIL -- This message originates from outside our organization. On Mon, 2020-07-20 at 15:06 +000

Re: [yocto] Adjusting Extensible SDK for build setup

2020-07-20 Thread Richard Purdie
On Mon, 2020-07-20 at 15:57 +, Monsees, Steven C (US) wrote: > The BUILDDIR is defined as configurable under Yocto... > > I set this up as per the Yocto docs based on the "MACHINE' I am > building, I do not believe this is the issue. > > There is no issue when building the standard SDK... >

Re: [yocto] Adjusting Extensible SDK for build setup

2020-07-20 Thread Monsees, Steven C (US)
o introduce future support ussues if possible. Thanks, Steve -Original Message- From: yocto@lists.yoctoproject.org [mailto:yocto@lists.yoctoproject.org] On Behalf Of Richard Purdie Sent: Monday, July 20, 2020 12:17 PM To: Monsees, Steven C (US) ; yocto@lists.yoctoproject.org Subject: Re: [yo

Re: [yocto] Adjusting Extensible SDK for build setup

2020-07-20 Thread Richard Purdie
On Mon, 2020-07-20 at 16:28 +, Monsees, Steven C (US) wrote: > Yes, this is what I saw as well... > > I had to add two lines to the populate_sdk_ext.bbclass to properly > get it to pick up my env script. > I set : > > OE_INIT_ENV_SCRIPT = "setup-build-env" > CORE_BASE_Files = " \

Re: [yocto] Adjusting Extensible SDK for build setup

2020-07-20 Thread Monsees, Steven C (US)
ting Extensible SDK for build setup *** WARNING *** EXTERNAL EMAIL -- This message originates from outside our organization. On Mon, 2020-07-20 at 16:28 +, Monsees, Steven C (US) wrote: > Yes, this is what I saw as well... > > I had to add two lines to the populate_sdk_ext.bbclass

Re: [yocto] Adjusting Extensible SDK for build setup

2020-07-20 Thread Richard Purdie
On Mon, 2020-07-20 at 17:13 +, Monsees, Steven C (US) wrote: > No, I guess I wasn't clear, I needed to add to lines of code in the > scripts to adjust things so that my env script was copied to the > proper SDK build env "layers" directory and set the conf_initpath to > use my env script... >

Re: [yocto] Adjusting Extensible SDK for build setup

2020-07-20 Thread Monsees, Steven C (US)
;>/setup-build-env") Steve -Original Message- From: yocto@lists.yoctoproject.org [mailto:yocto@lists.yoctoproject.org] On Behalf Of Richard Purdie Sent: Monday, July 20, 2020 1:19 PM To: Monsees, Steven C (US) ; yocto@lists.yoctoproject.org Subject: Re: [yocto] Adjusting Exte