Re: [yocto] Question on the sequence conf file parsing. #yocto

2024-10-10 Thread Alexander Kanavin
On Thu, 10 Oct 2024 at 05:45, Guo, Yanmei via Lists.Yoctoproject.Org wrote: > Can you explain a bit more on separate build configurations? > > We are using multi-config to separate the build configuration. However the > `local.conf` and `bblayers.conf` are shared across. > unless you are suggesti

Re: [yocto] Question on the sequence conf file parsing. #yocto

2024-10-09 Thread Guo, Yanmei via lists.yoctoproject.org
Adding layer can cause some unintended effects. Taken recipes-kernel for example, if some layers being added eg meta-virtualization, bbappend will be applied to the kernel. We might end up with some unexpected kernel feature being switched on. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messag

Re: [yocto] Question on the sequence conf file parsing. #yocto

2024-10-09 Thread Guo, Yanmei via lists.yoctoproject.org
Hi Alex, Can you explain a bit more on separate build configurations? We are using multi-config to separate the build configuration. However the `local.conf` and `bblayers.conf` are shared across. unless you are suggesting complete new build (new local.conf and bblayers) not sharing anything in

Re: [yocto] Question on the sequence conf file parsing. #yocto

2024-09-26 Thread Guo, Yanmei via lists.yoctoproject.org
We use multiconfig as our seperate build management so that we can reuse some build component but have different configurations. It looks like BBLAYERS can't be appended in multconfig.conf?   So between multiconfigurations, they have to share the same BBLAYERS? -=-=-=-=-=-=-=-=-=-=-=- Links: Yo

Re: [yocto] Question on the sequence conf file parsing. #yocto

2024-09-26 Thread Chen Qi via lists.yoctoproject.org
Merely adding layers to BBLAYERS changes nothing as long as those layers are yocto compliant. See yocto-check-layer-wrapper. In such case, sharing the same BBLAYERS should have no negative impact. If that's not the case, use yocto-check-layer-wrapper and fix the layer. Regards, Qi On 9/27/24

Re: [yocto] Question on the sequence conf file parsing. #yocto

2024-09-26 Thread Alexander Kanavin
On Thu, 26 Sept 2024 at 05:09, Guo, Yanmei via lists.yoctoproject.org wrote: > Trying to understand the sequence of conf file parsing when bitbake is > running a build. > As a typical yocto project, we generally have local.conf, bblayers.conf, > multiconfig/xxx.conf and distro.conf etc, > servin

Re: [yocto] Question on the sequence conf file parsing. #yocto

2024-09-26 Thread Matthias Schoepfer via lists.yoctoproject.org
Hi May, maybe dynamic layers are a solution to your problem: https://docs.yoctoproject.org/ref-manual/variables.html?highlight=bbfiles_dynamic#term-BBFILES_DYNAMIC Regards,    Matthias On 9/26/24 05:09, Guo, Yanmei via lists.yoctoproject.org wrote: Hi Yoctoers, Trying to understand the seque

Re: [yocto] Question on the sequence conf file parsing. #yocto

2024-09-25 Thread Khem Raj
Do Bitbake -e busybox >& log And look into log file it will show you the order On Wed, Sep 25, 2024 at 8:09 PM Guo, Yanmei via lists.yoctoproject.org wrote: > Hi Yoctoers, > > Trying to understand the sequence of conf file parsing when bitbake is > running a build. > As a typical yocto project

[yocto] Question on the sequence conf file parsing. #yocto

2024-09-25 Thread Guo, Yanmei via lists.yoctoproject.org
Hi Yoctoers, Trying to understand the sequence of conf file parsing when bitbake is running a build. As a typical yocto project, we generally have local.conf, bblayers.conf, multiconfig/xxx.conf and distro.conf etc, serving for different purposes. Is there a defined sequence in terms of which c