All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Sam Nelson <sam.nelson@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH v4] cmem: Adding New recipe for cmem
Date: Wed, 18 Dec 2013 17:09:17 -0500	[thread overview]
Message-ID: <20131218220917.GW24180@edge> (raw)
In-Reply-To: <1387401901-20406-1-git-send-email-sam.nelson@ti.com>

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@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@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


  parent reply	other threads:[~2013-12-18 22:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-18 21:25 [PATCH v4] cmem: Adding New recipe for cmem Sam Nelson
2013-12-18 22:09 ` Maupin, Chase
2013-12-18 23:30   ` Nelson, Sam
2013-12-18 22:09 ` Denys Dmytriyenko [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-12-18 23:54 [PATCH v4] cmem: Adding new " Sam Nelson
2013-12-13  4:06 [PATCH v4] cmem: Adding New " Sam Nelson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131218220917.GW24180@edge \
    --to=denys@ti.com \
    --cc=meta-ti@yoctoproject.org \
    --cc=sam.nelson@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.