diff mbox series

[yocto-autobuilder-helper,v2] config.json: account for oe-nodistro -> oe-nodistro-master rename

Message ID 20251126084000.1828294-1-alex.kanavin@gmail.com
State New
Headers show
Series [yocto-autobuilder-helper,v2] config.json: account for oe-nodistro -> oe-nodistro-master rename | expand

Commit Message

Alexander Kanavin Nov. 26, 2025, 8:40 a.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index d9f14e0..db58c18 100644
--- a/config.json
+++ b/config.json
@@ -493,7 +493,7 @@ 
             "NEEDREPOS" : ["bitbake"],
             "MACHINE" : "qemuarm",
             "DISTRO" : "",
-            "BBSETUP_CONFIG" : ["oe-nodistro", "nodistro"],
+            "BBSETUP_CONFIG" : ["oe-nodistro-master", "nodistro"],
             "extravars" : [
                 "INHERIT += 'uninative'",
                 "require conf/distro/include/yocto-uninative.inc",