From f4a040f0566d70c491e7a1223def993a04248d4b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 30 Apr 2019 04:20:07 +0000 Subject: [PATCH] prueth-fw-bin: update 5.1.0.7 -> 5.3.0.5 Signed-off-by: Denys Dmytriyenko --- recipes-bsp/prueth-fw/prueth-fw-bin_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb b/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb index d129620c..60dc0879 100644 --- a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb +++ b/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb @@ -3,7 +3,7 @@ SUMMARY = "PRU Ethernet firmware for AM65xx" LICENSE = "TI-TFL" LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" -PV = "5.1.0.7" +PV = "5.3.0.5" CLEANBROKEN = "1" @@ -11,7 +11,7 @@ COMPATIBLE_MACHINE = "am65xx-evm" PACKAGE_ARCH = "${MACHINE_ARCH}" -SRCREV = "1e03f08e89bee6d29ffd25782f5ce45b1b4bf1e6" +SRCREV = "534ba03becfa9b39ccbd42b97e091abd94a207e7" BRANCH ?= "ti-linux-firmware" SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"