summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pru
diff options
context:
space:
mode:
authorJason Reeder <jreeder@ti.com>2016-09-10 00:07:15 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-09-12 18:18:12 -0400
commite1d913c24271d7f69b77525dec87fb2e6afe53c7 (patch)
treeba008d77dc872987942fc59635d8eb7ea2c35724 /recipes-bsp/pru
parent81e08ffacce5adf88a48e6b232d26b9c481796fc (diff)
downloadmeta-ti-e1d913c24271d7f69b77525dec87fb2e6afe53c7.tar.gz
pru-icss: bump SRCREV, PV, and PR due to updates
Due to bug fixes and updates, the package version number is being incremented to 5.0.1. The commit ID is also being updated to reflect these changes. Line ending corrections to the manifest file also caused a new checksum value to be necessary. This has been updated in this commit as well. Signed-off-by: Jason Reeder <jreeder@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/pru')
-rw-r--r--recipes-bsp/pru/pru-icss_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/pru/pru-icss_git.bb b/recipes-bsp/pru/pru-icss_git.bb
index a56eba0c..144e3383 100644
--- a/recipes-bsp/pru/pru-icss_git.bb
+++ b/recipes-bsp/pru/pru-icss_git.bb
@@ -2,16 +2,16 @@ DESCRIPTION = "Programmable Real-time Unit Software Package"
2HOMEPAGE = "http://processors.wiki.ti.com/index.php/PRU-ICSS" 2HOMEPAGE = "http://processors.wiki.ti.com/index.php/PRU-ICSS"
3LICENSE = "BSD-3-Clause & GPL-2.0 & PD" 3LICENSE = "BSD-3-Clause & GPL-2.0 & PD"
4 4
5LIC_FILES_CHKSUM = "file://PRU-Package-v5.0-Manifest.html;md5=eec933459cb42544706e35289de38e03" 5LIC_FILES_CHKSUM = "file://PRU-Package-v5.0-Manifest.html;md5=a86a37c8b6396ad0ad6ae752f1aa8fcc"
6 6
7inherit update-alternatives 7inherit update-alternatives
8 8
9BRANCH = "master" 9BRANCH = "master"
10SRC_URI = "git://git.ti.com/pru-software-support-package/pru-software-support-package.git;protocol=git;branch=${BRANCH}" 10SRC_URI = "git://git.ti.com/pru-software-support-package/pru-software-support-package.git;protocol=git;branch=${BRANCH}"
11SRCREV = "913cf232ebe655603d3385de2b9cde4af7af5308" 11SRCREV = "5e08c1f7c1f1d642b508e8b9cea246d9d8ef54c8"
12 12
13PV = "5.0.0" 13PV = "5.0.1"
14PR = "r0" 14PR = "r1"
15 15
16require recipes-ti/includes/ti-paths.inc 16require recipes-ti/includes/ti-paths.inc
17 17