diff options
author | Sam Nelson <sam.nelson@ti.com> | 2018-02-01 08:43:38 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-02-07 17:59:40 -0500 |
commit | 15d2f33b29c5297e2c1d6d178bf5f00396350c4f (patch) | |
tree | 92ccc01aa915015971fa68e58bcb1ed5fb2b4ab5 | |
parent | 0288b955d568bea4d236023fd31a8465cd3a34fa (diff) | |
download | meta-ti-15d2f33b29c5297e2c1d6d178bf5f00396350c4f.tar.gz |
cmem: Update to new version 4.15.00.00_eng
License update due to year update
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.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/cmem/cmem.inc | 8 | ||||
-rw-r--r-- | recipes-bsp/cmem/cmem_git.bb | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/recipes-bsp/cmem/cmem-mod_git.bb b/recipes-bsp/cmem/cmem-mod_git.bb index 14c7edf3..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 = "b" | 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 53c305b9..436368ef 100644 --- a/recipes-bsp/cmem/cmem.inc +++ b/recipes-bsp/cmem/cmem.inc | |||
@@ -1,13 +1,13 @@ | |||
1 | HOMEPAGE = "http://processors.wiki.ti.com/index.php/Category:CMEM" | 1 | HOMEPAGE = "http://processors.wiki.ti.com/index.php/Category:CMEM" |
2 | 2 | ||
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=26be509e4bb413905bda8309e338e2b1" |
5 | 5 | ||
6 | BRANCH = "lu-next" | 6 | BRANCH = "lu-next" |
7 | # This corresponds to version 4.14.01.00 | 7 | # This corresponds to version 4.15.00.00_eng |
8 | SRCREV = "b687f3c3658221cdb2731e2421a26004ee7193b8" | 8 | SRCREV = "86462821d99cf0e5c4ad33158e08feeb01b26484" |
9 | 9 | ||
10 | PV = "4.14.01.00+git${SRCPV}" | 10 | PV = "4.15.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 | ||
diff --git a/recipes-bsp/cmem/cmem_git.bb b/recipes-bsp/cmem/cmem_git.bb index b30029d6..bab9238f 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 = "r1" | 7 | PR = "r0" |
8 | 8 | ||
9 | PACKAGES =+ "${PN}-test" | 9 | PACKAGES =+ "${PN}-test" |
10 | 10 | ||