summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pm-lld
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-04-13 23:02:09 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-04-17 12:33:28 -0400
commitc24e52863d85e0e062be241c73227a08b0c70afd (patch)
treea77736e81e1433b77e84dcfc4a896b3615c42fc9 /recipes-bsp/pm-lld
parent478a74902feb50b4564c1123a0fe42ddc903f73a (diff)
downloadmeta-ti-c24e52863d85e0e062be241c73227a08b0c70afd.tar.gz
pm-lld-rtos: Updating to version 01.04.00.04 & 01.08.00.17 for am57xx/dra7xx
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Jacob Stiffler <j-stiffler@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.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-bsp/pm-lld/pm-lld-rtos_git.bb b/recipes-bsp/pm-lld/pm-lld-rtos_git.bb
index 4bf0355e..45a1ef4f 100644
--- a/recipes-bsp/pm-lld/pm-lld-rtos_git.bb
+++ b/recipes-bsp/pm-lld/pm-lld-rtos_git.bb
@@ -16,19 +16,19 @@ PM_LLD_GIT_BRANCH_dra7xx-evm = "master"
16PM_LLD_GIT_BRANCH_am57xx-evm = "master" 16PM_LLD_GIT_BRANCH_am57xx-evm = "master"
17PM_LLD_GIT_DESTSUFFIX = "git/ti/drv/pm" 17PM_LLD_GIT_DESTSUFFIX = "git/ti/drv/pm"
18 18
19# Below commit ID corresponds to "DEV.PM_LLD.01.04.00.03" 19# Below commit ID corresponds to "DEV.PM_LLD.01.04.00.04"
20PM_LLD_SRCREV = "7a4d80a607e7ef57015fcebc5c4b6a2ff9c9d26a" 20PM_LLD_SRCREV = "1c0cae9b001137f68f34bf9168d7c3fa9036b1a6"
21 21
22# Below commit ID corresponds to "REL.PDK.TDA.01.08.00.17" 22# Below commit ID corresponds to "DEV.PM_LLD.01.08.00.17"
23PM_LLD_SRCREV_dra7xx-evm = "0ac5d734db30c2fa1429cf17a0cecdff5421328d" 23PM_LLD_SRCREV_dra7xx-evm = "720f7df19f1b34cd72d8d3937baf5ff0011fd5dd"
24PM_LLD_SRCREV_am57xx-evm = "0ac5d734db30c2fa1429cf17a0cecdff5421328d" 24PM_LLD_SRCREV_am57xx-evm = "720f7df19f1b34cd72d8d3937baf5ff0011fd5dd"
25 25
26 26
27BRANCH = "${PM_LLD_GIT_BRANCH}" 27BRANCH = "${PM_LLD_GIT_BRANCH}"
28SRC_URI = "${PM_LLD_GIT_URI};destsuffix=${PM_LLD_GIT_DESTSUFFIX};protocol=${PM_LLD_GIT_PROTOCOL};branch=${BRANCH}" 28SRC_URI = "${PM_LLD_GIT_URI};destsuffix=${PM_LLD_GIT_DESTSUFFIX};protocol=${PM_LLD_GIT_PROTOCOL};branch=${BRANCH}"
29 29
30SRCREV = "${PM_LLD_SRCREV}" 30SRCREV = "${PM_LLD_SRCREV}"
31PV = "01.04.00.03" 31PV = "01.04.00.04"
32PR = "r0" 32PR = "r0"
33 33
34S = "${WORKDIR}/${PM_LLD_GIT_DESTSUFFIX}" 34S = "${WORKDIR}/${PM_LLD_GIT_DESTSUFFIX}"