public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Support multiple image types in one build
@ 2021-09-28  7:13 Uladzimir Bely
  2021-09-28  7:13 ` [PATCH v2 1/5] image: Make WORKDIR and STAMPs unrelated to IMAGE_TYPE Uladzimir Bely
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Uladzimir Bely @ 2021-09-28  7:13 UTC (permalink / raw)
  To: isar-users

Changes since v1:
- removed mc:qemuamd64-buster-cpiogz config
- mc:qemuamd64-buster config now includes cpiogz image type

The patchset makes possible to build several image types for
the specific target by listing all them in IMG_FSTYPES variable.

This also deprecates using IMG_TYPE variable.

Uladzimir Bely (5):
  image: Make WORKDIR and STAMPs unrelated to IMAGE_TYPE
  wic-img: Set weak default value for WKS_FILE
  start_vm: Use the first image type to start VM
  meta-isar: Rework mc:qemuamd64-buster configs
  api: Rename IMAGE_TYPE to IMAGE_FSTYPES

 RECIPE-API-CHANGELOG.md                       |  5 ++++
 doc/user_manual.md                            | 23 +++++++++++--------
 meta-isar/conf/local.conf.sample              |  2 --
 meta-isar/conf/machine/bananapi.conf          |  2 +-
 meta-isar/conf/machine/container-amd64.conf   |  2 +-
 meta-isar/conf/machine/de0-nano-soc.conf      |  2 +-
 meta-isar/conf/machine/hikey.conf             |  2 +-
 meta-isar/conf/machine/nand-ubi-demo.conf     |  2 +-
 meta-isar/conf/machine/nanopi-neo.conf        |  2 +-
 meta-isar/conf/machine/qemuamd64.conf         |  2 +-
 meta-isar/conf/machine/qemuarm.conf           |  2 +-
 meta-isar/conf/machine/qemuarm64.conf         |  2 +-
 meta-isar/conf/machine/qemui386.conf          |  2 +-
 meta-isar/conf/machine/qemumipsel.conf        |  2 +-
 meta-isar/conf/machine/qemuriscv64.conf       |  2 +-
 meta-isar/conf/machine/rpi.conf               |  2 +-
 meta-isar/conf/machine/sifive-fu540.conf      |  2 +-
 meta-isar/conf/machine/stm32mp15x.conf        |  2 +-
 .../multiconfig/qemuamd64-buster-cpiogz.conf  |  9 --------
 .../multiconfig/qemuamd64-buster-tgz.conf     |  9 --------
 .../conf/multiconfig/qemuamd64-buster.conf    |  2 ++
 meta/classes/image.bbclass                    | 12 ++++++----
 meta/classes/wic-img.bbclass                  |  3 +++
 scripts/ci_build.sh                           |  5 ++--
 scripts/start_vm                              |  8 ++++---
 testsuite/start_vm.py                         |  2 +-
 26 files changed, 54 insertions(+), 56 deletions(-)
 delete mode 100644 meta-isar/conf/multiconfig/qemuamd64-buster-cpiogz.conf
 delete mode 100644 meta-isar/conf/multiconfig/qemuamd64-buster-tgz.conf

-- 
2.20.1


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

end of thread, other threads:[~2021-11-18 13:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28  7:13 [PATCH v2 0/5] Support multiple image types in one build Uladzimir Bely
2021-09-28  7:13 ` [PATCH v2 1/5] image: Make WORKDIR and STAMPs unrelated to IMAGE_TYPE Uladzimir Bely
2021-09-28  7:13 ` [PATCH v2 2/5] wic-img: Set weak default value for WKS_FILE Uladzimir Bely
2021-10-05  8:49   ` Henning Schild
2021-09-28  7:13 ` [PATCH v2 3/5] start_vm: Use the first image type to start VM Uladzimir Bely
2021-10-05  8:52   ` Henning Schild
2021-09-28  7:13 ` [PATCH v2 4/5] meta-isar: Rework mc:qemuamd64-buster configs Uladzimir Bely
2021-10-05  8:54   ` Henning Schild
2021-09-28  7:13 ` [PATCH v2 5/5] api: Rename IMAGE_TYPE to IMAGE_FSTYPES Uladzimir Bely
2021-10-05  8:56   ` Henning Schild
2021-10-05  9:08 ` [PATCH v2 0/5] Support multiple image types in one build Henning Schild
2021-11-18 13:41   ` Baurzhan Ismagulov

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