From b490d090a1bb1f7fd0f4ecc507bb4518167ba72d Mon Sep 17 00:00:00 2001 From: Jacob Stiffler Date: Thu, 26 Feb 2015 01:23:55 +0000 Subject: cmem: Bump version to 4.10.0.1 and enable autoload of module. * This version introduces the ability to configure CMEM through the device tree. Signed-off-by: Jacob Stiffler Signed-off-by: Denys Dmytriyenko --- recipes-bsp/cmem/cmem-mod_git.bb | 4 +++- recipes-bsp/cmem/cmem.inc | 6 +++--- recipes-bsp/cmem/cmem_git.bb | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/cmem/cmem-mod_git.bb b/recipes-bsp/cmem/cmem-mod_git.bb index 2bdf9c00..0cc0b464 100644 --- a/recipes-bsp/cmem/cmem-mod_git.bb +++ b/recipes-bsp/cmem/cmem-mod_git.bb @@ -3,10 +3,12 @@ DESCRIPTION = "Kernel module for contiguous memory allocation from userspace" include cmem.inc # This package builds a kernel module, use kernel PR as base and append a local -MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" +MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}" PR = "${MACHINE_KERNEL_PR}" inherit module EXTRA_OEMAKE += '-f lu.mak KERNEL_INSTALL_DIR="${STAGING_KERNEL_DIR}" TOOLCHAIN_PREFIX="${TOOLCHAIN_PREFIX}" EXEC_DIR="${D}/lib/modules/${KERNEL_VERSION}/extra"' MAKE_TARGETS = "module" + +module_autoload_cmemk = "cmemk" diff --git a/recipes-bsp/cmem/cmem.inc b/recipes-bsp/cmem/cmem.inc index 79278398..ff7a8a04 100644 --- a/recipes-bsp/cmem/cmem.inc +++ b/recipes-bsp/cmem/cmem.inc @@ -1,11 +1,11 @@ HOMEPAGE = "http://processors.wiki.ti.com/index.php/Category:CMEM" LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=b86138d4028fb8310b3b983024edc620" +LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=9b745e2765a6ba8a636c91aed4b02ac1" BRANCH ?= "master" -# This corresponds to version 4.00.01.08 -SRCREV = "0b68dfe9f155a1978cdb2178e052dc0d6f1e705b" +# This corresponds to version 4.10.00.01 +SRCREV = "0d2fac7187ca1f6af62a98dee5b3621908cf5831" SRC_URI = "git://git.ti.com/ipc/ludev.git;protocol=git;branch=${BRANCH}" diff --git a/recipes-bsp/cmem/cmem_git.bb b/recipes-bsp/cmem/cmem_git.bb index b633d74a..540c2f63 100644 --- a/recipes-bsp/cmem/cmem_git.bb +++ b/recipes-bsp/cmem/cmem_git.bb @@ -4,7 +4,7 @@ include cmem.inc RDEPENDS_${PN} = "cmem-mod" -PR = "r0+gitr${SRCPV}" +PR = "r1+gitr${SRCPV}" PACKAGES =+ "${PN}-test" -- cgit v1.2.3-54-g00ecf