summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/gpmc-lld
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-07-19 23:23:47 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-07-23 16:56:42 +0000
commit68dceee3d5ad91b7846c8b76ab8acf53c6efe4cd (patch)
tree7bdf14a66847df2007e4c5aa99eb13729db4821e /recipes-bsp/gpmc-lld
parentaa5c6ed5d59f31c8e9e9528344db97fe20a0aa92 (diff)
downloadmeta-ti-68dceee3d5ad91b7846c8b76ab8acf53c6efe4cd.tar.gz
gpmc-lld-rtos: Update to version 1.0.0.2
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/gpmc-lld')
-rw-r--r--recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb b/recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb
index 01ea5010..912a797b 100644
--- a/recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb
+++ b/recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb
@@ -12,14 +12,14 @@ GPMC_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/gpmc-lld.git"
12GPMC_LLD_GIT_PROTOCOL = "git" 12GPMC_LLD_GIT_PROTOCOL = "git"
13GPMC_LLD_GIT_BRANCH = "master" 13GPMC_LLD_GIT_BRANCH = "master"
14 14
15# Below commit ID corresponds to "DEV.GPMC_LLD.01.00.00.01" 15# Below commit ID corresponds to "DEV.GPMC_LLD.01.00.00.02"
16GPMC_LLD_SRCREV = "86df4c099ad9c84f4b92d515ba64c343c75cf44d" 16GPMC_LLD_SRCREV = "320b18c703f70e01ea1b487c7bf9c4e08e7ae2df"
17 17
18BRANCH = "${GPMC_LLD_GIT_BRANCH}" 18BRANCH = "${GPMC_LLD_GIT_BRANCH}"
19SRC_URI = "${GPMC_LLD_GIT_URI};protocol=${GPMC_LLD_GIT_PROTOCOL};branch=${BRANCH}" 19SRC_URI = "${GPMC_LLD_GIT_URI};protocol=${GPMC_LLD_GIT_PROTOCOL};branch=${BRANCH}"
20 20
21SRCREV = "${GPMC_LLD_SRCREV}" 21SRCREV = "${GPMC_LLD_SRCREV}"
22PV = "01.00.00.01" 22PV = "01.00.00.02"
23PR = "r0" 23PR = "r0"
24 24
25DEPENDS_append = " osal-rtos \ 25DEPENDS_append = " osal-rtos \