diff options
author | Alexander Kanavin <alex@linutronix.de> | 2025-10-02 18:16:58 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-04 11:16:44 +0100 |
commit | aeb0078d5dc03bde4d3ae3693bf01250f8fb91f4 (patch) | |
tree | ada46d5add9bbb4ef788c2d1c60f1490e8af1c00 /meta/lib/oeqa/selftest/cases/buildhistory.py | |
parent | 69f24b64121db6347ad8658cfdb5108c03c301d8 (diff) | |
download | poky-aeb0078d5dc03bde4d3ae3693bf01250f8fb91f4.tar.gz |
lib/bbconfigbuild/configfragments: disable the previous builtin fragment when enabling a new one
There was a flaw in the logic that allowed multiple builtin fragments with
the same prefix to be enabled at the same time. The correct behaviour
is that only one of them should be enabled, and when enabling it
all previously enabled fragments should be removed.
The issues that this caused are further explained in
https://bugzilla.yoctoproject.org/show_bug.cgi?id=15987
[YOCTO #15987]
(From OE-Core rev: 4cc78af26d8c3154d4f2b3b37d8e4dc65485eb66)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/buildhistory.py')
0 files changed, 0 insertions, 0 deletions