diff options
author | Nick Saulnier <nsaulnier@ti.com> | 2018-11-28 04:08:57 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-12-05 21:31:21 +0000 |
commit | 3901dc93967637b18e840f02ee91361af4702b8a (patch) | |
tree | aa0d329a49fb73c41e9e32ada6c1afbbfa770f46 /recipes-bsp/pru | |
parent | 53f0eecf8729c79b664a134a74659c515cb39c7a (diff) | |
download | meta-ti-3901dc93967637b18e840f02ee91361af4702b8a.tar.gz |
pru-icss_git.bb: bug fixes for SDK 5.2
PRU Software Support Package example PRU_ADC_onChip does not work out of the box
in SDK 5.1. This update fixes the PRU_ADC_onChip example.
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/pru/pru-icss_git.bb b/recipes-bsp/pru/pru-icss_git.bb index 51519b31..94522f65 100644 --- a/recipes-bsp/pru/pru-icss_git.bb +++ b/recipes-bsp/pru/pru-icss_git.bb | |||
@@ -8,10 +8,10 @@ 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 = "f43599464e8e879a127241b68fbeb0abca4cbd9f" | 11 | SRCREV = "99b1bfd8ca8780fd2306c2c939f3fd477b2e5218" |
12 | 12 | ||
13 | PV = "5.3.0" | 13 | PV = "5.4.0" |
14 | PR = "r2" | 14 | PR = "r1" |
15 | 15 | ||
16 | require recipes-ti/includes/ti-paths.inc | 16 | require recipes-ti/includes/ti-paths.inc |
17 | 17 | ||