public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/7] Add mipsel architecture and QEMU machine
@ 2019-06-11  5:38 Cedric Hombourger
  2019-06-11  5:38 ` [PATCH 1/7] image.bbclass: introduce KERNEL_FILE (defaults to vmlinuz) Cedric Hombourger
                   ` (7 more replies)
  0 siblings, 8 replies; 29+ messages in thread
From: Cedric Hombourger @ 2019-06-11  5:38 UTC (permalink / raw)
  To: isar-users; +Cc: Cedric Hombourger

This patch series adds the mipsel architecture and a QEMU machine to Isar to
support legacy projects wanting to migrate to Debian (the mipsel architecture
and Malta reference board are supported with both stretch and buster). The
last patch is optional but desirable: it would add the qemumipsel-stretch
configuration to the ci_build chain.

Cedric Hombourger (7):
  image.bbclass: introduce KERNEL_FILE (defaults to vmlinuz)
  start_vm: append kernel arguments specified in QEMU_KARGS
  recipes-devtools/*-apt: add support for the mipsel architecture
  recipes-kernel/linux: add support for the mipsel architecture
  start_vm: add mipsel to the list of supported architectures
  meta-isar: add the qemumipsel machine
  ci_build: add qemumipsel-stretch to build targets

 meta-isar/conf/local.conf.sample                      |  1 +
 meta-isar/conf/machine/qemumipsel.conf                |  9 +++++++++
 meta-isar/conf/multiconfig/qemumipsel-stretch.conf    | 17 +++++++++++++++++
 meta/classes/image.bbclass                            |  5 +++--
 meta/recipes-devtools/base-apt/files/distributions.in |  2 +-
 meta/recipes-devtools/isar-apt/files/distributions.in |  2 +-
 meta/recipes-kernel/linux/files/build-kernel.sh       |  4 ++++
 scripts/ci_build.sh                                   |  1 +
 scripts/start_vm                                      |  6 +++---
 9 files changed, 40 insertions(+), 7 deletions(-)
 create mode 100644 meta-isar/conf/machine/qemumipsel.conf
 create mode 100644 meta-isar/conf/multiconfig/qemumipsel-stretch.conf

-- 
2.11.0


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

end of thread, other threads:[~2019-06-12 17:43 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-11  5:38 [PATCH 0/7] Add mipsel architecture and QEMU machine Cedric Hombourger
2019-06-11  5:38 ` [PATCH 1/7] image.bbclass: introduce KERNEL_FILE (defaults to vmlinuz) Cedric Hombourger
2019-06-11  5:38 ` [PATCH 2/7] start_vm: append kernel arguments specified in QEMU_KARGS Cedric Hombourger
2019-06-11  5:38 ` [PATCH 3/7] recipes-devtools/*-apt: add support for the mipsel architecture Cedric Hombourger
2019-06-11  5:38 ` [PATCH 4/7] recipes-kernel/linux: " Cedric Hombourger
2019-06-11  5:38 ` [PATCH 5/7] start_vm: add mipsel to the list of supported architectures Cedric Hombourger
2019-06-11  5:38 ` [PATCH 6/7] meta-isar: add the qemumipsel machine Cedric Hombourger
2019-06-11  5:38 ` [PATCH 7/7] ci_build: add qemumipsel-stretch to build targets Cedric Hombourger
2019-06-11  8:42   ` Henning Schild
2019-06-11  8:44     ` Hombourger, Cedric
2019-06-11 11:07       ` Henning Schild
2019-06-11 12:50         ` [PATCH v2 0/9] Add mipsel architecture and QEMU machine Cedric Hombourger
2019-06-11 12:50           ` [PATCH v2 1/9] image.bbclass: introduce KERNEL_FILE (defaults to vmlinuz) Cedric Hombourger
2019-06-11 12:50           ` [PATCH v2 2/9] start_vm: append kernel arguments specified in QEMU_KARGS Cedric Hombourger
2019-06-11 12:50           ` [PATCH v2 3/9] recipes-devtools/*-apt: add support for the mipsel architecture Cedric Hombourger
2019-06-11 12:50           ` [PATCH v2 4/9] recipes-kernel/linux: " Cedric Hombourger
2019-06-11 12:56             ` [PATCH v2 5/9] start_vm: add mipsel to the list of supported architectures Cedric Hombourger
2019-06-11 12:56               ` [PATCH v2 6/9] meta-isar: add the qemumipsel machine Cedric Hombourger
2019-06-11 12:56               ` [PATCH v2 7/9] ci_build: add qemumipsel-stretch to build targets Cedric Hombourger
2019-06-11 12:56               ` [PATCH v2 8/9] meta-isar: add qemumipsel-buster configuration Cedric Hombourger
2019-06-11 12:56               ` [PATCH v2 9/9] ci_build: add qemumipsel-buster configuration to build targets Cedric Hombourger
2019-06-11 12:59           ` [PATCH v2 0/9] Add mipsel architecture and QEMU machine chombourger
2019-06-12  9:30             ` Claudius Heine
2019-06-12  9:44               ` chombourger
2019-06-12 11:21                 ` Baurzhan Ismagulov
2019-06-12 11:27                 ` Claudius Heine
2019-06-12 17:23           ` Baurzhan Ismagulov
2019-06-12 17:43             ` chombourger
2019-06-11  7:36 ` [PATCH 0/7] " Claudius Heine

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