public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Henning Schild <henning.schild@siemens.com>
To: "Hombourger, Cedric" <Cedric_Hombourger@mentor.com>
Cc: "isar-users@googlegroups.com" <isar-users@googlegroups.com>
Subject: Re: [PATCH 7/7] ci_build: add qemumipsel-stretch to build targets
Date: Tue, 11 Jun 2019 13:07:10 +0200	[thread overview]
Message-ID: <20190611130710.0fddc4d6@md1za8fc.ad001.siemens.net> (raw)
In-Reply-To: <1560242651666.55961@mentor.com>

Am Tue, 11 Jun 2019 08:44:12 +0000
schrieb "Hombourger, Cedric" <Cedric_Hombourger@mentor.com>:

> Hi Henning,
> 
> I was going to work on buster this week (and submit a patch for it)
> I can get it added to the patch series if you prefer

If buster will work with the current patchset i would prefer that. If
buster is known to not work with the current patchset, that would imho
be a blocker for the patchset.

Henning

> Cedric
> ________________________________________
> From: Henning Schild <henning.schild@siemens.com>
> Sent: Tuesday, June 11, 2019 10:42 AM
> To: Hombourger, Cedric
> Cc: isar-users@googlegroups.com
> Subject: Re: [PATCH 7/7] ci_build: add qemumipsel-stretch to build
> targets
> 
> Hi,
> 
> the whole series looks good to me. I do not see this one optional but
> mandatory. However buster might actually be the better choice since it
> is coming soon anyways.
> 
> What seems to be missing is adjusting the documentation. But maybe
> Maxim will include mipsel in the support matrix on the next release.
> 
> Henning
> 
> Am Tue, 11 Jun 2019 07:38:17 +0200
> schrieb Cedric Hombourger <Cedric_Hombourger@mentor.com>:
> 
> > Signed-off-by: Cedric Hombourger <Cedric_Hombourger@mentor.com>
> > ---
> >  scripts/ci_build.sh | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh
> > index dd736bf..8c99df4 100755
> > --- a/scripts/ci_build.sh
> > +++ b/scripts/ci_build.sh
> > @@ -29,6 +29,7 @@ TARGETS_SET="\
> >              multiconfig:qemuamd64-stretch:isar-image-base \
> >              multiconfig:qemuamd64-buster:isar-image-base \
> >              multiconfig:qemuamd64-buster-tgz:isar-image-base \
> > +            multiconfig:qemumipsel-stretch:isar-image-base \
> >              multiconfig:nand-ubi-demo-buster:isar-image-ubi \
> >              multiconfig:rpi-stretch:isar-image-base"
> >            # qemu-user-static of <= buster too old to build that  
> 


  reply	other threads:[~2019-06-11 11:07 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190611130710.0fddc4d6@md1za8fc.ad001.siemens.net \
    --to=henning.schild@siemens.com \
    --cc=Cedric_Hombourger@mentor.com \
    --cc=isar-users@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox