All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacob Stiffler <j-stiffler@ti.com>
To: Denys Dmytriyenko <denys@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [master/fido/daisy][PATCH] cmem: Bump SRCREV to fix build with GCC 4.9 and Linux 4.1
Date: Fri, 21 Aug 2015 12:27:20 -0400	[thread overview]
Message-ID: <55D75168.1060805@ti.com> (raw)
In-Reply-To: <20150821162408.GQ6542@edge>



On 8/21/2015 12:24 PM, Denys Dmytriyenko wrote:
> On Fri, Aug 21, 2015 at 09:41:05AM -0400, Jacob Stiffler wrote:
>> * Changes retain compatibility with older tolchain and kernl.
> Unless you really really need this in daisy for some other fixes, it doesn't
> make much sense to push it there just for gcc-4.9 and linux-4.1 changes, which
> are not supported in daisy...
>

The main purpose of this patch is to fix the compilation with gcc-4.9 
and linux4.1, but also some typos and compiler warnings have been resolved.

>> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
>> ---
>>   recipes-bsp/cmem/cmem-mod_git.bb | 2 +-
>>   recipes-bsp/cmem/cmem.inc        | 8 ++++----
>>   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 b36eb09..6b2303c 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"
>>   include cmem.inc
>>   
>>   # This package builds a kernel module, use kernel PR as base and append a local
>> -MACHINE_KERNEL_PR_append = "b"
>> +MACHINE_KERNEL_PR_append = "a"
>>   PR = "${MACHINE_KERNEL_PR}"
>>   
>>   inherit module
>> diff --git a/recipes-bsp/cmem/cmem.inc b/recipes-bsp/cmem/cmem.inc
>> index 23e5f2e..0d3e918 100644
>> --- a/recipes-bsp/cmem/cmem.inc
>> +++ b/recipes-bsp/cmem/cmem.inc
>> @@ -3,11 +3,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=9b745e2765a6ba8a636c91aed4b02ac1"
>>   
>> -BRANCH ?= "master"
>> -# This corresponds to version 4.10.01.02
>> -SRCREV = "a51d9770021fd16c97fc59b320286a3fa43278bc"
>> +BRANCH ?= "lu-next"
>> +# This corresponds to version 4.10.02.03
>> +SRCREV = "d47ac635699da6bee6daff31b87b0123e13af4ac"
>>   
>> -PV = "4.10.01.02+git${SRCPV}"
>> +PV = "4.10.02.03+git${SRCPV}"
>>   
>>   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 b30029d..bab9238 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 = "r1"
>> +PR = "r0"
>>   
>>   PACKAGES =+ "${PN}-test"
>>   
>> -- 
>> 1.9.1
>>
>> -- 
>> _______________________________________________
>> meta-ti mailing list
>> meta-ti@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti



      reply	other threads:[~2015-08-21 16:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-21 13:41 [master/fido/daisy][PATCH] cmem: Bump SRCREV to fix build with GCC 4.9 and Linux 4.1 Jacob Stiffler
2015-08-21 16:24 ` Denys Dmytriyenko
2015-08-21 16:27   ` Jacob Stiffler [this message]

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=55D75168.1060805@ti.com \
    --to=j-stiffler@ti.com \
    --cc=denys@ti.com \
    --cc=meta-ti@yoctoproject.org \
    /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.