summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2015-04-11 03:58:18 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-04-10 18:08:48 -0400
commit34a31a1b1cd918d4501c8d928b7d8c0ea37c97c9 (patch)
treef572923d372138cc8e3e06ca5daa70cc05cffed9
parenta6302b4f09c98c3490836fe0b2024b3e3df1fc53 (diff)
downloadmeta-ti-34a31a1b1cd918d4501c8d928b7d8c0ea37c97c9.tar.gz
pa-lld: Update to new version 3.0.1.4
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/pa-lld/pa-lld.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/pa-lld/pa-lld.inc b/recipes-bsp/pa-lld/pa-lld.inc
index e93ce152..7d922fb6 100644
--- a/recipes-bsp/pa-lld/pa-lld.inc
+++ b/recipes-bsp/pa-lld/pa-lld.inc
@@ -6,10 +6,10 @@ COMPATIBLE_MACHINE = "keystone"
6BRANCH = "master" 6BRANCH = "master"
7SRC_URI = "git://git.ti.com/keystone-rtos/pa-lld.git;destsuffix=git/ti/drv/pa;protocol=git;branch=${BRANCH}" 7SRC_URI = "git://git.ti.com/keystone-rtos/pa-lld.git;destsuffix=git/ti/drv/pa;protocol=git;branch=${BRANCH}"
8 8
9# Below Commit ID corresponds to "DEV.PA_LLD.03.00.01.01" 9# Below Commit ID corresponds to "DEV.PA_LLD.03.00.01.04"
10SRCREV = "55207930b4491f33776f2c4c2c0707a73c69314c" 10SRCREV = "92de8879be3712af684bd031ca0ed291c05d6050"
11PV = "03.00.01.01" 11PV = "03.00.01.04"
12PR = "r0" 12PR = "r1"
13 13
14BASEDIR = "${WORKDIR}/git" 14BASEDIR = "${WORKDIR}/git"
15S = "${BASEDIR}/ti/drv/pa" 15S = "${BASEDIR}/ti/drv/pa"