diff options
author | Ryan Eatmon <reatmon@ti.com> | 2022-09-13 03:55:32 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-09-22 11:23:07 -0500 |
commit | 9d15def4e1cab502196f58ae5a5bbcf15acd83ce (patch) | |
tree | 3d32ad92edb61e10f02a6a24111da50f560c3daa /meta-ti-bsp/recipes-bsp/ti-linux-fw | |
parent | 59e2bfd7e5373958a66a6bee581dfc31b70053d7 (diff) | |
download | meta-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.inc | 4 |
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" | |||
29 | SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}" | 29 | SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}" |
30 | SRCREV_FORMAT = "imggen" | 30 | SRCREV_FORMAT = "imggen" |
31 | 31 | ||
32 | K3_IMAGE_GEN_BRANCH ?= "master" | ||
33 | |||
32 | SRC_URI = " \ | 34 | SRC_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 | ||
37 | S = "${WORKDIR}/git" | 39 | S = "${WORKDIR}/git" |