diff options
Diffstat (limited to 'recipes-bsp/ti-sci-fw/ti-sci-fw_2020.04.bb')
-rw-r--r-- | recipes-bsp/ti-sci-fw/ti-sci-fw_2020.04.bb | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_2020.04.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw_2020.04.bb index add4ee93..b5588265 100644 --- a/recipes-bsp/ti-sci-fw/ti-sci-fw_2020.04.bb +++ b/recipes-bsp/ti-sci-fw/ti-sci-fw_2020.04.bb | |||
@@ -1,7 +1,4 @@ | |||
1 | SUMMARY = "TI SCI firmware (SYSFW)" | 1 | require recipes-bsp/ti-sci-fw/ti-sci-fw_${PV}.inc |
2 | |||
3 | LICENSE = "TI-TFL" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" | ||
5 | 2 | ||
6 | DEPENDS = "openssl-native u-boot-mkimage-native dtc-native" | 3 | DEPENDS = "openssl-native u-boot-mkimage-native dtc-native" |
7 | 4 | ||
@@ -17,18 +14,6 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
17 | TI_SECURE_DEV_PKG ?= "" | 14 | TI_SECURE_DEV_PKG ?= "" |
18 | export TI_SECURE_DEV_PKG | 15 | export TI_SECURE_DEV_PKG |
19 | 16 | ||
20 | SRCREV = "6b02b1ea07da65a68444e86439ad5b031e9fd5a2" | ||
21 | BRANCH ?= "ti-linux-firmware" | ||
22 | SRCREV_imggen = "a7d3909ed8ae23a7c90f7ef821713a8b0c3c061d" | ||
23 | SRCREV_FORMAT = "imggen" | ||
24 | |||
25 | SRC_URI = " \ | ||
26 | git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH} \ | ||
27 | git://git.ti.com/k3-image-gen/k3-image-gen.git;protocol=git;branch=master;destsuffix=imggen;name=imggen \ | ||
28 | " | ||
29 | |||
30 | S = "${WORKDIR}/git" | ||
31 | |||
32 | SYSFW_SOC ?= "unknown" | 17 | SYSFW_SOC ?= "unknown" |
33 | SYSFW_CONFIG ?= "unknown" | 18 | SYSFW_CONFIG ?= "unknown" |
34 | 19 | ||