summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/netcp-pa-fw
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-02-13 02:04:59 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-02-12 16:33:39 -0500
commit6d733273cc290e4db5a2000036b9c60c546164f6 (patch)
treea8244e37a8080f2afe5e8ed9bd900060c7b844f1 /recipes-bsp/netcp-pa-fw
parent7e492603be1b812d08f55bf573bcfb8014e1e583 (diff)
downloadmeta-ti-6d733273cc290e4db5a2000036b9c60c546164f6.tar.gz
netcp-pa-fw: update to 3.0.1.8 version
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/netcp-pa-fw')
-rw-r--r--recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb b/recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb
index 9fd2541f..773ad7aa 100644
--- a/recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb
+++ b/recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "NETCP PA firmware for Keystone"
3LICENSE = "TI-TFL" 3LICENSE = "TI-TFL"
4LIC_FILES_CHKSUM = "file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c" 4LIC_FILES_CHKSUM = "file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c"
5 5
6PV = "1.0.0" 6PV = "3.0.1.8"
7PR = "r0" 7PR = "r0"
8 8
9CLEANBROKEN = "1" 9CLEANBROKEN = "1"
@@ -12,7 +12,7 @@ COMPATIBLE_MACHINE = "k2hk-evm|k2l-evm|k2e-evm"
12 12
13PACKAGE_ARCH = "${MACHINE_ARCH}" 13PACKAGE_ARCH = "${MACHINE_ARCH}"
14 14
15SRCREV = "55c708e391c5663a9ef0bb13970f2153f82fba36" 15SRCREV = "dd8db49ed57f8ac448451cc5e54973c71a99faea"
16BRANCH ?= "ti-linux-firmware-4.1.y" 16BRANCH ?= "ti-linux-firmware-4.1.y"
17 17
18SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" 18SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"
@@ -49,7 +49,7 @@ ks2_pa_pdsp5_pam \
49do_install() { 49do_install() {
50 install -d ${D}${base_libdir}/firmware 50 install -d ${D}${base_libdir}/firmware
51 for f in ${FWBASENAME}; do 51 for f in ${FWBASENAME}; do
52 install -m 0644 ${S}/ti-keystone/$f-${PV}.bin ${D}${base_libdir}/firmware/$f.bin 52 install -m 0644 ${S}/ti-keystone/$f.bin ${D}${base_libdir}/firmware/$f.bin
53 done 53 done
54} 54}
55 55