Skip to content

Commit af446a7

Browse files
committed
(kbuild) Fix missing cros:// defconfig
In configuration where cros:// config is defconfig, node will have incorrect entry for config_full, missing cross:// (defconfig) part. Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
1 parent 09e8c57 commit af446a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernelci/kbuild.py

+1
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ def _merge_frags(self, fragnum):
576576
self._getcrosfragment(self._defconfig)
577577
f.write(content)
578578
self.addcmd("make olddefconfig")
579+
self._config_full = self._defconfig + self._config_full
579580
else:
580581
if isinstance(self._defconfig, str):
581582
self.addcmd("make " + self._defconfig)

0 commit comments

Comments
 (0)