diff mbox series

[yocto-autobuilder-helper] config.json: correct AUH job to match the new bitbake-setup based layer layout

Message ID 20251106094854.259875-1-alex.kanavin@gmail.com
State New
Headers show
Series [yocto-autobuilder-helper] config.json: correct AUH job to match the new bitbake-setup based layer layout | expand

Commit Message

Alexander Kanavin Nov. 6, 2025, 9:48 a.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 config.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 100de3a..f65563b 100644
--- a/config.json
+++ b/config.json
@@ -1532,10 +1532,10 @@ 
             "step1" : {
                 "shortname" : "setup AUH",
                 "EXTRAPLAINCMDS" : [
-                    "git config user.email auh@yoctoproject.org",
-                    "git config user.name 'Auto Upgrade Helper'",
-                    "git switch -C tmp-auh-upgrades HEAD",
-                    "install -D ${SCRIPTSDIR}/auh-config/upgrade-helper.conf ./build/upgrade-helper/upgrade-helper.conf"
+                    "git -C ../layers/openembedded-core config user.email auh@yoctoproject.org",
+                    "git -C ../layers/openembedded-core config user.name 'Auto Upgrade Helper'",
+                    "git -C ../layers/openembedded-core switch -C tmp-auh-upgrades HEAD",
+                    "install -D ${SCRIPTSDIR}/auh-config/upgrade-helper.conf ./upgrade-helper/upgrade-helper.conf"
                 ]
             },
             "step2" : {