diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-12-14 04:25:35 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-12-14 12:43:14 -0500 |
commit | 0edc2db331d92b261ad1b8c815b57c9d97484d6b (patch) | |
tree | ace5b63540be9c4ff1263785cf3169e7409433ce /recipes-bsp/pm-lld | |
parent | 7367d886833fc8c7227ccf728d11eba030e77191 (diff) | |
download | meta-ti-0edc2db331d92b261ad1b8c815b57c9d97484d6b.tar.gz |
pm-lld-rtos: Updating to version 1.4.0.3
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.bb | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/recipes-bsp/pm-lld/pm-lld-rtos_git.bb b/recipes-bsp/pm-lld/pm-lld-rtos_git.bb index 05388e53..4bf0355e 100644 --- a/recipes-bsp/pm-lld/pm-lld-rtos_git.bb +++ b/recipes-bsp/pm-lld/pm-lld-rtos_git.bb | |||
@@ -13,19 +13,22 @@ PM_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/pm-lld.git" | |||
13 | PM_LLD_GIT_PROTOCOL = "git" | 13 | PM_LLD_GIT_PROTOCOL = "git" |
14 | PM_LLD_GIT_BRANCH = "int_pm_am335x" | 14 | PM_LLD_GIT_BRANCH = "int_pm_am335x" |
15 | PM_LLD_GIT_BRANCH_dra7xx-evm = "master" | 15 | PM_LLD_GIT_BRANCH_dra7xx-evm = "master" |
16 | PM_LLD_GIT_BRANCH_am57xx-evm = "master" | ||
16 | PM_LLD_GIT_DESTSUFFIX = "git/ti/drv/pm" | 17 | PM_LLD_GIT_DESTSUFFIX = "git/ti/drv/pm" |
17 | 18 | ||
18 | # Below commit ID corresponds to "DEV.PM_LLD.01.04.00.01" | 19 | # Below commit ID corresponds to "DEV.PM_LLD.01.04.00.03" |
19 | PM_LLD_SRCREV = "c4908f94b3e655e6298aa9bfe9bbffbbc5d16111" | 20 | PM_LLD_SRCREV = "7a4d80a607e7ef57015fcebc5c4b6a2ff9c9d26a" |
21 | |||
22 | # Below commit ID corresponds to "REL.PDK.TDA.01.08.00.17" | ||
23 | PM_LLD_SRCREV_dra7xx-evm = "0ac5d734db30c2fa1429cf17a0cecdff5421328d" | ||
24 | PM_LLD_SRCREV_am57xx-evm = "0ac5d734db30c2fa1429cf17a0cecdff5421328d" | ||
20 | 25 | ||
21 | # Below commit ID corresponds to "REL.PDK.TDA.01.07.00.06" | ||
22 | PM_LLD_SRCREV_dra7xx-evm = "46ea13503d2991f636197edb206a9f62cea398d4" | ||
23 | 26 | ||
24 | BRANCH = "${PM_LLD_GIT_BRANCH}" | 27 | BRANCH = "${PM_LLD_GIT_BRANCH}" |
25 | SRC_URI = "${PM_LLD_GIT_URI};destsuffix=${PM_LLD_GIT_DESTSUFFIX};protocol=${PM_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 28 | SRC_URI = "${PM_LLD_GIT_URI};destsuffix=${PM_LLD_GIT_DESTSUFFIX};protocol=${PM_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
26 | 29 | ||
27 | SRCREV = "${PM_LLD_SRCREV}" | 30 | SRCREV = "${PM_LLD_SRCREV}" |
28 | PV = "01.04.00.01" | 31 | PV = "01.04.00.03" |
29 | PR = "r0" | 32 | PR = "r0" |
30 | 33 | ||
31 | S = "${WORKDIR}/${PM_LLD_GIT_DESTSUFFIX}" | 34 | S = "${WORKDIR}/${PM_LLD_GIT_DESTSUFFIX}" |