diff options
author | Sam Nelson <sam.nelson@ti.com> | 2018-12-21 17:34:41 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-01-03 23:31:56 +0000 |
commit | 06192ea1216f7d18ebac005ac71cd259a67d703e (patch) | |
tree | cb847591825e2fb924c1099883459d520fa7f568 /recipes-bsp/cmem | |
parent | 4c2d990af0cf7285f5c0a811e75422d376006d60 (diff) | |
download | meta-ti-06192ea1216f7d18ebac005ac71cd259a67d703e.tar.gz |
cmem: Update to new version 4.16.00.00
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/cmem')
-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 abbf2492..c2719403 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=26be509e4bb413905bda8309e338e2b1" | 4 | LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=26be509e4bb413905bda8309e338e2b1" |
5 | 5 | ||
6 | BRANCH = "master" | 6 | BRANCH = "master" |
7 | # This corresponds to version 4.15.00.02 | 7 | # This corresponds to version 4.16.00.00 |
8 | SRCREV = "0f39ed469f7c327cb0b03139976b511c337c7f6a" | 8 | SRCREV = "4f970f053b42e8d2a6f1a8cd4b14786196468fd3" |
9 | 9 | ||
10 | PV = "4.15.00.02+git${SRCPV}" | 10 | PV = "4.16.00.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 | ||