diff options
author | Sam Nelson <sam.nelson@ti.com> | 2017-01-10 23:06:50 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-01-13 13:15:51 -0500 |
commit | 66d1bc3193483df8c7abd9e5577e16692582e1d6 (patch) | |
tree | 78960f73c63e8caf224c5e1835c3b09bc2bbb86b | |
parent | 51fb3871bd0ff33cb3f2d672b4880847ef247a1f (diff) | |
download | meta-ti-66d1bc3193483df8c7abd9e5577e16692582e1d6.tar.gz |
cmem: Update to new version 4.13.00.01_eng
Update to new version 4.13.00.01_eng with bug fix
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-bsp/cmem/cmem.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/cmem/cmem.inc b/recipes-bsp/cmem/cmem.inc index af488911..aa9c8f2a 100644 --- a/recipes-bsp/cmem/cmem.inc +++ b/recipes-bsp/cmem/cmem.inc | |||
@@ -4,10 +4,10 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=9b745e2765a6ba8a636c91aed4b02ac1" | 4 | LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=9b745e2765a6ba8a636c91aed4b02ac1" |
5 | 5 | ||
6 | BRANCH = "lu-next" | 6 | BRANCH = "lu-next" |
7 | # This corresponds to version 4.13.00.00_eng | 7 | # This corresponds to version 4.13.00.01_eng |
8 | SRCREV = "1b1e19754049446c20fba7c22b39b325eb0154ec" | 8 | SRCREV = "1389059f01eabc1e853a384f0e5f51c4f3e4f197" |
9 | 9 | ||
10 | PV = "4.13.00.00+git${SRCPV}" | 10 | PV = "4.13.00.01+git${SRCPV}" |
11 | 11 | ||
12 | SRC_URI = "git://git.ti.com/ipc/ludev.git;protocol=git;branch=${BRANCH}" | 12 | SRC_URI = "git://git.ti.com/ipc/ludev.git;protocol=git;branch=${BRANCH}" |
13 | 13 | ||