I hope the patch series reached the mailing list OK (especially for git am user) as my company e-mail server decided that 9 patches was too much :)it stopped after patch #4 with: 4.4.2 Message submission rate for this client has exceeded the configured limit
I did another git send-email for patches 5-9 and use the ID of patch #4 as reference
Cedric
On Tuesday, June 11, 2019 at 2:50:43 PM UTC+2, Cedric Hombourger wrote:
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.
ChangeLog:
* v2: add qemumipsel-buster configuration
* v1: initial submission (targeting qemumipsel-stretch)
Cedric Hombourger (9):
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: add qemumipsel-buster configuration
ci_build: add qemumipsel-buster configuration to build targets
meta-isar/conf/local.conf.sample | 2 ++
meta-isar/conf/machine/qemumipsel.conf | 9 +++++++++
meta-isar/conf/multiconfig/qemumipsel-buster.conf | 17 +++++++++++++++++
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 | 2 ++
scripts/start_vm | 6 +++---
10 files changed, 59 insertions(+), 7 deletions(-)
create mode 100644 meta-isar/conf/machine/qemumipsel.conf
create mode 100644 meta-isar/conf/multiconfig/qemumipsel-buster.conf
create mode 100644 meta-isar/conf/multiconfig/qemumipsel-stretch.conf
--
2.11.0