linux-automation / meta-lxatac

Build your own LXA TAC images and bundles
MIT License
5 stars 15 forks source link

meta-lxatac-example Priority #57

Closed userid0x0 closed 1 year ago

userid0x0 commented 1 year ago

Hi, I am asking for your opinion here. Does it make sense to mention that the the priority of the newly introduced meta-lxatac-example layer should be increased in order to be able to override meta-lxatac-software?

My usecase: I had to touch the chrony configuration.

hnez commented 1 year ago

Hi,

having the customization layer at the highest priority level makes sense. We do in fact have such an elevated priority for our Pengutronix-Internal customization layer:

$ bitbake-layers show-layers
NOTE: Starting bitbake server...
layer                 path                                      priority
==========================================================================
meta                  …/Projects/meta-lxatac/poky/meta          5
meta-poky             …/meta-lxatac/poky/meta-poky              5
meta-ptx              …/meta-lxatac/poky/../meta-ptx            6
meta-oe               …/meta-lxatac/poky/../meta-oe/meta-oe     5
…
meta-lxatac-ptx       …/meta-lxatac/poky/../meta-lxatac-ptx     11

I've created a PR to add notes about layer priorities to the README: #58. Let's continue the discussion there.