From dcd5aa12e21686ce914d29a8426a37b6d81ee2c4 Mon Sep 17 00:00:00 2001 From: Lokesh Vutla Date: Wed, 26 Aug 2020 10:56:23 +0000 Subject: [PATCH] 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 Signed-off-by: Denys Dmytriyenko --- .../pruhsr-fw/{pruhsr-fw_git.bb => pruhsr-fw_2.15.23.bb} | 5 +++-- .../pruprp-fw/{pruprp-fw_git.bb => pruprp-fw_2.15.23.bb} | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) rename recipes-bsp/pruhsr-fw/{pruhsr-fw_git.bb => pruhsr-fw_2.15.23.bb} (93%) rename recipes-bsp/pruprp-fw/{pruprp-fw_git.bb => pruprp-fw_2.15.23.bb} (93%) diff --git a/recipes-bsp/pruhsr-fw/pruhsr-fw_git.bb b/recipes-bsp/pruhsr-fw/pruhsr-fw_2.15.23.bb similarity index 93% rename from recipes-bsp/pruhsr-fw/pruhsr-fw_git.bb rename to recipes-bsp/pruhsr-fw/pruhsr-fw_2.15.23.bb index 0c7e7148..1434363f 100644 --- a/recipes-bsp/pruhsr-fw/pruhsr-fw_git.bb +++ b/recipes-bsp/pruhsr-fw/pruhsr-fw_2.15.23.bb @@ -3,15 +3,16 @@ SUMMARY = "PRU HSR firmware for AM335x/AM437x/AM57xx" LICENSE = "TI-TFL" LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" -PV = "2.15.23" PE = "1" PR = "r0" +CLEANBROKEN = "1" + COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx-evm|am57xx-hs-evm" PACKAGE_ARCH = "${MACHINE_ARCH}" -SRCREV = "313e20f312a286bc07b97ef9aca70ef3ce96af29" +SRCREV = "7ba9722b74608ad4472790972917e1205eb3c049" BRANCH ?= "ti-linux-firmware" SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" diff --git a/recipes-bsp/pruprp-fw/pruprp-fw_git.bb b/recipes-bsp/pruprp-fw/pruprp-fw_2.15.23.bb similarity index 93% rename from recipes-bsp/pruprp-fw/pruprp-fw_git.bb rename to 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" LICENSE = "TI-TFL" LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" -PV = "2.15.23" PE = "1" PR = "r0" +CLEANBROKEN = "1" + COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx-evm|am57xx-hs-evm" PACKAGE_ARCH = "${MACHINE_ARCH}" -SRCREV = "313e20f312a286bc07b97ef9aca70ef3ce96af29" +SRCREV = "7ba9722b74608ad4472790972917e1205eb3c049" BRANCH ?= "ti-linux-firmware" SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"