diff options
author | Sam Nelson <sam.nelson@ti.com> | 2018-08-22 06:53:13 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-08-24 20:08:41 +0000 |
commit | c6535857d680ad644ce8d07b6e42b6b8ebe380e3 (patch) | |
tree | 7812e765e0d09db433b7e75005e36beee3bea581 /recipes-bsp/cmem/cmem.inc | |
parent | 7458f4ed51d1f3ccd40a57de6d83274f859e80cb (diff) | |
download | meta-ti-c6535857d680ad644ce8d07b6e42b6b8ebe380e3.tar.gz |
cmem: Update to new version 4.15.00.02
Has fix for mmap issues with latest kernel 4.14.x
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Reviewed-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/cmem/cmem.inc')
-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 695432a9..11cebe8d 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.01 | 7 | # This corresponds to version 4.15.00.02 |
8 | SRCREV = "000038a65af9428b559de5e00e4a7588892ad7b0" | 8 | SRCREV = "0f39ed469f7c327cb0b03139976b511c337c7f6a" |
9 | 9 | ||
10 | PV = "4.15.00.01+git${SRCPV}" | 10 | PV = "4.15.00.02+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 | ||