[meta-ti] Denys Dmytriyenko : netcp-pa-fw: update to 3.0.1.8 version
Arago Project git
git at arago-project.org
Fri Feb 12 13:33:57 PST 2016
Module: meta-ti
Branch: fido
Commit: 6c65b1b269a61319003e235139474734b6d1ccf3
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=6c65b1b269a61319003e235139474734b6d1ccf3
Author: Denys Dmytriyenko <denys at ti.com>
Date: Sat Feb 13 02:04:59 2016 +0000
netcp-pa-fw: update to 3.0.1.8 version
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb | 6 +++---
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 9fd2541..773ad7a 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"
LICENSE = "TI-TFL"
LIC_FILES_CHKSUM = "file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c"
-PV = "1.0.0"
+PV = "3.0.1.8"
PR = "r0"
CLEANBROKEN = "1"
@@ -12,7 +12,7 @@ COMPATIBLE_MACHINE = "k2hk-evm|k2l-evm|k2e-evm"
PACKAGE_ARCH = "${MACHINE_ARCH}"
-SRCREV = "55c708e391c5663a9ef0bb13970f2153f82fba36"
+SRCREV = "dd8db49ed57f8ac448451cc5e54973c71a99faea"
BRANCH ?= "ti-linux-firmware-4.1.y"
SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"
@@ -49,7 +49,7 @@ ks2_pa_pdsp5_pam \
do_install() {
install -d ${D}${base_libdir}/firmware
for f in ${FWBASENAME}; do
- install -m 0644 ${S}/ti-keystone/$f-${PV}.bin ${D}${base_libdir}/firmware/$f.bin
+ install -m 0644 ${S}/ti-keystone/$f.bin ${D}${base_libdir}/firmware/$f.bin
done
}
More information about the meta-ti
mailing list