diff options
author | Sam Nelson <sam.nelson@ti.com> | 2017-11-09 22:05:33 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-11-09 21:36:52 -0500 |
commit | 5f3a1169d307fec41626f850f5c700437dedbe93 (patch) | |
tree | f5a66e739410a9ab494be1f528bdaa586d28fe63 | |
parent | ce7a22fca2e531dfbad303fd697a0f91e1c6147e (diff) | |
download | meta-ti-5f3a1169d307fec41626f850f5c700437dedbe93.tar.gz |
cmem: Update to new version 4.14.01.00
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 aa9c8f2a..53c305b9 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.01_eng | 7 | # This corresponds to version 4.14.01.00 |
8 | SRCREV = "1389059f01eabc1e853a384f0e5f51c4f3e4f197" | 8 | SRCREV = "b687f3c3658221cdb2731e2421a26004ee7193b8" |
9 | 9 | ||
10 | PV = "4.13.00.01+git${SRCPV}" | 10 | PV = "4.14.01.00+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 | ||