All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mikko Rapeli <mikko.rapeli@linaro.org>
To: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH] oeqa selftest: read qemu options from TEST_RUNQEMUPARAMS
Date: Wed, 23 Apr 2025 11:32:01 +0300	[thread overview]
Message-ID: <aAilgRzbDCG6MFv_@nuoska> (raw)
In-Reply-To: <D9DVEOE91D8S.3QLY2DBLUJHAA@bootlin.com>

Hi,

On Wed, Apr 23, 2025 at 10:20:59AM +0200, Mathieu Dubois-Briand wrote:
> On Tue Apr 22, 2025 at 4:41 PM CEST, Mikko Rapeli via lists.openembedded.org wrote:
> > To support "slirp" userspace networking which works more easily
> > on various build machines, also without root and sudo rights
> > to setup loop interfaces.
> >
> > Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
> > ---
> 
> Hi Mikko,
> 
> Thanks for your patch.
> 
> > diff --git a/meta/lib/oeqa/selftest/cases/uboot.py b/meta/lib/oeqa/selftest/cases/uboot.py
> > index 96da4efb06..de082fe266 100644
> > --- a/meta/lib/oeqa/selftest/cases/uboot.py
> > +++ b/meta/lib/oeqa/selftest/cases/uboot.py
> > @@ -33,7 +33,8 @@ QEMU_USE_KVM = "False"
> >  """)
> >          bitbake("virtual/bootloader core-image-minimal")
> >  
> > -        with runqemu('core-image-minimal', ssh=False, runqemuparams='nographic',
> > +        runqemu_params = get_bb_var('TEST_RUNQEMUPARAMS', "core-image-minimal") or ""
> 
> I believe you forgot to add import for get_bb_var:

Yes, that has gone missing somewhere (git stash save?). I'll add in v2.

Cheers,

-Mikko


      reply	other threads:[~2025-04-23  8:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-22 14:41 [PATCH] oeqa selftest: read qemu options from TEST_RUNQEMUPARAMS Mikko Rapeli
2025-04-23  8:20 ` [OE-core] " Mathieu Dubois-Briand
2025-04-23  8:32   ` Mikko Rapeli [this message]

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=aAilgRzbDCG6MFv_@nuoska \
    --to=mikko.rapeli@linaro.org \
    --cc=mathieu.dubois-briand@bootlin.com \
    --cc=openembedded-core@lists.openembedded.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.