diff options
Diffstat (limited to 'recipes-bsp/netcp-pa-fw')
-rw-r--r-- | 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 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" | |||
3 | LICENSE = "TI-TFL" | 3 | LICENSE = "TI-TFL" |
4 | LIC_FILES_CHKSUM = "file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c" | 4 | LIC_FILES_CHKSUM = "file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c" |
5 | 5 | ||
6 | PV = "1.0.0" | 6 | PV = "3.0.1.8" |
7 | PR = "r0" | 7 | PR = "r0" |
8 | 8 | ||
9 | CLEANBROKEN = "1" | 9 | CLEANBROKEN = "1" |
@@ -12,7 +12,7 @@ COMPATIBLE_MACHINE = "k2hk-evm|k2l-evm|k2e-evm" | |||
12 | 12 | ||
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
14 | 14 | ||
15 | SRCREV = "55c708e391c5663a9ef0bb13970f2153f82fba36" | 15 | SRCREV = "dd8db49ed57f8ac448451cc5e54973c71a99faea" |
16 | BRANCH ?= "ti-linux-firmware-4.1.y" | 16 | BRANCH ?= "ti-linux-firmware-4.1.y" |
17 | 17 | ||
18 | SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" | 18 | SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" |
@@ -49,7 +49,7 @@ ks2_pa_pdsp5_pam \ | |||
49 | do_install() { | 49 | do_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 | ||