1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-02 08:50:31 +00:00

ti-sci-fw: set PV inside .inc so it's easier to update 3 files

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2020-08-05 22:12:03 +00:00
parent 93f261719d
commit 7ee10b1083
3 changed files with 4 additions and 2 deletions
@@ -2,7 +2,7 @@
# Let's take a page from gcc-source as a common recipe for all gcc stages, # Let's take a page from gcc-source as a common recipe for all gcc stages,
# but also to provide a single package for MAINMACHINE of all multiconfigs # but also to provide a single package for MAINMACHINE of all multiconfigs
require recipes-bsp/ti-sci-fw/ti-sci-fw_${PV}.inc require recipes-bsp/ti-sci-fw/ti-sci-fw.inc
SUMMARY += "- sources" SUMMARY += "- sources"
@@ -3,6 +3,8 @@ SUMMARY = "TI SCI firmware (SYSFW)"
LICENSE = "TI-TFL" LICENSE = "TI-TFL"
LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
PV = "2020.06"
SRCREV = "dbd8e8801ff20811981bddbb01203d91dc9f4f44" SRCREV = "dbd8e8801ff20811981bddbb01203d91dc9f4f44"
BRANCH ?= "ti-linux-firmware" BRANCH ?= "ti-linux-firmware"
SRCREV_imggen = "c0d6e6ebc85d9e7e4e02a7e6364cadf31c6fad0d" SRCREV_imggen = "c0d6e6ebc85d9e7e4e02a7e6364cadf31c6fad0d"
@@ -1,4 +1,4 @@
require recipes-bsp/ti-sci-fw/ti-sci-fw_${PV}.inc require recipes-bsp/ti-sci-fw/ti-sci-fw.inc
DEPENDS = "openssl-native u-boot-mkimage-native dtc-native" DEPENDS = "openssl-native u-boot-mkimage-native dtc-native"