summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pruprp-fw
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2020-08-26 10:56:23 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-08-27 00:48:41 +0000
commitdcd5aa12e21686ce914d29a8426a37b6d81ee2c4 (patch)
tree9894758f656b087dcefa9a5d57e3e7d63fc5fd14 /recipes-bsp/pruprp-fw
parent7452ceb1d20a3c2f52be7edc32e4599a2068e325 (diff)
downloadmeta-ti-dcd5aa12e21686ce914d29a8426a37b6d81ee2c4.tar.gz
prueth-hsr/prp: Update hsr/prp firmwares to latest
Update the hsr/prp firmwares to latest that includes support for timestamping rx packets. Unfortunately version number is not incremented for this update. Also rename the bb file to add PV in it. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/pruprp-fw')
-rw-r--r--recipes-bsp/pruprp-fw/pruprp-fw_2.15.23.bb (renamed from recipes-bsp/pruprp-fw/pruprp-fw_git.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/pruprp-fw/pruprp-fw_git.bb b/recipes-bsp/pruprp-fw/pruprp-fw_2.15.23.bb
index 046e8dad..da381eb0 100644
--- a/recipes-bsp/pruprp-fw/pruprp-fw_git.bb
+++ b/recipes-bsp/pruprp-fw/pruprp-fw_2.15.23.bb
@@ -3,15 +3,16 @@ SUMMARY = "PRU PRP firmware for AM335x/AM437x/AM57xx"
3LICENSE = "TI-TFL" 3LICENSE = "TI-TFL"
4LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" 4LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
5 5
6PV = "2.15.23"
7PE = "1" 6PE = "1"
8PR = "r0" 7PR = "r0"
9 8
9CLEANBROKEN = "1"
10
10COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx-evm|am57xx-hs-evm" 11COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx-evm|am57xx-hs-evm"
11 12
12PACKAGE_ARCH = "${MACHINE_ARCH}" 13PACKAGE_ARCH = "${MACHINE_ARCH}"
13 14
14SRCREV = "313e20f312a286bc07b97ef9aca70ef3ce96af29" 15SRCREV = "7ba9722b74608ad4472790972917e1205eb3c049"
15BRANCH ?= "ti-linux-firmware" 16BRANCH ?= "ti-linux-firmware"
16 17
17SRC_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}"