diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-08-05 22:12:03 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-08-05 20:29:12 +0000 |
commit | 7ee10b10831e8b67c0737201fc8e19e18caa042f (patch) | |
tree | ac4e1329b76f4d3ad4f600f426b26afb8f750972 /recipes-bsp | |
parent | 93f261719d0574397e114a7f7a8b02dd5e1f1114 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-bsp')
-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 | ||
5 | require recipes-bsp/ti-sci-fw/ti-sci-fw_${PV}.inc | 5 | require recipes-bsp/ti-sci-fw/ti-sci-fw.inc |
6 | 6 | ||
7 | SUMMARY += "- sources" | 7 | SUMMARY += "- 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)" | |||
3 | LICENSE = "TI-TFL" | 3 | LICENSE = "TI-TFL" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" |
5 | 5 | ||
6 | PV = "2020.06" | ||
7 | |||
6 | SRCREV = "dbd8e8801ff20811981bddbb01203d91dc9f4f44" | 8 | SRCREV = "dbd8e8801ff20811981bddbb01203d91dc9f4f44" |
7 | BRANCH ?= "ti-linux-firmware" | 9 | BRANCH ?= "ti-linux-firmware" |
8 | SRCREV_imggen = "c0d6e6ebc85d9e7e4e02a7e6364cadf31c6fad0d" | 10 | SRCREV_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 @@ | |||
1 | require recipes-bsp/ti-sci-fw/ti-sci-fw_${PV}.inc | 1 | require recipes-bsp/ti-sci-fw/ti-sci-fw.inc |
2 | 2 | ||
3 | DEPENDS = "openssl-native u-boot-mkimage-native dtc-native" | 3 | DEPENDS = "openssl-native u-boot-mkimage-native dtc-native" |
4 | 4 | ||