public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] recipes-kernel/linux: Weaker KERNEL_DEFCONFIG to allow overwrites
@ 2020-02-07 19:01 Jan Kiszka
  2020-03-23 15:43 ` Jan Kiszka
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Kiszka @ 2020-02-07 19:01 UTC (permalink / raw)
  To: isar-users; +Cc: Quirin Gylstorff

From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
---
 meta/recipes-kernel/linux/linux-custom.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux/linux-custom.inc b/meta/recipes-kernel/linux/linux-custom.inc
index d31da3b..4fb7ca2 100644
--- a/meta/recipes-kernel/linux/linux-custom.inc
+++ b/meta/recipes-kernel/linux/linux-custom.inc
@@ -39,7 +39,7 @@ KERNEL_LIBC_DEV_DEPLOY ?= "0"
 
 LINUX_VERSION_EXTENSION ?= ""
 
-KERNEL_DEFCONFIG ?= ""
+KERNEL_DEFCONFIG ??= ""
 
 # Add our template meta-data to the sources
 FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/files:"
-- 
2.20.1


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

* Re: [PATCH] recipes-kernel/linux: Weaker KERNEL_DEFCONFIG to allow overwrites
  2020-02-07 19:01 [PATCH] recipes-kernel/linux: Weaker KERNEL_DEFCONFIG to allow overwrites Jan Kiszka
@ 2020-03-23 15:43 ` Jan Kiszka
  2020-03-25  7:04   ` cedric_hombourger
  2020-03-25 11:19   ` Baurzhan Ismagulov
  0 siblings, 2 replies; 6+ messages in thread
From: Jan Kiszka @ 2020-03-23 15:43 UTC (permalink / raw)
  To: isar-users, Baurzhan Ismagulov; +Cc: Quirin Gylstorff

On 07.02.20 20:01, [ext] Jan Kiszka wrote:
> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> 
> Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> ---
>   meta/recipes-kernel/linux/linux-custom.inc | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-kernel/linux/linux-custom.inc b/meta/recipes-kernel/linux/linux-custom.inc
> index d31da3b..4fb7ca2 100644
> --- a/meta/recipes-kernel/linux/linux-custom.inc
> +++ b/meta/recipes-kernel/linux/linux-custom.inc
> @@ -39,7 +39,7 @@ KERNEL_LIBC_DEV_DEPLOY ?= "0"
>   
>   LINUX_VERSION_EXTENSION ?= ""
>   
> -KERNEL_DEFCONFIG ?= ""
> +KERNEL_DEFCONFIG ??= ""
>   
>   # Add our template meta-data to the sources
>   FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/files:"
> 

Ping. This tiny one seems to have fallen through the cracks.

Jan

-- 
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux

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

* Re: [PATCH] recipes-kernel/linux: Weaker KERNEL_DEFCONFIG to allow overwrites
  2020-03-23 15:43 ` Jan Kiszka
@ 2020-03-25  7:04   ` cedric_hombourger
  2020-03-25 11:19   ` Baurzhan Ismagulov
  1 sibling, 0 replies; 6+ messages in thread
From: cedric_hombourger @ 2020-03-25  7:04 UTC (permalink / raw)
  To: isar-users


[-- Attachment #1.1: Type: text/plain, Size: 1142 bytes --]



On Monday, March 23, 2020 at 4:43:22 PM UTC+1, Jan Kiszka wrote:
>
> On 07.02.20 20:01, [ext] Jan Kiszka wrote: 
> > From: Quirin Gylstorff <quirin....@siemens.com <javascript:>> 
> > 
> > Signed-off-by: Quirin Gylstorff <quirin....@siemens.com <javascript:>> 
> > --- 
> >   meta/recipes-kernel/linux/linux-custom.inc | 2 +- 
> >   1 file changed, 1 insertion(+), 1 deletion(-) 
> > 
> > diff --git a/meta/recipes-kernel/linux/linux-custom.inc 
> b/meta/recipes-kernel/linux/linux-custom.inc 
> > index d31da3b..4fb7ca2 100644 
> > --- a/meta/recipes-kernel/linux/linux-custom.inc 
> > +++ b/meta/recipes-kernel/linux/linux-custom.inc 
> > @@ -39,7 +39,7 @@ KERNEL_LIBC_DEV_DEPLOY ?= "0" 
> >   
> >   LINUX_VERSION_EXTENSION ?= "" 
> >   
> > -KERNEL_DEFCONFIG ?= "" 
> > +KERNEL_DEFCONFIG ??= "" 
>

ack. let's get this change in

>   
> >   # Add our template meta-data to the sources 
> >   FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/files:" 
> > 
>
> Ping. This tiny one seems to have fallen through the cracks. 
>
> Jan 
>
> -- 
> Siemens AG, Corporate Technology, CT RDA IOT SES-DE 
> Corporate Competence Center Embedded Linux 
>

[-- Attachment #1.2: Type: text/html, Size: 2085 bytes --]

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

* Re: [PATCH] recipes-kernel/linux: Weaker KERNEL_DEFCONFIG to allow overwrites
  2020-03-23 15:43 ` Jan Kiszka
  2020-03-25  7:04   ` cedric_hombourger
@ 2020-03-25 11:19   ` Baurzhan Ismagulov
  2020-03-25 11:33     ` Jan Kiszka
  2020-03-25 11:34     ` Henning Schild
  1 sibling, 2 replies; 6+ messages in thread
From: Baurzhan Ismagulov @ 2020-03-25 11:19 UTC (permalink / raw)
  To: isar-users

Hello Jan,

On Mon, Mar 23, 2020 at 04:43:21PM +0100, Jan Kiszka wrote:
> > --- a/meta/recipes-kernel/linux/linux-custom.inc
> > +++ b/meta/recipes-kernel/linux/linux-custom.inc
> > @@ -39,7 +39,7 @@ KERNEL_LIBC_DEV_DEPLOY ?= "0"
> >   LINUX_VERSION_EXTENSION ?= ""
> > -KERNEL_DEFCONFIG ?= ""
> > +KERNEL_DEFCONFIG ??= ""
> >   # Add our template meta-data to the sources
> >   FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/files:"
> 
> Ping. This tiny one seems to have fallen through the cracks.

Not exactly fallen, it was an attempt to postpone the stuff chronologically to
merge base-apt rework. I'm afraid I have to resume merging ATM. Applied to
next, thanks for your patience.

With kind regards,
Baurzhan.

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

* Re: [PATCH] recipes-kernel/linux: Weaker KERNEL_DEFCONFIG to allow overwrites
  2020-03-25 11:19   ` Baurzhan Ismagulov
@ 2020-03-25 11:33     ` Jan Kiszka
  2020-03-25 11:34     ` Henning Schild
  1 sibling, 0 replies; 6+ messages in thread
From: Jan Kiszka @ 2020-03-25 11:33 UTC (permalink / raw)
  To: isar-users

On 25.03.20 12:19, Baurzhan Ismagulov wrote:
> Hello Jan,
> 
> On Mon, Mar 23, 2020 at 04:43:21PM +0100, Jan Kiszka wrote:
>>> --- a/meta/recipes-kernel/linux/linux-custom.inc
>>> +++ b/meta/recipes-kernel/linux/linux-custom.inc
>>> @@ -39,7 +39,7 @@ KERNEL_LIBC_DEV_DEPLOY ?= "0"
>>>    LINUX_VERSION_EXTENSION ?= ""
>>> -KERNEL_DEFCONFIG ?= ""
>>> +KERNEL_DEFCONFIG ??= ""
>>>    # Add our template meta-data to the sources
>>>    FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/files:"
>>
>> Ping. This tiny one seems to have fallen through the cracks.
> 
> Not exactly fallen, it was an attempt to postpone the stuff chronologically to
> merge base-apt rework. I'm afraid I have to resume merging ATM. Applied to
> next, thanks for your patience.

Delaying smaller series or individual patches really only make sense 
when there are obvious dependency risks. Otherwise, completely unrelated 
bug fixes wait too long as well (like "meta: linux-custom: Remove 
duplicate and wrong default build dependency" or "sshd-regen-keys: fix 
race condition" or likely more).

Jan

-- 
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux

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

* Re: [PATCH] recipes-kernel/linux: Weaker KERNEL_DEFCONFIG to allow overwrites
  2020-03-25 11:19   ` Baurzhan Ismagulov
  2020-03-25 11:33     ` Jan Kiszka
@ 2020-03-25 11:34     ` Henning Schild
  1 sibling, 0 replies; 6+ messages in thread
From: Henning Schild @ 2020-03-25 11:34 UTC (permalink / raw)
  To: Baurzhan Ismagulov; +Cc: isar-users

On Wed, 25 Mar 2020 12:19:26 +0100
Baurzhan Ismagulov <ibr@radix50.net> wrote:

> Hello Jan,
> 
> On Mon, Mar 23, 2020 at 04:43:21PM +0100, Jan Kiszka wrote:
> > > --- a/meta/recipes-kernel/linux/linux-custom.inc
> > > +++ b/meta/recipes-kernel/linux/linux-custom.inc
> > > @@ -39,7 +39,7 @@ KERNEL_LIBC_DEV_DEPLOY ?= "0"
> > >   LINUX_VERSION_EXTENSION ?= ""
> > > -KERNEL_DEFCONFIG ?= ""
> > > +KERNEL_DEFCONFIG ??= ""
> > >   # Add our template meta-data to the sources
> > >   FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/files:"  
> > 
> > Ping. This tiny one seems to have fallen through the cracks.  
> 
> Not exactly fallen, it was an attempt to postpone the stuff
> chronologically to merge base-apt rework. I'm afraid I have to resume
> merging ATM. Applied to next, thanks for your patience.

Thanks for keeping an eye on my series, but i think mine does not touch
this file and should not conflict.

Henning

> With kind regards,
> Baurzhan.
> 


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

end of thread, other threads:[~2020-03-25 11:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-07 19:01 [PATCH] recipes-kernel/linux: Weaker KERNEL_DEFCONFIG to allow overwrites Jan Kiszka
2020-03-23 15:43 ` Jan Kiszka
2020-03-25  7:04   ` cedric_hombourger
2020-03-25 11:19   ` Baurzhan Ismagulov
2020-03-25 11:33     ` Jan Kiszka
2020-03-25 11:34     ` Henning Schild

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox