summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pm-lld
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2020-04-07 04:19:26 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-04-16 00:38:30 +0000
commitb87db55af8cc261e16066e6f5b2942f436f76c70 (patch)
tree0157e16762548408bcd1a6855d3acc5909e32001 /recipes-bsp/pm-lld
parentf8d36b85c20fa18bd28512f325888d4e920480ad (diff)
downloadmeta-ti-b87db55af8cc261e16066e6f5b2942f436f76c70.tar.gz
pm-lld-rtos:SRCREV update to 01.08.00.23A
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/pm-lld')
-rw-r--r--recipes-bsp/pm-lld/pm-lld-rtos_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/pm-lld/pm-lld-rtos_git.bb b/recipes-bsp/pm-lld/pm-lld-rtos_git.bb
index 5db670e3..25fcb65e 100644
--- a/recipes-bsp/pm-lld/pm-lld-rtos_git.bb
+++ b/recipes-bsp/pm-lld/pm-lld-rtos_git.bb
@@ -20,8 +20,8 @@ PM_LLD_GIT_BRANCH_k2g = "int_pm_am335x"
20 20
21PM_LLD_GIT_DESTSUFFIX = "git/ti/drv/pm" 21PM_LLD_GIT_DESTSUFFIX = "git/ti/drv/pm"
22 22
23# Below commit ID corresponds to "DEV.PM_LLD.01.08.00.23" 23# Below commit ID corresponds to "DEV.PM_LLD.01.08.00.23A"
24PM_LLD_SRCREV = "7c064b93a0ae648441991abb5c71b99d2c209eeb" 24PM_LLD_SRCREV = "59abc6ffb890d24b82de0248d204ad10c1bfc2af"
25 25
26# Below commit ID corresponds to "DEV.PM_LLD.01.04.00.05C" 26# Below commit ID corresponds to "DEV.PM_LLD.01.04.00.05C"
27PM_LLD_SRCREV_ti33x = "dd1f8486e7738956631b7f4829c8238be2e49dd6" 27PM_LLD_SRCREV_ti33x = "dd1f8486e7738956631b7f4829c8238be2e49dd6"
@@ -32,7 +32,7 @@ BRANCH = "${PM_LLD_GIT_BRANCH}"
32SRC_URI = "${PM_LLD_GIT_URI};destsuffix=${PM_LLD_GIT_DESTSUFFIX};protocol=${PM_LLD_GIT_PROTOCOL};branch=${BRANCH}" 32SRC_URI = "${PM_LLD_GIT_URI};destsuffix=${PM_LLD_GIT_DESTSUFFIX};protocol=${PM_LLD_GIT_PROTOCOL};branch=${BRANCH}"
33 33
34SRCREV = "${PM_LLD_SRCREV}" 34SRCREV = "${PM_LLD_SRCREV}"
35PV = "01.08.00.23" 35PV = "01.08.00.23A"
36PR = "r0" 36PR = "r0"
37 37
38S = "${WORKDIR}/${PM_LLD_GIT_DESTSUFFIX}" 38S = "${WORKDIR}/${PM_LLD_GIT_DESTSUFFIX}"