summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2016-12-21 09:04:40 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-12-21 13:24:04 -0500
commit636f0898319d32422d0721f9ac83687cb5579ed4 (patch)
treef3bcfbb792e8ce5e116961c9b8a8a9fe38fe5d49
parent10c1d75c9d5b5b448e312e2b4bae632b97ba6e52 (diff)
downloadmeta-ti-636f0898319d32422d0721f9ac83687cb5579ed4.tar.gz
cmem: Update commit id for 4.13.00.00_eng
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/cmem/cmem-mod_git.bb2
-rw-r--r--recipes-bsp/cmem/cmem.inc2
-rw-r--r--recipes-bsp/cmem/cmem_git.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/cmem/cmem-mod_git.bb b/recipes-bsp/cmem/cmem-mod_git.bb
index f1e12339..d36816b5 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"
3include cmem.inc 3include 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
6MACHINE_KERNEL_PR_append = "a" 6MACHINE_KERNEL_PR_append = "b"
7PR = "${MACHINE_KERNEL_PR}" 7PR = "${MACHINE_KERNEL_PR}"
8 8
9inherit module 9inherit module
diff --git a/recipes-bsp/cmem/cmem.inc b/recipes-bsp/cmem/cmem.inc
index 0d05bb3e..af488911 100644
--- a/recipes-bsp/cmem/cmem.inc
+++ b/recipes-bsp/cmem/cmem.inc
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=9b745e27
5 5
6BRANCH = "lu-next" 6BRANCH = "lu-next"
7# This corresponds to version 4.13.00.00_eng 7# This corresponds to version 4.13.00.00_eng
8SRCREV = "d6d3e84c84d0e84a9b96c3f6f789ac642d03afcb" 8SRCREV = "1b1e19754049446c20fba7c22b39b325eb0154ec"
9 9
10PV = "4.13.00.00+git${SRCPV}" 10PV = "4.13.00.00+git${SRCPV}"
11 11
diff --git a/recipes-bsp/cmem/cmem_git.bb b/recipes-bsp/cmem/cmem_git.bb
index bab9238f..b30029d6 100644
--- a/recipes-bsp/cmem/cmem_git.bb
+++ b/recipes-bsp/cmem/cmem_git.bb
@@ -4,7 +4,7 @@ include cmem.inc
4 4
5RDEPENDS_${PN} = "cmem-mod" 5RDEPENDS_${PN} = "cmem-mod"
6 6
7PR = "r0" 7PR = "r1"
8 8
9PACKAGES =+ "${PN}-test" 9PACKAGES =+ "${PN}-test"
10 10