diff options
author | Alexander Kanavin <alex@linutronix.de> | 2025-10-01 13:45:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-02 11:28:03 +0100 |
commit | d1e80c53a9be07f67685ffe1a53a2f437f84d573 (patch) | |
tree | 44aaa4c6443536bd6deca0bc780f5b7c1639e12a /scripts/pythondeps | |
parent | e02f0d06a35ed236ba0386cc031a6189ab2f168a (diff) | |
download | poky-d1e80c53a9be07f67685ffe1a53a2f437f84d573.tar.gz |
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.
(From OE-Core rev: d83ff28157aaa9322f98b8da5dd50b562085085a)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/pythondeps')
0 files changed, 0 insertions, 0 deletions