diff options
author | 2025-01-13 12:01:36 +0100 | |
---|---|---|
committer | 2025-01-14 09:02:26 +0000 | |
commit | 3c3ba5e5927ac5607439f18f95f09592519053a1 (patch) | |
tree | af4c00d740033dc8a623148a108cca43fbb75811 /docs/06_Component_Documentation/Application_Framework | |
parent | d511041028a87e8569c98dfb2f4e034563973f3f (diff) |
Batch update for Super Salmon M3salmon_18.94.0salmon_18.93.0salmon/18.94.0salmon/18.93.018.94.018.93.0salmon
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.md | 2 |
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" |