summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-08-05 22:12:03 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-08-05 20:29:12 +0000
commit7ee10b10831e8b67c0737201fc8e19e18caa042f (patch)
treeac4e1329b76f4d3ad4f600f426b26afb8f750972
parent93f261719d0574397e114a7f7a8b02dd5e1f1114 (diff)
downloadmeta-ti-7ee10b10831e8b67c0737201fc8e19e18caa042f.tar.gz
ti-sci-fw: set PV inside .inc so it's easier to update 3 files
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/ti-sci-fw/ti-sci-fw-source_git.bb (renamed from recipes-bsp/ti-sci-fw/ti-sci-fw-source_2020.06.bb)2
-rw-r--r--recipes-bsp/ti-sci-fw/ti-sci-fw.inc (renamed from recipes-bsp/ti-sci-fw/ti-sci-fw_2020.06.inc)2
-rw-r--r--recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb (renamed from recipes-bsp/ti-sci-fw/ti-sci-fw_2020.06.bb)2
3 files changed, 4 insertions, 2 deletions
diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw-source_2020.06.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw-source_git.bb
index becf893e..063e72d7 100644
--- a/recipes-bsp/ti-sci-fw/ti-sci-fw-source_2020.06.bb
+++ b/recipes-bsp/ti-sci-fw/ti-sci-fw-source_git.bb
@@ -2,7 +2,7 @@
2# Let's take a page from gcc-source as a common recipe for all gcc stages, 2# Let's take a page from gcc-source as a common recipe for all gcc stages,
3# but also to provide a single package for MAINMACHINE of all multiconfigs 3# but also to provide a single package for MAINMACHINE of all multiconfigs
4 4
5require recipes-bsp/ti-sci-fw/ti-sci-fw_${PV}.inc 5require recipes-bsp/ti-sci-fw/ti-sci-fw.inc
6 6
7SUMMARY += "- sources" 7SUMMARY += "- sources"
8 8
diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_2020.06.inc b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
index db2b6027..4b898633 100644
--- a/recipes-bsp/ti-sci-fw/ti-sci-fw_2020.06.inc
+++ b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
@@ -3,6 +3,8 @@ SUMMARY = "TI SCI firmware (SYSFW)"
3LICENSE = "TI-TFL" 3LICENSE = "TI-TFL"
4LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" 4LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
5 5
6PV = "2020.06"
7
6SRCREV = "dbd8e8801ff20811981bddbb01203d91dc9f4f44" 8SRCREV = "dbd8e8801ff20811981bddbb01203d91dc9f4f44"
7BRANCH ?= "ti-linux-firmware" 9BRANCH ?= "ti-linux-firmware"
8SRCREV_imggen = "c0d6e6ebc85d9e7e4e02a7e6364cadf31c6fad0d" 10SRCREV_imggen = "c0d6e6ebc85d9e7e4e02a7e6364cadf31c6fad0d"
diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_2020.06.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
index b5588265..7f7171ae 100644
--- a/recipes-bsp/ti-sci-fw/ti-sci-fw_2020.06.bb
+++ b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
@@ -1,4 +1,4 @@
1require recipes-bsp/ti-sci-fw/ti-sci-fw_${PV}.inc 1require recipes-bsp/ti-sci-fw/ti-sci-fw.inc
2 2
3DEPENDS = "openssl-native u-boot-mkimage-native dtc-native" 3DEPENDS = "openssl-native u-boot-mkimage-native dtc-native"
4 4