diff options
author | Nick Saulnier <nsaulnier@ti.com> | 2018-07-25 21:28:51 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-07-26 22:59:50 +0000 |
commit | 8ff9fa41790afdae68b665f0cba5e6734d591ba0 (patch) | |
tree | c731dad04bfd468e2ab6cf977acbbe732bb57a80 /recipes-bsp/pru | |
parent | e0dfcef8ebb33726ffc2a65db3f9d83deb46f7b6 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-bsp/pru')
-rw-r--r-- | recipes-bsp/pru/pru-icss_git.bb | 4 |
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 | ||
9 | BRANCH = "master" | 9 | BRANCH = "master" |
10 | SRC_URI = "git://git.ti.com/pru-software-support-package/pru-software-support-package.git;protocol=git;branch=${BRANCH}" | 10 | SRC_URI = "git://git.ti.com/pru-software-support-package/pru-software-support-package.git;protocol=git;branch=${BRANCH}" |
11 | SRCREV = "df1d9da2047385fdd27e8735af31000dfdcf7625" | 11 | SRCREV = "81b568741b8b98e6f590271a9aea5956d2b2d9ce" |
12 | 12 | ||
13 | PV = "5.2.0" | 13 | PV = "5.2.1" |
14 | PR = "r1" | 14 | PR = "r1" |
15 | 15 | ||
16 | require recipes-ti/includes/ti-paths.inc | 16 | require recipes-ti/includes/ti-paths.inc |