summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/ti-linux-fw
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-09-13 03:55:32 +0000
committerRyan Eatmon <reatmon@ti.com>2022-09-22 11:23:07 -0500
commit9d15def4e1cab502196f58ae5a5bbcf15acd83ce (patch)
tree3d32ad92edb61e10f02a6a24111da50f560c3daa /meta-ti-bsp/recipes-bsp/ti-linux-fw
parent59e2bfd7e5373958a66a6bee581dfc31b70053d7 (diff)
downloadmeta-ti-9d15def4e1cab502196f58ae5a5bbcf15acd83ce.tar.gz
ti-linux-fw: Create K3_IMAGE_GEN_BRANCH variable
For the upcoming CICD flow we need to control the branch for all of the needed packages. Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/ti-linux-fw')
-rw-r--r--meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
index 8aaf1559..0d947b49 100644
--- a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
+++ b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
@@ -29,9 +29,11 @@ K3_IMAGE_GEN_SRCREV ?= "85a70059fc24242ea03653a5014b98100e4da2d6"
29SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}" 29SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}"
30SRCREV_FORMAT = "imggen" 30SRCREV_FORMAT = "imggen"
31 31
32K3_IMAGE_GEN_BRANCH ?= "master"
33
32SRC_URI = " \ 34SRC_URI = " \
33 git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH} \ 35 git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH} \
34 git://git.ti.com/k3-image-gen/k3-image-gen.git;protocol=git;branch=master;destsuffix=imggen;name=imggen \ 36 git://git.ti.com/k3-image-gen/k3-image-gen.git;protocol=git;branch=${K3_IMAGE_GEN_BRANCH};destsuffix=imggen;name=imggen \
35" 37"
36 38
37S = "${WORKDIR}/git" 39S = "${WORKDIR}/git"