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
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
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
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
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
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
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
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
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