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...
The variable assignments mentioned are configured in my distro config for the overall SDK build. Steve -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Richard Purdie Sent: Monday, July 20, 2020 1:03 PM To: Monsees, Steven C (US) <[email protected]>; [email protected] 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 16:28 +0000, 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 = " \ > Scripts \ > LICENSE \ > .templateconf \ > " > This allowed me to build the "minimale SDK EXT. > > SDK_EXT_TYPE = "minimal" > SDK_LOCAL_CONF_WHITELIST = "SSTATE_MIRRORS" > > Was hoping I would be able to configure the variables rather than > modify the script... > Do not want to introduce future support ussues if possible. Both variables are assigned with weak defaults. Can't you just set those variables in your own distro config to override the defaults? Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#50012): https://lists.yoctoproject.org/g/yocto/message/50012 Mute This Topic: https://lists.yoctoproject.org/mt/75683471/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
