summaryrefslogtreecommitdiffstats
path: root/documentation/poky.yaml.in
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-01-17 11:08:49 +0100
committerSteve Sakoman <steve@sakoman.com>2025-01-24 07:59:39 -0800
commite603b95d4f7a09bf49a63c4c24eb9648c562ec4d (patch)
tree7ba05ad3010ff6968a27d01f0b963854b018dfd4 /documentation/poky.yaml.in
parent020d1ad995dbfb7c5fe52e01eb3356d7b0cd77ab (diff)
downloadpoky-e603b95d4f7a09bf49a63c4c24eb9648c562ec4d.tar.gz
Update autobuilder URLs to valkyrie
We have moved to Valkyrie which is hosted on https://autobuilder.yoctoproject.org/valkyrie. Update the URL in the documentation. Also, the YOCTO_AB_URL macro was used in a single location in the documentation so replace it by the :yocto_ab: custom extlink and remove the macro. Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> (From yocto-docs rev: b02e90b6eb32ce57a98e0e3720848e5cdfbb69d0) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 0b0ed55d909dd11cdc9b29b105473271627c025e) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/poky.yaml.in')
-rw-r--r--documentation/poky.yaml.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in
index ab3587db84..0e923f0a43 100644
--- a/documentation/poky.yaml.in
+++ b/documentation/poky.yaml.in
@@ -12,7 +12,6 @@ DISTRO_REL_TAG : "yocto-5.0"
12DOCCONF_VERSION : "dev" 12DOCCONF_VERSION : "dev"
13BITBAKE_SERIES : "" 13BITBAKE_SERIES : ""
14YOCTO_DL_URL : "https://downloads.yoctoproject.org" 14YOCTO_DL_URL : "https://downloads.yoctoproject.org"
15YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
16YOCTO_RELEASE_DL_URL : "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;" 15YOCTO_RELEASE_DL_URL : "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;"
17MIN_PYTHON_VERSION : "3.8.0" 16MIN_PYTHON_VERSION : "3.8.0"
18MIN_TAR_VERSION : "1.28" 17MIN_TAR_VERSION : "1.28"