summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/netcp-sa-fw
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/netcp-sa-fw')
-rw-r--r--recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb12
1 files changed, 3 insertions, 9 deletions
diff --git a/recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb b/recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb
index 56373a73..c4674505 100644
--- a/recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb
+++ b/recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb
@@ -1,10 +1,9 @@
1DESCRIPTION = "NETCP SA firmware for Keystone" 1DESCRIPTION = "NETCP SA firmware for Keystone"
2 2
3LICENSE = "TI-TFL" 3require recipes-bsp/ti-linux-fw/ti-linux-fw.inc
4LIC_FILES_CHKSUM = "file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c"
5 4
6PV = "1.0.0" 5PV = "${NETCP_SA_FW_VERSION}"
7PR = "r0" 6PR = "${INC_PR}.0"
8 7
9CLEANBROKEN = "1" 8CLEANBROKEN = "1"
10 9
@@ -12,11 +11,6 @@ COMPATIBLE_MACHINE = "keystone"
12 11
13PACKAGE_ARCH = "${MACHINE_ARCH}" 12PACKAGE_ARCH = "${MACHINE_ARCH}"
14 13
15SRCREV = "588f602a21c62f90b1f4318b881c80a1e711317a"
16BRANCH ?= "ti-linux-firmware"
17
18SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"
19
20S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
21 15
22TARGET = "sa_mci.fw" 16TARGET = "sa_mci.fw"