summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Saulnier <nsaulnier@ti.com>2018-07-25 21:28:51 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-07-26 16:39:56 +0000
commitf9e8966a355f4abfb27375f61ae8f9998ac267ab (patch)
tree324890c3f067ef0f24ca9bd6e017dde25f29248e
parent6077d966b21cdf309de52e2caa485b173fd1ccdf (diff)
downloadmeta-ti-f9e8966a355f4abfb27375f61ae8f9998ac267ab.tar.gz
pru-icss_git.bb: bug fixes, add PRU_ADC
PRU Software Support Package v5.2.1 integrates 3 bug fixes and adds am335x PRU_ADC example. PRU Software Support Package tags were updated so that v5.2.0 corresponds to the release that will be pulled into Linux SDK 5.0, while v5.2.1 corresponds to the commit for this version of the bitbake. Signed-off-by: Nick Saulnier <nsaulnier@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/pru/pru-icss_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/pru/pru-icss_git.bb b/recipes-bsp/pru/pru-icss_git.bb
index e359b564..3c871b70 100644
--- a/recipes-bsp/pru/pru-icss_git.bb
+++ b/recipes-bsp/pru/pru-icss_git.bb
@@ -8,9 +8,9 @@ inherit 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 = "df1d9da2047385fdd27e8735af31000dfdcf7625" 11SRCREV = "81b568741b8b98e6f590271a9aea5956d2b2d9ce"
12 12
13PV = "5.2.0" 13PV = "5.2.1"
14PR = "r1" 14PR = "r1"
15 15
16require recipes-ti/includes/ti-paths.inc 16require recipes-ti/includes/ti-paths.inc