]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
populate_sdk_ext: do not require CONF_VERSION (e.g. local.conf version) to be set master
authorAlexander Kanavin <alex@linutronix.de>
Wed, 1 Oct 2025 11:45:40 +0000 (13:45 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Oct 2025 10:27:31 +0000 (11:27 +0100)
commitd83ff28157aaa9322f98b8da5dd50b562085085a
tree007494e333875ce1b6a907d21a0d12dd8e2d44dc
parent0144e22195394ce2b21b476a1dcfde9129eaf615
populate_sdk_ext: do not require CONF_VERSION (e.g. local.conf version) to be set

The version checks for local.conf/site.conf/bblayers.conf are all optional,
and aren't enforced (by insane class) if the versions aren't set.

As bitbake-setup writes out a blank local.conf, it doesn't put a version in it
either. Also, esdk bundle has a fixed set of layers and is not at risk of
needing to update its own local.conf.

The same condition is already in place for esdk's bblayers.conf for similar reasons.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/populate_sdk_ext.bbclass