From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6701143333816762368 Date: Tue, 11 Jun 2019 05:59:52 -0700 (PDT) From: chombourger@gmail.com To: isar-users Message-Id: In-Reply-To: <1560257426-225-1-git-send-email-Cedric_Hombourger@mentor.com> References: <20190611130710.0fddc4d6@md1za8fc.ad001.siemens.net> <1560257426-225-1-git-send-email-Cedric_Hombourger@mentor.com> Subject: Re: [PATCH v2 0/9] Add mipsel architecture and QEMU machine MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_2038_476648933.1560257992408" X-Google-Token: EMjL_ucFQD08AFk3lTo0 X-Google-IP: 95.176.90.117 X-TUID: /FSLpMxQ0ssJ ------=_Part_2038_476648933.1560257992408 Content-Type: multipart/alternative; boundary="----=_Part_2039_859154254.1560257992408" ------=_Part_2039_859154254.1560257992408 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 > > ------=_Part_2039_859154254.1560257992408 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
I hope the patch series reached the mailing list OK (espec= ially for git am user) as my company e-mail server decided that 9 patches w= as too much :)
it stopped after patch #4 with:=C2=A04.4.2 Message submi= ssion rate for this client has exceeded the configured limit

=
I did another git send-email for patches 5-9 and use the ID of p= atch #4 as reference

Cedric

On Tuesday, Jun= e 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 archit= ecture
and Malta reference board are supported with both stretch and buster). = The
last patch is optional but desirable: it would add the qemumipsel-stret= ch
configuration to the ci_build chain.

ChangeLog:
=C2=A0 * v2: add qemumipsel-buster configuration
=C2=A0 * v1: initial submission (targeting qemumipsel-stretch)

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

=C2=A0meta-isar/conf/local.conf.sample =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| =C2=A02 ++
=C2=A0meta-isar/conf/machine/qemumipsel.conf =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| =C2=A09 +++++++++
=C2=A0meta-isar/conf/multiconfig/qemumipsel-buster.conf =C2=A0 =C2= =A0 | 17 +++++++++++++++++
=C2=A0meta-isar/conf/multiconfig/qemumipsel-stretch.conf =C2=A0 = =C2=A0| 17 +++++++++++++++++
=C2=A0meta/classes/image.bbclass =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| =C2=A05 +++--
=C2=A0meta/recipes-devtools/base-apt/files/distributions.in | =C2=A02 +-
=C2=A0meta/recipes-devtools/isar-apt/files/distributions.in | =C2=A02 +-
=C2=A0meta/recipes-kernel/linux/files/build-kernel.sh =C2=A0 =C2= =A0 =C2=A0 | =C2=A04 ++++
=C2=A0scripts/ci_build.sh =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 |= =C2=A02 ++
=C2=A0scripts/start_vm =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0| =C2=A06 +++---
=C2=A010 files changed, 59 insertions(+), 7 deletions(-)
=C2=A0create mode 100644 meta-isar/conf/machine/qemumipsel.conf
=C2=A0create mode 100644 meta-isar/conf/multiconfig/qemumipsel-bus= ter.conf
=C2=A0create mode 100644 meta-isar/conf/multiconfig/qemumipsel-str= etch.conf

--=20
2.11.0

------=_Part_2039_859154254.1560257992408-- ------=_Part_2038_476648933.1560257992408--