From e7f4c7d1af6868247ade0d9f56a312c724f04e63 Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Thu, 7 Nov 2024 11:14:43 +0000 Subject: [PATCH] ci/base: add the repo path and comments to help working locally Add the default repo path so we can comment the url of the repo to work out of the default branch. - kas will always change the head to the default branch when we have the 'url' - to remove the 'url', we need to have the 'path' - if we have the 'path' and not the 'url' kas will keep the HEAD Signed-off-by: Jose Quaresma --- ci/base.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/base.yml b/ci/base.yml index ef632671..3511b52f 100644 --- a/ci/base.yml +++ b/ci/base.yml @@ -13,10 +13,14 @@ repos: meta-qcom-hwe: meta-qcom: + # comment the url if you need to work out of the default branch url: https://github.com/Linaro/meta-qcom + path: meta-qcom poky: + # comment the url if you need to work out of the default branch url: https://git.yoctoproject.org/git/poky + path: poky layers: meta: meta-poky: