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 22:59:50 +0000
commit8ff9fa41790afdae68b665f0cba5e6734d591ba0 (patch)
treec731dad04bfd468e2ab6cf977acbbe732bb57a80
parente0dfcef8ebb33726ffc2a65db3f9d83deb46f7b6 (diff)
downloadmeta-ti-8ff9fa41790afdae68b665f0cba5e6734d591ba0.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