summaryrefslogtreecommitdiffstats
path: root/docs/06_Component_Documentation/Application_Framework
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2025-01-13 12:01:36 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2025-01-14 09:02:26 +0000
commit3c3ba5e5927ac5607439f18f95f09592519053a1 (patch)
treeaf4c00d740033dc8a623148a108cca43fbb75811 /docs/06_Component_Documentation/Application_Framework
parentd511041028a87e8569c98dfb2f4e034563973f3f (diff)
Update the documentation after branching for Milestone 3. Bug-AGL: SPEC-5333 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I04aa470eb53ed937e893445b4b029e24a7b8d12b Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/30759
Diffstat (limited to 'docs/06_Component_Documentation/Application_Framework')
-rw-r--r--docs/06_Component_Documentation/Application_Framework/03_Creating_a_New_Application.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/06_Component_Documentation/Application_Framework/03_Creating_a_New_Application.md b/docs/06_Component_Documentation/Application_Framework/03_Creating_a_New_Application.md
index aa528b1..f2595d4 100644
--- a/docs/06_Component_Documentation/Application_Framework/03_Creating_a_New_Application.md
+++ b/docs/06_Component_Documentation/Application_Framework/03_Creating_a_New_Application.md
@@ -93,7 +93,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
PV = "1.0+git${SRCREV}"
-SRC_URI = "git://git.automotivelinux.org/apps/foo;protocol=https;branch=master"
+SRC_URI = "git://git.automotivelinux.org/apps/foo;protocol=https;branch=${AGL_BRANCH}"
SRCREV = "abcdef012"
S = "${WORKDIR}/git"