summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pa-lld/pa-lld.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/pa-lld/pa-lld.inc')
-rw-r--r--recipes-bsp/pa-lld/pa-lld.inc18
1 files changed, 12 insertions, 6 deletions
diff --git a/recipes-bsp/pa-lld/pa-lld.inc b/recipes-bsp/pa-lld/pa-lld.inc
index b8ade647..58f0f424 100644
--- a/recipes-bsp/pa-lld/pa-lld.inc
+++ b/recipes-bsp/pa-lld/pa-lld.inc
@@ -3,13 +3,19 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/pa/COPYING.txt;md5=e8f6789acdcd
3 3
4COMPATIBLE_MACHINE = "keystone" 4COMPATIBLE_MACHINE = "keystone"
5 5
6BRANCH = "master" 6PA_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/pa-lld.git"
7SRC_URI = "git://git.ti.com/keystone-rtos/pa-lld.git;destsuffix=git/ti/drv/pa;protocol=git;branch=${BRANCH}" 7PA_LLD_GIT_PROTOCOL = "git"
8PA_LLD_GIT_BRANCH = "master"
9PA_LLD_GIT_DESTSUFFIX = "git/ti/drv/pa"
8 10
9# Below Commit ID corresponds to "DEV.PA_LLD.03.00.01.05A" 11# Below Commit ID corresponds to "DEV.PA_LLD.03.00.01.05A"
10SRCREV = "ae3aa3e80ecf64fe5a16515d134a6bc217220e2e" 12PA_LLD_SRCREV = "ae3aa3e80ecf64fe5a16515d134a6bc217220e2e"
13
14BRANCH = "${PA_LLD_GIT_BRANCH}"
15SRC_URI = "${PA_LLD_GIT_URI};destsuffix=${PA_LLD_GIT_DESTSUFFIX};protocol=${PA_LLD_GIT_PROTOCOL};branch=${BRANCH}"
16SRCREV = "${PA_LLD_SRCREV}"
17
11PV = "03.00.01.05" 18PV = "03.00.01.05"
12PR = "r1" 19INC_PR = "r2"
13 20
14BASEDIR = "${WORKDIR}/git" 21S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}"
15S = "${BASEDIR}/ti/drv/pa"