public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [URGENT PATCH] multiconfig: update stretch kernel versions
@ 2017-10-13 11:18 Henning Schild
  2017-10-13 11:20 ` Jan Kiszka
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Henning Schild @ 2017-10-13 11:18 UTC (permalink / raw)
  To: isar-users; +Cc: Henning Schild

Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
 meta-isar/conf/multiconfig/qemuamd64-stretch.conf | 6 +++---
 meta-isar/conf/multiconfig/qemuarm-stretch.conf   | 6 +++---
 meta-isar/conf/multiconfig/qemui386-stretch.conf  | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/meta-isar/conf/multiconfig/qemuamd64-stretch.conf b/meta-isar/conf/multiconfig/qemuamd64-stretch.conf
index 9ae0f75..c2bf21c 100644
--- a/meta-isar/conf/multiconfig/qemuamd64-stretch.conf
+++ b/meta-isar/conf/multiconfig/qemuamd64-stretch.conf
@@ -8,11 +8,11 @@ DISTRO_ARCH ?= "amd64"
 
 IMAGE_PREINSTALL += " \
     init \
-    linux-image-4.9.0-3-amd64 \
+    linux-image-4.9.0-4-amd64 \
 "
 
-KERNEL_IMAGE ?= "vmlinuz-4.9.0-3-amd64"
-INITRD_IMAGE ?= "initrd.img-4.9.0-3-amd64"
+KERNEL_IMAGE ?= "vmlinuz-4.9.0-4-amd64"
+INITRD_IMAGE ?= "initrd.img-4.9.0-4-amd64"
 
 ROOTFS_DEV ?= "sda"
 
diff --git a/meta-isar/conf/multiconfig/qemuarm-stretch.conf b/meta-isar/conf/multiconfig/qemuarm-stretch.conf
index e793f8f..8b55a2f 100644
--- a/meta-isar/conf/multiconfig/qemuarm-stretch.conf
+++ b/meta-isar/conf/multiconfig/qemuarm-stretch.conf
@@ -8,11 +8,11 @@ DISTRO_ARCH ?= "armhf"
 
 IMAGE_PREINSTALL += " \
     init \
-    linux-image-4.9.0-3-armmp \
+    linux-image-4.9.0-4-armmp \
 "
 
-KERNEL_IMAGE ?= "vmlinuz-4.9.0-3-armmp"
-INITRD_IMAGE ?= "initrd.img-4.9.0-3-armmp"
+KERNEL_IMAGE ?= "vmlinuz-4.9.0-4-armmp"
+INITRD_IMAGE ?= "initrd.img-4.9.0-4-armmp"
 
 ROOTFS_DEV ?= "vda"
 
diff --git a/meta-isar/conf/multiconfig/qemui386-stretch.conf b/meta-isar/conf/multiconfig/qemui386-stretch.conf
index fa38120..7749bf2 100644
--- a/meta-isar/conf/multiconfig/qemui386-stretch.conf
+++ b/meta-isar/conf/multiconfig/qemui386-stretch.conf
@@ -8,11 +8,11 @@ DISTRO_ARCH ?= "i386"
 
 IMAGE_PREINSTALL += " \
     init \
-    linux-image-4.9.0-3-686-pae \
+    linux-image-4.9.0-4-686-pae \
 "
 
-KERNEL_IMAGE ?= "vmlinuz-4.9.0-3-686-pae"
-INITRD_IMAGE ?= "initrd.img-4.9.0-3-686-pae"
+KERNEL_IMAGE ?= "vmlinuz-4.9.0-4-686-pae"
+INITRD_IMAGE ?= "initrd.img-4.9.0-4-686-pae"
 
 ROOTFS_DEV ?= "sda"
 
-- 
2.13.6


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

* Re: [URGENT PATCH] multiconfig: update stretch kernel versions
  2017-10-13 11:18 [URGENT PATCH] multiconfig: update stretch kernel versions Henning Schild
@ 2017-10-13 11:20 ` Jan Kiszka
  2017-10-13 11:20 ` Henning Schild
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: Jan Kiszka @ 2017-10-13 11:20 UTC (permalink / raw)
  To: [ext] Henning Schild, isar-users

On 2017-10-13 13:18, [ext] Henning Schild wrote:
> Signed-off-by: Henning Schild <henning.schild@siemens.com>

Even without "urgent" in the topic, a reason in the commit log remains
mandatory.

Jan

> ---
>  meta-isar/conf/multiconfig/qemuamd64-stretch.conf | 6 +++---
>  meta-isar/conf/multiconfig/qemuarm-stretch.conf   | 6 +++---
>  meta-isar/conf/multiconfig/qemui386-stretch.conf  | 6 +++---
>  3 files changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/meta-isar/conf/multiconfig/qemuamd64-stretch.conf b/meta-isar/conf/multiconfig/qemuamd64-stretch.conf
> index 9ae0f75..c2bf21c 100644
> --- a/meta-isar/conf/multiconfig/qemuamd64-stretch.conf
> +++ b/meta-isar/conf/multiconfig/qemuamd64-stretch.conf
> @@ -8,11 +8,11 @@ DISTRO_ARCH ?= "amd64"
>  
>  IMAGE_PREINSTALL += " \
>      init \
> -    linux-image-4.9.0-3-amd64 \
> +    linux-image-4.9.0-4-amd64 \
>  "
>  
> -KERNEL_IMAGE ?= "vmlinuz-4.9.0-3-amd64"
> -INITRD_IMAGE ?= "initrd.img-4.9.0-3-amd64"
> +KERNEL_IMAGE ?= "vmlinuz-4.9.0-4-amd64"
> +INITRD_IMAGE ?= "initrd.img-4.9.0-4-amd64"
>  
>  ROOTFS_DEV ?= "sda"
>  
> diff --git a/meta-isar/conf/multiconfig/qemuarm-stretch.conf b/meta-isar/conf/multiconfig/qemuarm-stretch.conf
> index e793f8f..8b55a2f 100644
> --- a/meta-isar/conf/multiconfig/qemuarm-stretch.conf
> +++ b/meta-isar/conf/multiconfig/qemuarm-stretch.conf
> @@ -8,11 +8,11 @@ DISTRO_ARCH ?= "armhf"
>  
>  IMAGE_PREINSTALL += " \
>      init \
> -    linux-image-4.9.0-3-armmp \
> +    linux-image-4.9.0-4-armmp \
>  "
>  
> -KERNEL_IMAGE ?= "vmlinuz-4.9.0-3-armmp"
> -INITRD_IMAGE ?= "initrd.img-4.9.0-3-armmp"
> +KERNEL_IMAGE ?= "vmlinuz-4.9.0-4-armmp"
> +INITRD_IMAGE ?= "initrd.img-4.9.0-4-armmp"
>  
>  ROOTFS_DEV ?= "vda"
>  
> diff --git a/meta-isar/conf/multiconfig/qemui386-stretch.conf b/meta-isar/conf/multiconfig/qemui386-stretch.conf
> index fa38120..7749bf2 100644
> --- a/meta-isar/conf/multiconfig/qemui386-stretch.conf
> +++ b/meta-isar/conf/multiconfig/qemui386-stretch.conf
> @@ -8,11 +8,11 @@ DISTRO_ARCH ?= "i386"
>  
>  IMAGE_PREINSTALL += " \
>      init \
> -    linux-image-4.9.0-3-686-pae \
> +    linux-image-4.9.0-4-686-pae \
>  "
>  
> -KERNEL_IMAGE ?= "vmlinuz-4.9.0-3-686-pae"
> -INITRD_IMAGE ?= "initrd.img-4.9.0-3-686-pae"
> +KERNEL_IMAGE ?= "vmlinuz-4.9.0-4-686-pae"
> +INITRD_IMAGE ?= "initrd.img-4.9.0-4-686-pae"
>  
>  ROOTFS_DEV ?= "sda"
>  
> 

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

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

* Re: [URGENT PATCH] multiconfig: update stretch kernel versions
  2017-10-13 11:18 [URGENT PATCH] multiconfig: update stretch kernel versions Henning Schild
  2017-10-13 11:20 ` Jan Kiszka
@ 2017-10-13 11:20 ` Henning Schild
  2017-10-13 11:42 ` [URGENT PATCHv2] " Henning Schild
  2017-10-13 15:54 ` [URGENT PATCH] " Jan Kiszka
  3 siblings, 0 replies; 8+ messages in thread
From: Henning Schild @ 2017-10-13 11:20 UTC (permalink / raw)
  To: isar-users

I got the following error in a build:

E: Couldn't find any package by regex 'linux-image-4.9.0-3-amd64'

So the old kernels are not available anymore, at least on the mirror i
used. I guess that qualifies for a fix that needs to go into master
asap.

Henning

Am Fri, 13 Oct 2017 13:18:27 +0200
schrieb Henning Schild <henning.schild@siemens.com>:

> Signed-off-by: Henning Schild <henning.schild@siemens.com>
> ---
>  meta-isar/conf/multiconfig/qemuamd64-stretch.conf | 6 +++---
>  meta-isar/conf/multiconfig/qemuarm-stretch.conf   | 6 +++---
>  meta-isar/conf/multiconfig/qemui386-stretch.conf  | 6 +++---
>  3 files changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/meta-isar/conf/multiconfig/qemuamd64-stretch.conf
> b/meta-isar/conf/multiconfig/qemuamd64-stretch.conf index
> 9ae0f75..c2bf21c 100644 ---
> a/meta-isar/conf/multiconfig/qemuamd64-stretch.conf +++
> b/meta-isar/conf/multiconfig/qemuamd64-stretch.conf @@ -8,11 +8,11 @@
> DISTRO_ARCH ?= "amd64" 
>  IMAGE_PREINSTALL += " \
>      init \
> -    linux-image-4.9.0-3-amd64 \
> +    linux-image-4.9.0-4-amd64 \
>  "
>  
> -KERNEL_IMAGE ?= "vmlinuz-4.9.0-3-amd64"
> -INITRD_IMAGE ?= "initrd.img-4.9.0-3-amd64"
> +KERNEL_IMAGE ?= "vmlinuz-4.9.0-4-amd64"
> +INITRD_IMAGE ?= "initrd.img-4.9.0-4-amd64"
>  
>  ROOTFS_DEV ?= "sda"
>  
> diff --git a/meta-isar/conf/multiconfig/qemuarm-stretch.conf
> b/meta-isar/conf/multiconfig/qemuarm-stretch.conf index
> e793f8f..8b55a2f 100644 ---
> a/meta-isar/conf/multiconfig/qemuarm-stretch.conf +++
> b/meta-isar/conf/multiconfig/qemuarm-stretch.conf @@ -8,11 +8,11 @@
> DISTRO_ARCH ?= "armhf" 
>  IMAGE_PREINSTALL += " \
>      init \
> -    linux-image-4.9.0-3-armmp \
> +    linux-image-4.9.0-4-armmp \
>  "
>  
> -KERNEL_IMAGE ?= "vmlinuz-4.9.0-3-armmp"
> -INITRD_IMAGE ?= "initrd.img-4.9.0-3-armmp"
> +KERNEL_IMAGE ?= "vmlinuz-4.9.0-4-armmp"
> +INITRD_IMAGE ?= "initrd.img-4.9.0-4-armmp"
>  
>  ROOTFS_DEV ?= "vda"
>  
> diff --git a/meta-isar/conf/multiconfig/qemui386-stretch.conf
> b/meta-isar/conf/multiconfig/qemui386-stretch.conf index
> fa38120..7749bf2 100644 ---
> a/meta-isar/conf/multiconfig/qemui386-stretch.conf +++
> b/meta-isar/conf/multiconfig/qemui386-stretch.conf @@ -8,11 +8,11 @@
> DISTRO_ARCH ?= "i386" 
>  IMAGE_PREINSTALL += " \
>      init \
> -    linux-image-4.9.0-3-686-pae \
> +    linux-image-4.9.0-4-686-pae \
>  "
>  
> -KERNEL_IMAGE ?= "vmlinuz-4.9.0-3-686-pae"
> -INITRD_IMAGE ?= "initrd.img-4.9.0-3-686-pae"
> +KERNEL_IMAGE ?= "vmlinuz-4.9.0-4-686-pae"
> +INITRD_IMAGE ?= "initrd.img-4.9.0-4-686-pae"
>  
>  ROOTFS_DEV ?= "sda"
>  


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

* [URGENT PATCHv2] multiconfig: update stretch kernel versions
  2017-10-13 11:18 [URGENT PATCH] multiconfig: update stretch kernel versions Henning Schild
  2017-10-13 11:20 ` Jan Kiszka
  2017-10-13 11:20 ` Henning Schild
@ 2017-10-13 11:42 ` Henning Schild
  2017-10-13 14:37   ` Baurzhan Ismagulov
  2017-10-13 15:54 ` [URGENT PATCH] " Jan Kiszka
  3 siblings, 1 reply; 8+ messages in thread
From: Henning Schild @ 2017-10-13 11:42 UTC (permalink / raw)
  To: isar-users; +Cc: Henning Schild

Upstream delivered a new kernel version and the old versions are not
available on the mirrors anymore. Update to the new version.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
 meta-isar/conf/multiconfig/qemuamd64-stretch.conf | 6 +++---
 meta-isar/conf/multiconfig/qemuarm-stretch.conf   | 6 +++---
 meta-isar/conf/multiconfig/qemui386-stretch.conf  | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/meta-isar/conf/multiconfig/qemuamd64-stretch.conf b/meta-isar/conf/multiconfig/qemuamd64-stretch.conf
index 9ae0f75..c2bf21c 100644
--- a/meta-isar/conf/multiconfig/qemuamd64-stretch.conf
+++ b/meta-isar/conf/multiconfig/qemuamd64-stretch.conf
@@ -8,11 +8,11 @@ DISTRO_ARCH ?= "amd64"
 
 IMAGE_PREINSTALL += " \
     init \
-    linux-image-4.9.0-3-amd64 \
+    linux-image-4.9.0-4-amd64 \
 "
 
-KERNEL_IMAGE ?= "vmlinuz-4.9.0-3-amd64"
-INITRD_IMAGE ?= "initrd.img-4.9.0-3-amd64"
+KERNEL_IMAGE ?= "vmlinuz-4.9.0-4-amd64"
+INITRD_IMAGE ?= "initrd.img-4.9.0-4-amd64"
 
 ROOTFS_DEV ?= "sda"
 
diff --git a/meta-isar/conf/multiconfig/qemuarm-stretch.conf b/meta-isar/conf/multiconfig/qemuarm-stretch.conf
index e793f8f..8b55a2f 100644
--- a/meta-isar/conf/multiconfig/qemuarm-stretch.conf
+++ b/meta-isar/conf/multiconfig/qemuarm-stretch.conf
@@ -8,11 +8,11 @@ DISTRO_ARCH ?= "armhf"
 
 IMAGE_PREINSTALL += " \
     init \
-    linux-image-4.9.0-3-armmp \
+    linux-image-4.9.0-4-armmp \
 "
 
-KERNEL_IMAGE ?= "vmlinuz-4.9.0-3-armmp"
-INITRD_IMAGE ?= "initrd.img-4.9.0-3-armmp"
+KERNEL_IMAGE ?= "vmlinuz-4.9.0-4-armmp"
+INITRD_IMAGE ?= "initrd.img-4.9.0-4-armmp"
 
 ROOTFS_DEV ?= "vda"
 
diff --git a/meta-isar/conf/multiconfig/qemui386-stretch.conf b/meta-isar/conf/multiconfig/qemui386-stretch.conf
index fa38120..7749bf2 100644
--- a/meta-isar/conf/multiconfig/qemui386-stretch.conf
+++ b/meta-isar/conf/multiconfig/qemui386-stretch.conf
@@ -8,11 +8,11 @@ DISTRO_ARCH ?= "i386"
 
 IMAGE_PREINSTALL += " \
     init \
-    linux-image-4.9.0-3-686-pae \
+    linux-image-4.9.0-4-686-pae \
 "
 
-KERNEL_IMAGE ?= "vmlinuz-4.9.0-3-686-pae"
-INITRD_IMAGE ?= "initrd.img-4.9.0-3-686-pae"
+KERNEL_IMAGE ?= "vmlinuz-4.9.0-4-686-pae"
+INITRD_IMAGE ?= "initrd.img-4.9.0-4-686-pae"
 
 ROOTFS_DEV ?= "sda"
 
-- 
2.13.6


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

* Re: [URGENT PATCHv2] multiconfig: update stretch kernel versions
  2017-10-13 11:42 ` [URGENT PATCHv2] " Henning Schild
@ 2017-10-13 14:37   ` Baurzhan Ismagulov
  0 siblings, 0 replies; 8+ messages in thread
From: Baurzhan Ismagulov @ 2017-10-13 14:37 UTC (permalink / raw)
  To: isar-users; +Cc: asmirnov

On Fri, Oct 13, 2017 at 01:42:17PM +0200, Henning Schild wrote:
> Upstream delivered a new kernel version and the old versions are not
> available on the mirrors anymore. Update to the new version.

Thanks, applied to master as an exception.

In the future, please capitalize the first letter after a colon (American
English). Done for this patch.

We'll prioritize merging the proper fix.

Test:

* start_vm -a arm -d stretch: KFAIL (#22)
* start_vm -a i386 -d stretch: PASS
* start_vm -a amd64 -d stretch: PASS

With kind regards,
Baurzhan.

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

* Re: [URGENT PATCH] multiconfig: update stretch kernel versions
  2017-10-13 11:18 [URGENT PATCH] multiconfig: update stretch kernel versions Henning Schild
                   ` (2 preceding siblings ...)
  2017-10-13 11:42 ` [URGENT PATCHv2] " Henning Schild
@ 2017-10-13 15:54 ` Jan Kiszka
  2017-10-13 16:21   ` Baurzhan Ismagulov
  3 siblings, 1 reply; 8+ messages in thread
From: Jan Kiszka @ 2017-10-13 15:54 UTC (permalink / raw)
  To: [ext] Henning Schild, isar-users

On 2017-10-13 13:18, [ext] Henning Schild wrote:
> Signed-off-by: Henning Schild <henning.schild@siemens.com>
> ---
>  meta-isar/conf/multiconfig/qemuamd64-stretch.conf | 6 +++---
>  meta-isar/conf/multiconfig/qemuarm-stretch.conf   | 6 +++---
>  meta-isar/conf/multiconfig/qemui386-stretch.conf  | 6 +++---
>  3 files changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/meta-isar/conf/multiconfig/qemuamd64-stretch.conf b/meta-isar/conf/multiconfig/qemuamd64-stretch.conf
> index 9ae0f75..c2bf21c 100644
> --- a/meta-isar/conf/multiconfig/qemuamd64-stretch.conf
> +++ b/meta-isar/conf/multiconfig/qemuamd64-stretch.conf
> @@ -8,11 +8,11 @@ DISTRO_ARCH ?= "amd64"
>  
>  IMAGE_PREINSTALL += " \
>      init \
> -    linux-image-4.9.0-3-amd64 \
> +    linux-image-4.9.0-4-amd64 \
>  "
>  
> -KERNEL_IMAGE ?= "vmlinuz-4.9.0-3-amd64"
> -INITRD_IMAGE ?= "initrd.img-4.9.0-3-amd64"
> +KERNEL_IMAGE ?= "vmlinuz-4.9.0-4-amd64"
> +INITRD_IMAGE ?= "initrd.img-4.9.0-4-amd64"
>  
>  ROOTFS_DEV ?= "sda"
>  
> diff --git a/meta-isar/conf/multiconfig/qemuarm-stretch.conf b/meta-isar/conf/multiconfig/qemuarm-stretch.conf
> index e793f8f..8b55a2f 100644
> --- a/meta-isar/conf/multiconfig/qemuarm-stretch.conf
> +++ b/meta-isar/conf/multiconfig/qemuarm-stretch.conf
> @@ -8,11 +8,11 @@ DISTRO_ARCH ?= "armhf"
>  
>  IMAGE_PREINSTALL += " \
>      init \
> -    linux-image-4.9.0-3-armmp \
> +    linux-image-4.9.0-4-armmp \
>  "
>  
> -KERNEL_IMAGE ?= "vmlinuz-4.9.0-3-armmp"
> -INITRD_IMAGE ?= "initrd.img-4.9.0-3-armmp"
> +KERNEL_IMAGE ?= "vmlinuz-4.9.0-4-armmp"
> +INITRD_IMAGE ?= "initrd.img-4.9.0-4-armmp"
>  
>  ROOTFS_DEV ?= "vda"
>  
> diff --git a/meta-isar/conf/multiconfig/qemui386-stretch.conf b/meta-isar/conf/multiconfig/qemui386-stretch.conf
> index fa38120..7749bf2 100644
> --- a/meta-isar/conf/multiconfig/qemui386-stretch.conf
> +++ b/meta-isar/conf/multiconfig/qemui386-stretch.conf
> @@ -8,11 +8,11 @@ DISTRO_ARCH ?= "i386"
>  
>  IMAGE_PREINSTALL += " \
>      init \
> -    linux-image-4.9.0-3-686-pae \
> +    linux-image-4.9.0-4-686-pae \
>  "
>  
> -KERNEL_IMAGE ?= "vmlinuz-4.9.0-3-686-pae"
> -INITRD_IMAGE ?= "initrd.img-4.9.0-3-686-pae"
> +KERNEL_IMAGE ?= "vmlinuz-4.9.0-4-686-pae"
> +INITRD_IMAGE ?= "initrd.img-4.9.0-4-686-pae"
>  
>  ROOTFS_DEV ?= "sda"
>  
> 

BTW: One version change, but up to three lines modified per variant.
Wouldn't it make sense to use one variable here?

Jan

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

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

* Re: [URGENT PATCH] multiconfig: update stretch kernel versions
  2017-10-13 15:54 ` [URGENT PATCH] " Jan Kiszka
@ 2017-10-13 16:21   ` Baurzhan Ismagulov
  2017-10-16  8:04     ` Henning Schild
  0 siblings, 1 reply; 8+ messages in thread
From: Baurzhan Ismagulov @ 2017-10-13 16:21 UTC (permalink / raw)
  To: isar-users

On Fri, Oct 13, 2017 at 05:54:49PM +0200, Jan Kiszka wrote:
> BTW: One version change, but up to three lines modified per variant.
> Wouldn't it make sense to use one variable here?

Bitbake seems to support var expansion in var assignment, so this should be
possible.

As Alex mentioned, there is a better fix:

https://github.com/ilbers/isar/commit/52b8d3563568f1245eea2d74b366f24e94207c56

It determines the version automatically. We'll rebase it and send to the list.
We might still need your suggestion for the following cases:

* Multiple versions in Debian.
* Additional kernels in product repos.
* Kernel not installed into the rootfs.
* No initrd.

With kind regards,
Baurzhan.

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

* Re: [URGENT PATCH] multiconfig: update stretch kernel versions
  2017-10-13 16:21   ` Baurzhan Ismagulov
@ 2017-10-16  8:04     ` Henning Schild
  0 siblings, 0 replies; 8+ messages in thread
From: Henning Schild @ 2017-10-16  8:04 UTC (permalink / raw)
  To: Baurzhan Ismagulov; +Cc: isar-users

On Fri, 13 Oct 2017 18:21:54 +0200
Baurzhan Ismagulov <ibr@radix50.net> wrote:

> On Fri, Oct 13, 2017 at 05:54:49PM +0200, Jan Kiszka wrote:
> > BTW: One version change, but up to three lines modified per variant.
> > Wouldn't it make sense to use one variable here?  
> 
> Bitbake seems to support var expansion in var assignment, so this
> should be possible.
> 
> As Alex mentioned, there is a better fix:
> 
> https://github.com/ilbers/isar/commit/52b8d3563568f1245eea2d74b366f24e94207c56
> 
> It determines the version automatically. We'll rebase it and send to
> the list. We might still need your suggestion for the following cases:
> 
> * Multiple versions in Debian.
> * Additional kernels in product repos.
> * Kernel not installed into the rootfs.
> * No initrd.

I already have a recipe for a custom kernel in a layer. That works
without touching Isar but is kind of a hack. And you are right, a way
to fully customize the kernel is needed.

Thanks for merging.
Henning

> With kind regards,
> Baurzhan.
> 


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

end of thread, other threads:[~2017-10-16  8:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-13 11:18 [URGENT PATCH] multiconfig: update stretch kernel versions Henning Schild
2017-10-13 11:20 ` Jan Kiszka
2017-10-13 11:20 ` Henning Schild
2017-10-13 11:42 ` [URGENT PATCHv2] " Henning Schild
2017-10-13 14:37   ` Baurzhan Ismagulov
2017-10-13 15:54 ` [URGENT PATCH] " Jan Kiszka
2017-10-13 16:21   ` Baurzhan Ismagulov
2017-10-16  8:04     ` Henning Schild

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