summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pru
diff options
context:
space:
mode:
authorNick Saulnier <nsaulnier@ti.com>2018-09-11 02:41:26 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-09-11 23:58:04 +0000
commitad730476e0a572dd16e0f25e0369e601ad65e45f (patch)
tree870e1f84da4170448ec4dea5602d46e1008129e0 /recipes-bsp/pru
parent722c1e6d93dce69c61aff381241e00d8e97a45e1 (diff)
downloadmeta-ti-ad730476e0a572dd16e0f25e0369e601ad65e45f.tar.gz
pru-icss_git.bb: rename PRU_ADC to PRU_ADC_onChip
TI design TIDA-01555 is added to Processor Linux SDK 5.1 as pru-adc-1.0. Rename the PRU SW Support Package example PRU_ADC to PRU_ADC_onChip to prevent confusion in the future. 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.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 37d6ca97..51519b31 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
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 = "80ea0921bd0024ee5943a19fae1a64ea51d72a50" 11SRCREV = "f43599464e8e879a127241b68fbeb0abca4cbd9f"
12 12
13PV = "5.3.0" 13PV = "5.3.0"
14PR = "r1" 14PR = "r2"
15 15
16require recipes-ti/includes/ti-paths.inc 16require recipes-ti/includes/ti-paths.inc
17 17