[meta-ti] [PATCH v4] cmem: Adding New recipe for cmem
Nelson, Sam
sam.nelson at ti.com
Wed Dec 18 15:30:11 PST 2013
Sorry, this is a fresh commit for meta-ti. I will resubmit again as the whole patch.
With regards,
sam
> -----Original Message-----
> From: Maupin, Chase
> Sent: Wednesday, December 18, 2013 5:09 PM
> To: Nelson, Sam; meta-ti at yoctoproject.org
> Subject: RE: [meta-ti] [PATCH v4] cmem: Adding New recipe for cmem
>
> Sam,
>
> Can you please include patch version notes in the patch? i.e.
>
> Signed-off-by: Sam Nelson <sam.nelson at ti.com>
> ---
> Fixed in Version 4:
> * Item 1
> * Item 2
>
> ---
> recipes-bsp/cmem/cmem-mod_git.bb | 4 ++--
> recipes-bsp/cmem/cmem.inc | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> Without that reviewing multiple patch revisions, particularly over time is
> extremely difficult.
>
>
> Sincerely,
> Chase Maupin
> Integration Team Manager
> Linux Core Product Development
> e-mail: chase.maupin at ti.com
> phone: (214) 567-2950
>
> For support:
> Forums - http://community.ti.com/forums/
> Wiki - http://wiki.davincidsp.com/
>
>
> >-----Original Message-----
> >From: meta-ti-bounces at yoctoproject.org [mailto:meta-ti-
> >bounces at yoctoproject.org] On Behalf Of Nelson, Sam
> >Sent: Wednesday, December 18, 2013 3:25 PM
> >To: meta-ti at yoctoproject.org
> >Subject: [meta-ti] [PATCH v4] cmem: Adding New recipe for cmem
> >
> >- 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=b86138d4028fb
> >8310b3b983024edc620"
> >
> > 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