summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Saulnier <nsaulnier@ti.com>2018-09-11 02:41:26 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-09-12 22:46:23 +0000
commitb6c4bbc85f468b8b20a209bdb4be9f81972b95e3 (patch)
tree95d2dddaf1c43cde62037c2a9e29fca39d8e8464
parent959e0ace383b90c086d135aa7d5db50913655f3e (diff)
downloadmeta-ti-b6c4bbc85f468b8b20a209bdb4be9f81972b95e3.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>
-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