[meta-ti] [PATCH v4] cmem: Adding New recipe for cmem
Denys Dmytriyenko
denys at ti.com
Wed Dec 18 14:09:17 PST 2013
Sam,
Your last email to the list from few days ealier also worked, I just didn't
have time to reply.
As of the patch itself, it is based on a previous commit with cmem, which
never made it to meta-ti, so please make sure all the dependencies are met.
--
Denys
On Wed, Dec 18, 2013 at 04:25:01PM -0500, Sam Nelson wrote:
> - Cmem module is used for user space contiguous memory alloation
>
> Signed-off-by: Sam Nelson <sam.nelson at ti.com>
> ---
> recipes-bsp/cmem/cmem-mod_git.bb | 4 ++--
> recipes-bsp/cmem/cmem.inc | 4 ++--
> 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 a072f77..bbd81d4 100644
> --- a/recipes-bsp/cmem/cmem-mod_git.bb
> +++ b/recipes-bsp/cmem/cmem-mod_git.bb
> @@ -13,13 +13,13 @@ inherit module
> do_compile () {
> unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
> cd ${S}
> - make -f lu.mak module_clean
> + make -f lu.mak modules_clean
> make -f lu.mak module KERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR} TOOLCHAIN_PREFIX=${CROSS_COMPILE}
> }
>
> do_install () {
> unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
> cd ${S}
> - make -f lu.mak module_install KERNEL_INSTALL_DIR="${STAGING_KERNEL_DIR}" EXEC_DIR="${D}/lib/modules/${KERNEL_VERSION}/extra" INSTALL_MOD_PATH="${D}"
> + make -f lu.mak modules_install KERNEL_INSTALL_DIR="${STAGING_KERNEL_DIR}" EXEC_DIR="${D}/lib/modules/${KERNEL_VERSION}/extra" INSTALL_MOD_PATH="${D}"
> }
>
> diff --git a/recipes-bsp/cmem/cmem.inc b/recipes-bsp/cmem/cmem.inc
> index 094b2dc..b1f441a 100644
> --- a/recipes-bsp/cmem/cmem.inc
> +++ b/recipes-bsp/cmem/cmem.inc
> @@ -4,7 +4,7 @@ LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=b86138d4028fb8310b3b983024edc620"
>
> BRANCH ?= "master"
> -# This corresponds to version 4.00.00.06
> -SRCREV = "c2cf2406702bcb889c10d0e6e7d298ba7b84ae7d"
> +# This corresponds to version 4.00.01.08
> +SRCREV = "0b68dfe9f155a1978cdb2178e052dc0d6f1e705b"
>
> SRC_URI = "git://git.ti.com/ipc/ludev.git;protocol=git;branch=${BRANCH}"
> --
> 1.7.9.5
>
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
More information about the meta-ti
mailing list