All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-processor-sdk] [PATCH] linux-libc-headers (4.4 kernel): update to include dma-buf.h export fix
@ 2017-09-20 19:22 Jean-Jacques Hiblot
  2017-09-20 19:50 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Jean-Jacques Hiblot @ 2017-09-20 19:22 UTC (permalink / raw)
  To: meta-arago, denys

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
---
 .../recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bbappend | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bbappend b/meta-arago-distro/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bbappend
index 7d0537d..c1d8fd1 100644
--- a/meta-arago-distro/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bbappend
+++ b/meta-arago-distro/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bbappend
@@ -1,7 +1,7 @@
-PR_append = ".arago0"
+PR_append = ".arago1"
 
 BRANCH = "ti-lsk-linux-4.4.y"
-SRCREV = "6580f85400b48d55d06f11d6b75c056399123a72"
+SRCREV = "2612ef5805db717f9818f06786e863d3b1a7f87e"
 
 KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git"
 KERNEL_GIT_PROTOCOL = "git"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-processor-sdk] [PATCH] linux-libc-headers (4.4 kernel): update to include dma-buf.h export fix
  2017-09-20 19:22 [meta-processor-sdk] [PATCH] linux-libc-headers (4.4 kernel): update to include dma-buf.h export fix Jean-Jacques Hiblot
@ 2017-09-20 19:50 ` Denys Dmytriyenko
  2017-09-21 13:29   ` Jean-Jacques Hiblot
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2017-09-20 19:50 UTC (permalink / raw)
  To: Jean-Jacques Hiblot; +Cc: meta-arago

Is there 4.4 based processor-sdk? I'm guessing the wrong header is used here...


On Wed, Sep 20, 2017 at 09:22:06PM +0200, Jean-Jacques Hiblot wrote:
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
> ---
>  .../recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bbappend | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bbappend b/meta-arago-distro/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bbappend
> index 7d0537d..c1d8fd1 100644
> --- a/meta-arago-distro/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bbappend
> +++ b/meta-arago-distro/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bbappend
> @@ -1,7 +1,7 @@
> -PR_append = ".arago0"
> +PR_append = ".arago1"
>  
>  BRANCH = "ti-lsk-linux-4.4.y"
> -SRCREV = "6580f85400b48d55d06f11d6b75c056399123a72"
> +SRCREV = "2612ef5805db717f9818f06786e863d3b1a7f87e"
>  
>  KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git"
>  KERNEL_GIT_PROTOCOL = "git"
> -- 
> 1.9.1
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-processor-sdk] [PATCH] linux-libc-headers (4.4 kernel): update to include dma-buf.h export fix
  2017-09-20 19:50 ` Denys Dmytriyenko
@ 2017-09-21 13:29   ` Jean-Jacques Hiblot
  0 siblings, 0 replies; 3+ messages in thread
From: Jean-Jacques Hiblot @ 2017-09-21 13:29 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago



On 20/09/2017 21:50, Denys Dmytriyenko wrote:
> Is there 4.4 based processor-sdk? I'm guessing the wrong header is used here...
I'll resend the patch with the corrected header.
Thanks,
Jean-Jacques
>
>
> On Wed, Sep 20, 2017 at 09:22:06PM +0200, Jean-Jacques Hiblot wrote:
>> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
>> ---
>>   .../recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bbappend | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta-arago-distro/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bbappend b/meta-arago-distro/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bbappend
>> index 7d0537d..c1d8fd1 100644
>> --- a/meta-arago-distro/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bbappend
>> +++ b/meta-arago-distro/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bbappend
>> @@ -1,7 +1,7 @@
>> -PR_append = ".arago0"
>> +PR_append = ".arago1"
>>   
>>   BRANCH = "ti-lsk-linux-4.4.y"
>> -SRCREV = "6580f85400b48d55d06f11d6b75c056399123a72"
>> +SRCREV = "2612ef5805db717f9818f06786e863d3b1a7f87e"
>>   
>>   KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git"
>>   KERNEL_GIT_PROTOCOL = "git"
>> -- 
>> 1.9.1
>>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-21 13:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-20 19:22 [meta-processor-sdk] [PATCH] linux-libc-headers (4.4 kernel): update to include dma-buf.h export fix Jean-Jacques Hiblot
2017-09-20 19:50 ` Denys Dmytriyenko
2017-09-21 13:29   ` Jean-Jacques Hiblot

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.