Re: [OE-core] Should BB_DEFAULT_UMASK be set with ?=

2022-08-24 Thread Richard Purdie
On Wed, 2022-08-24 at 15:23 +0200, Rasmus Villemoes wrote: > On 30/05/2022 11.19, Rasmus Villemoes via lists.openembedded.org wrote: > > Hi, > > > > Suppose I want to define BB_DEFAULT_UMASK in site.conf or local.conf (I > > do have a use case for setting it to 002). But bitbake.conf includes > >

Re: [OE-core] Should BB_DEFAULT_UMASK be set with ?=

2022-08-24 Thread Rasmus Villemoes via lists.openembedded.org
On 30/05/2022 11.19, Rasmus Villemoes via lists.openembedded.org wrote: > Hi, > > Suppose I want to define BB_DEFAULT_UMASK in site.conf or local.conf (I > do have a use case for setting it to 002). But bitbake.conf includes > those files before it then goes on to use an unconditional assignment

[OE-core] Should BB_DEFAULT_UMASK be set with ?=

2022-05-30 Thread Rasmus Villemoes via lists.openembedded.org
Hi, Suppose I want to define BB_DEFAULT_UMASK in site.conf or local.conf (I do have a use case for setting it to 002). But bitbake.conf includes those files before it then goes on to use an unconditional assignment BB_DEFAULT_UMASK = "022" So how/where is one supposed to be able to set