All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1][krogoth] Update KBRANCH for linux-yocto-rt_4.4
@ 2016-05-28 19:27 Tom Zanussi
  2016-05-28 19:27 ` [PATCH 1/1] linux-yocto-rt/4.4: Update KBRANCH Tom Zanussi
  0 siblings, 1 reply; 6+ messages in thread
From: Tom Zanussi @ 2016-05-28 19:27 UTC (permalink / raw)
  To: openembedded-core, bruce.ashfield, richard.purdie

In order to enable branch creation based off of standard/preempt-rt in
the 4.4 kernel, standard/preeempt-rt/base was created, which meant
standard/preempt-rt had to be removed.

This patch updates the 4.4 linux-yocto-rt recipe to point to the new
branch (4.1 and previous versions already had standard/preempt-rt/base
and therefore don't need updates - only 4.4 is affected).

The following changes since commit da4bfbef46e52d2b647a837a47d0f5cb813ba8b2:

  gdb: Backport patch to changes with AVX and MPX (2016-05-22 08:43:01 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib tzanussi/preempt-rt-kbranch-update-krogoth
  http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/preempt-rt-kbranch-update-krogoth

Tom Zanussi (1):
  linux-yocto-rt/4.4: Update KBRANCH

 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.9.3



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

* [PATCH 1/1] linux-yocto-rt/4.4: Update KBRANCH
  2016-05-28 19:27 [PATCH 0/1][krogoth] Update KBRANCH for linux-yocto-rt_4.4 Tom Zanussi
@ 2016-05-28 19:27 ` Tom Zanussi
  2016-05-28 22:14   ` Bruce Ashfield
  0 siblings, 1 reply; 6+ messages in thread
From: Tom Zanussi @ 2016-05-28 19:27 UTC (permalink / raw)
  To: openembedded-core, bruce.ashfield, richard.purdie

standard/preempt-rt was replaced by standard/preempt-rt/base in
linux-yocto-4.4.git, so KBRANCH needs to be updated accordingly.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
index 5e39374..beff921 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
@@ -1,4 +1,4 @@
-KBRANCH ?= "standard/preempt-rt"
+KBRANCH ?= "standard/preempt-rt/base"
 
 require recipes-kernel/linux/linux-yocto.inc
 
-- 
1.9.3



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

* Re: [PATCH 1/1] linux-yocto-rt/4.4: Update KBRANCH
  2016-05-28 19:27 ` [PATCH 1/1] linux-yocto-rt/4.4: Update KBRANCH Tom Zanussi
@ 2016-05-28 22:14   ` Bruce Ashfield
  2016-05-28 22:16     ` Bruce Ashfield
  2016-05-28 22:22     ` Tom Zanussi
  0 siblings, 2 replies; 6+ messages in thread
From: Bruce Ashfield @ 2016-05-28 22:14 UTC (permalink / raw)
  To: Tom Zanussi; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 1312 bytes --]

On Sat, May 28, 2016 at 3:27 PM, Tom Zanussi <tom.zanussi@linux.intel.com>
wrote:

> standard/preempt-rt was replaced by standard/preempt-rt/base in
> linux-yocto-4.4.git, so KBRANCH needs to be updated accordingly.
>
> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
> ---
>  meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
> b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
> index 5e39374..beff921 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
> @@ -1,4 +1,4 @@
> -KBRANCH ?= "standard/preempt-rt"
> +KBRANCH ?= "standard/preempt-rt/base"
>

This is missing the krogoth tag in the patch, right ?  since for master,
this was in my series
under commit [linux-yocto: create intel branches].

Bruce



>
>  require recipes-kernel/linux/linux-yocto.inc
>
> --
> 1.9.3
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"

[-- Attachment #2: Type: text/html, Size: 2751 bytes --]

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

* Re: [PATCH 1/1] linux-yocto-rt/4.4: Update KBRANCH
  2016-05-28 22:14   ` Bruce Ashfield
@ 2016-05-28 22:16     ` Bruce Ashfield
  2016-05-28 22:22     ` Tom Zanussi
  1 sibling, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2016-05-28 22:16 UTC (permalink / raw)
  To: Tom Zanussi; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 1709 bytes --]

On Sat, May 28, 2016 at 6:14 PM, Bruce Ashfield <bruce.ashfield@gmail.com>
wrote:

>
>
> On Sat, May 28, 2016 at 3:27 PM, Tom Zanussi <tom.zanussi@linux.intel.com>
> wrote:
>
>> standard/preempt-rt was replaced by standard/preempt-rt/base in
>> linux-yocto-4.4.git, so KBRANCH needs to be updated accordingly.
>>
>> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
>> ---
>>  meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
>> b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
>> index 5e39374..beff921 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
>> @@ -1,4 +1,4 @@
>> -KBRANCH ?= "standard/preempt-rt"
>> +KBRANCH ?= "standard/preempt-rt/base"
>>
>
> This is missing the krogoth tag in the patch, right ?  since for master,
> this was in my series
> under commit [linux-yocto: create intel branches].
>

Hmm. Now that I read all my email, I see that you did send one with the
krogoth tag.
But the rest of my comment was correct :D

Bruce


>
> Bruce
>
>
>
>>
>>  require recipes-kernel/linux/linux-yocto.inc
>>
>> --
>> 1.9.3
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>>
>
>
>
> --
> "Thou shalt not follow the NULL pointer, for chaos and madness await thee
> at its end"
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"

[-- Attachment #2: Type: text/html, Size: 3815 bytes --]

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

* Re: [PATCH 1/1] linux-yocto-rt/4.4: Update KBRANCH
  2016-05-28 22:14   ` Bruce Ashfield
  2016-05-28 22:16     ` Bruce Ashfield
@ 2016-05-28 22:22     ` Tom Zanussi
  1 sibling, 0 replies; 6+ messages in thread
From: Tom Zanussi @ 2016-05-28 22:22 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: Patches and discussions about the oe-core layer

On 05/28/2016 05:14 PM, Bruce Ashfield wrote:
> On Sat, May 28, 2016 at 3:27 PM, Tom Zanussi <tom.zanussi@linux.intel.com>
> wrote:
> 
>> standard/preempt-rt was replaced by standard/preempt-rt/base in
>> linux-yocto-4.4.git, so KBRANCH needs to be updated accordingly.
>>
>> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
>> ---
>>  meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
>> b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
>> index 5e39374..beff921 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
>> @@ -1,4 +1,4 @@
>> -KBRANCH ?= "standard/preempt-rt"
>> +KBRANCH ?= "standard/preempt-rt/base"
>>
> 
> This is missing the krogoth tag in the patch, right ?  since for master,
> this was in my series
> under commit [linux-yocto: create intel branches].
> 

Yeah, I had [krogoth] in the cover letter, but forgot to add it to the
patch subject, so yeah, should be [PATCH 1/1][krogoth] ;-)

Tom

> Bruce
> 
> 
> 
>>
>>  require recipes-kernel/linux/linux-yocto.inc
>>
>> --
>> 1.9.3
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>>
> 
> 
> 



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

* [PATCH 0/1][krogoth] Update KBRANCH for linux-yocto-rt_4.4
@ 2016-06-03 21:18 Tom Zanussi
  0 siblings, 0 replies; 6+ messages in thread
From: Tom Zanussi @ 2016-06-03 21:18 UTC (permalink / raw)
  To: akuster, openembedded-core

In order to enable branch creation based off of standard/preempt-rt in
the 4.4 kernel, standard/preeempt-rt/base was created, which meant
standard/preempt-rt had to be removed.

This patch updates the 4.4 linux-yocto-rt recipe to point to the new
branch (4.1 and previous versions already had standard/preempt-rt/base
and therefore don't need updates - only 4.4 is affected).

The following changes since commit 8f51f6153a09f8048fb4c4ce9cf4a19655240de4:

  toasterconf.json: exclude releases Toaster can't build (2016-06-03 15:02:19 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib tzanussi/preempt-rt-kbranch-update-krogoth
  http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/preempt-rt-kbranch-update-krogoth

Tom Zanussi (1):
  linux-yocto-rt/4.4: Update KBRANCH

 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.9.3



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

end of thread, other threads:[~2016-06-03 21:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-28 19:27 [PATCH 0/1][krogoth] Update KBRANCH for linux-yocto-rt_4.4 Tom Zanussi
2016-05-28 19:27 ` [PATCH 1/1] linux-yocto-rt/4.4: Update KBRANCH Tom Zanussi
2016-05-28 22:14   ` Bruce Ashfield
2016-05-28 22:16     ` Bruce Ashfield
2016-05-28 22:22     ` Tom Zanussi
2016-06-03 21:18 [PATCH 0/1][krogoth] Update KBRANCH for linux-yocto-rt_4.4 Tom Zanussi

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.