From 383f73289ce6b0eaba9e8f2c611f0493959b69fe Mon Sep 17 00:00:00 2001 From: Ash Charles Date: Wed, 29 Dec 2021 10:52:11 -0500 Subject: [PATCH] package/pru-software-support: bump to latest version 6.0.1 Update to that latest version of the PRU software support [1]. Since v5.9.0, the examples have been updated, kernel header references have been bumped to v5.10, and some minor bug fixes added. [1] https://git.ti.com/cgit/pru-softward-support-package/pru-software-support-package Signed-off-by: Ash Charles Signed-off-by: Thomas Petazzoni --- package/pru-software-support/pru-software-support.hash | 2 +- package/pru-software-support/pru-software-support.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/pru-software-support/pru-software-support.hash b/package/pru-software-support/pru-software-support.hash index a2c78e7a1a..e8ccc93a2c 100644 --- a/package/pru-software-support/pru-software-support.hash +++ b/package/pru-software-support/pru-software-support.hash @@ -1,3 +1,3 @@ # Locally-calculated hash -sha256 4a6b1b2b8ca892c442fd7fce7ddbf6b74e0619def2bb19f3ad67c94720b7ca3a pru-software-support-package-v5.9.0.tar.gz +sha256 cba9e0bca3abc0041cf7ce6a30af9de440b325cf8c9bcc826485d2f837cb4cf2 pru-software-support-package-v6.0.1.tar.gz sha256 62a2f56498cd1bac2d4ea6ea1c941affba1e4bb65bfdf2dcffd8e5079fa34399 PRU-Package-v6.1-Manifest.html diff --git a/package/pru-software-support/pru-software-support.mk b/package/pru-software-support/pru-software-support.mk index 87a382948b..d0259c5f80 100644 --- a/package/pru-software-support/pru-software-support.mk +++ b/package/pru-software-support/pru-software-support.mk @@ -4,7 +4,7 @@ # ################################################################################ -PRU_SOFTWARE_SUPPORT_VERSION = 5.9.0 +PRU_SOFTWARE_SUPPORT_VERSION = 6.0.1 PRU_SOFTWARE_SUPPORT_SITE = https://git.ti.com/cgit/pru-software-support-package/pru-software-support-package/snapshot PRU_SOFTWARE_SUPPORT_SOURCE = $(PRU_SOFTWARE_SUPPORT_NAME)-package-v$(PRU_SOFTWARE_SUPPORT_VERSION).tar.gz PRU_SOFTWARE_SUPPORT_LICENSE = BSD-3-Clause, Public Domain