diff options
-rw-r--r-- | recipes-bsp/cmem/cmem-mod_git.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/cmem/cmem.inc | 2 | ||||
-rw-r--r-- | recipes-bsp/cmem/cmem_git.bb | 2 |
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" | |||
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 = "a" | 6 | MACHINE_KERNEL_PR_append = "b" |
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 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 | ||
6 | BRANCH = "lu-next" | 6 | BRANCH = "lu-next" |
7 | # This corresponds to version 4.13.00.00_eng | 7 | # This corresponds to version 4.13.00.00_eng |
8 | SRCREV = "d6d3e84c84d0e84a9b96c3f6f789ac642d03afcb" | 8 | SRCREV = "1b1e19754049446c20fba7c22b39b325eb0154ec" |
9 | 9 | ||
10 | PV = "4.13.00.00+git${SRCPV}" | 10 | PV = "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 | ||
5 | RDEPENDS_${PN} = "cmem-mod" | 5 | RDEPENDS_${PN} = "cmem-mod" |
6 | 6 | ||
7 | PR = "r0" | 7 | PR = "r1" |
8 | 8 | ||
9 | PACKAGES =+ "${PN}-test" | 9 | PACKAGES =+ "${PN}-test" |
10 | 10 | ||