diff options
author | Ryan Eatmon <reatmon@ti.com> | 2022-07-29 10:33:08 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-07-29 12:56:16 -0500 |
commit | 5123dbd3f2ddeb0a2851af24a7b9035b8bf060c1 (patch) | |
tree | 861e06d8a9e96086801c70f8d8e15f68058263b2 /recipes-bsp | |
parent | e77f90e341528b6735a60274d293e3de5ecbc135 (diff) | |
download | meta-ti-5123dbd3f2ddeb0a2851af24a7b9035b8bf060c1.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>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index 8aaf1559..0d947b49 100644 --- a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/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" |