Re: [yocto] [poky] [PATCH 1/2] meta-poky/conf/templates/default/bblayers.conf.sample: do not assume integrated poky repo

Alexander Kanavin <[email protected]> Mon, 30 Jun 2025 12:21:01 +0200
Newsgroups org.yoctoproject.lists.poky,org.openembedded.lists.bitbake-devel,org.yoctoproject.lists.yocto
Message-ID <CANNYZj9JJXimG23QPDJ7kBZu1Q+ps9iS3dkf-HJqvWK+2q9VoQ@mail.gmail.com>
On Wed, 25 Jun 2025 at 15:56, Alexander Kanavin via
lists.yoctoproject.org <[email protected]>
wrote:

> Bitbake-setup would write out bblayers.conf with BBLAYERS entry
> ('bitbake-layers add-layer' can't be used at that point yet), and then
> enable fragments via bitbake-config-build (this is already
> implemented). This should result in a functional build directory, with
> a blank (or absent) local.conf.
>
> Then this patch, and the ones adding 'blank' templates become unnecessary.

I've now implemented this and resent the bitbake-setup patches. The
sample 'poky-ng' config that doesn't need templates and specifies
layers directly is here:

https://github.com/kanavin/bitbake-setup-configurations/blob/main/yocto-master.conf.json

Alex