diff options
author | Sam Nelson <sam.nelson@ti.com> | 2016-12-03 07:18:39 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-12-06 19:45:19 -0500 |
commit | 521df13d7a528cffc562e37dedbf06ded993911c (patch) | |
tree | 1fe15bc571d78744e83c5d7dc2ea28fcf6b1cac5 /recipes-bsp/cmem | |
parent | 79a8691f601911bcfafe44cfe013d530fba81824 (diff) | |
download | meta-ti-521df13d7a528cffc562e37dedbf06ded993911c.tar.gz |
cmem: Update to new version 4.13.0.0_eng
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-mod_git.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/cmem/cmem.inc | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/cmem/cmem-mod_git.bb b/recipes-bsp/cmem/cmem-mod_git.bb index bf6a4770..1031e859 100644 --- a/recipes-bsp/cmem/cmem-mod_git.bb +++ b/recipes-bsp/cmem/cmem-mod_git.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "Kernel module for contiguous memory allocation from userspace" | |||
3 | include cmem.inc | 3 | include cmem.inc |
4 | 4 | ||
5 | # This package builds a kernel module, use kernel PR as base and append a local | 5 | # This package builds a kernel module, use kernel PR as base and append a local |
6 | MACHINE_KERNEL_PR_append = "c" | 6 | MACHINE_KERNEL_PR_append = "a" |
7 | PR = "${MACHINE_KERNEL_PR}" | 7 | PR = "${MACHINE_KERNEL_PR}" |
8 | 8 | ||
9 | inherit module | 9 | inherit module |
diff --git a/recipes-bsp/cmem/cmem.inc b/recipes-bsp/cmem/cmem.inc index e68bb6b3..0d05bb3e 100644 --- a/recipes-bsp/cmem/cmem.inc +++ b/recipes-bsp/cmem/cmem.inc | |||
@@ -3,11 +3,11 @@ HOMEPAGE = "http://processors.wiki.ti.com/index.php/Category:CMEM" | |||
3 | LICENSE = "GPLv2" | 3 | 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 = "master" | 6 | BRANCH = "lu-next" |
7 | # This corresponds to version 4.12.00.00 | 7 | # This corresponds to version 4.13.00.00_eng |
8 | SRCREV = "d6d3e84c84d0e84a9b96c3f6f789ac642d03afcb" | 8 | SRCREV = "d6d3e84c84d0e84a9b96c3f6f789ac642d03afcb" |
9 | 9 | ||
10 | PV = "4.12.00.00+git${SRCPV}" | 10 | PV = "4.13.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 | ||