Re: [poky] [PATCH 1/2] meta/conf/templates/default/conf-notes.txt: remove
Alexander Kanavin <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <CANNYZj9dnLJtQToZdVeUkSy__rxWCCyBDW=nDnv5p_S-cvAX=w@mail.gmail.com> |
On Fri, 16 Feb 2024 at 16:33, Richard Purdie <[email protected]> wrote: > The config is here: > > https://git.yoctoproject.org/poky-config/tree/combo-layer.conf > > specifically: > > file_exclude = meta/conf/bblayers.conf.sample meta/conf/local.conf.sample meta/conf/local.conf.sample.extended meta/conf/site.conf.sample > > but you will notice the exclusion lists are very small... I still don't quite understand what is happening when poky is formed. The above list refers to files in meta/conf/ that no longer even exist (they've been moved to meta/conf/templates/default/), yet oe-core and poky do have differences in the latter: https://git.openembedded.org/openembedded-core/tree/meta/conf/templates/default https://git.yoctoproject.org/poky/tree/meta/conf/templates/default Is there's some other hidden config which lists the correct locations? Alex