public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [URGENT][PATCH v2 0/2] Correctly determine kernel and initrd versions
@ 2017-10-17 19:23 Alexander Smirnov
  2017-10-17 19:23 ` [URGENT][PATCH v2 1/2] meta-isar: Drop hardcoded kernel versions Alexander Smirnov
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Alexander Smirnov @ 2017-10-17 19:23 UTC (permalink / raw)
  To: isar-users; +Cc: Alexander Smirnov

Hello all,

IMPORTANT: lets try to review this series ASAP, becuase Isar build is
broken again due to recent update of Raspbian kernel version in apt.
Instead of yet-another-version update I'd like to commit proper
solution.

In current Isar implementation, multiconfig file contains hardcoded
version for boot files: kernel and initrd. This is used for both:

 - Add respective package to multistrap config.
 - Copy boot files to deploy directory.

This series drops this hardcoded versions, so now Isar is able to
determine version of boot files during building.

Changes since v1:
 - Differentiate 'do_copy_boot_files' stamps.
 - Update start_vm script accordingly.
 - Check if symlinks 'vmlinuz' and 'initrd.img' exist before reading
   them. If symlink doesn't exist, this function skips it.

With best regards,
Alex


*** BLURB HERE ***

Alexander Smirnov (2):
  meta-isar: Drop hardcoded kernel versions
  meta-isar: Rework boot files copying

 meta-isar/conf/multiconfig/qemuamd64-jessie.conf  |  5 +----
 meta-isar/conf/multiconfig/qemuamd64-stretch.conf |  5 +----
 meta-isar/conf/multiconfig/qemuarm-jessie.conf    |  5 +----
 meta-isar/conf/multiconfig/qemuarm-stretch.conf   |  5 +----
 meta-isar/conf/multiconfig/qemuarm-wheezy.conf    |  5 +----
 meta-isar/conf/multiconfig/qemui386-jessie.conf   |  5 +----
 meta-isar/conf/multiconfig/qemui386-stretch.conf  |  5 +----
 meta-isar/conf/multiconfig/rpi-jessie.conf        |  3 ---
 meta/classes/ext4-img.bbclass                     |  8 --------
 meta/classes/image.bbclass                        | 24 ++++++++++++++++++++---
 scripts/start_vm                                  |  8 ++++++--
 11 files changed, 34 insertions(+), 44 deletions(-)

-- 
2.9.4


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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-17 19:23 [URGENT][PATCH v2 0/2] Correctly determine kernel and initrd versions Alexander Smirnov
2017-10-17 19:23 ` [URGENT][PATCH v2 1/2] meta-isar: Drop hardcoded kernel versions Alexander Smirnov
2017-10-17 19:23 ` [URGENT][PATCH v2 2/2] meta-isar: Rework boot files copying Alexander Smirnov
2017-10-18 14:06 ` [URGENT][PATCH v2 0/2] Correctly determine kernel and initrd versions Henning Schild
2017-10-19 16:00   ` Henning Schild
2017-10-19 16:08     ` Henning Schild
2017-10-19 19:18       ` Alexander Smirnov
2017-10-19 19:13     ` [PATCH v4] meta-isar: Rework boot files copying Alexander Smirnov
2017-10-19 19:39       ` Alexander Smirnov
2017-10-20 16:11       ` Henning Schild

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