summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Siraswar <yogeshs@ti.com>2021-11-12 11:46:56 +0000
committerYogesh Siraswar <yogeshs@ti.com>2021-11-12 12:23:40 +0000
commit2b6083bbedbf54c08eb43be26a3f92ae82776224 (patch)
treedfb38c29a9143615e77b1a626d7ae596f42a5b24
parentcae609388f19aa30c8f35f1233e40bebe9464da5 (diff)
downloadmeta-ti-2b6083bbedbf54c08eb43be26a3f92ae82776224.tar.gz
ti-linux-fw: Add AUTOREV support for K3 Image Gen
This patch brings k3 image gen under bleeding for nightly builds Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
-rw-r--r--recipes-bsp/ti-linux-fw/ti-linux-fw.inc4
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 97e51962..c59120b8 100644
--- a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
+++ b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
@@ -21,7 +21,9 @@ TI_LINUX_FW_SRCREV ?= "95232a584175a8ac872adf477b2dbb9ca68ba063"
21SRCREV = "${TI_LINUX_FW_SRCREV}" 21SRCREV = "${TI_LINUX_FW_SRCREV}"
22 22
23BRANCH ?= "ti-linux-firmware" 23BRANCH ?= "ti-linux-firmware"
24SRCREV_imggen = "6baabef219aea0f667423f2cab2bc2d63a349488" 24
25K3_IMAGE_GEN_SRCREV ?= "6baabef219aea0f667423f2cab2bc2d63a349488"
26SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}"
25SRCREV_FORMAT = "imggen" 27SRCREV_FORMAT = "imggen"
26 28
27SRC_URI = " \ 29SRC_URI = " \