| Message ID | 20260402084219.3339173-1-richard.purdie@linuxfoundation.org |
|---|---|
| State | New |
| Headers | show |
| Series | [yocto-autobuilder-helper] config.json: Use DISTRO=poky for oe-selftest in bringup | expand |
diff --git a/config.json b/config.json index 0902e86..51eb546 100644 --- a/config.json +++ b/config.json @@ -238,6 +238,7 @@ "PACKAGE_CLASSES" : "package_rpm", "extravars" : [ "MACHINE = 'qemux86-64'", + "DISTRO = 'poky'", "RPM_GPG_SIGN_CHUNK = '1'" ], "EXTRACMDS" : ["oe-selftest -a --skip-tests distrodata.Distrodata.test_checkpkg -T yocto-mirrors -T machine -T toolchain-user -T toolchain-system -j 15"],
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- config.json | 1 + 1 file changed, 1 insertion(+)