On 12 Sep 2023, at 12:29, Mikko Rapeli <[email protected]> wrote: > > Hi, > > On Tue, Sep 12, 2023 at 11:25:28AM +0000, Ross Burton wrote: >> On 23 Aug 2023, at 07:10, Mikko Rapeli via lists.openembedded.org >> <[email protected]> wrote: >>> - if d.getVar("QEMU_USE_SLIRP"): >>> + if d.getVar("QEMU_USE_SLIRP") or >>> bb.utils.contains('TEST_RUNQEMUPARAMS', 'slirp', True, False, d): >>> slirp = True >> >> This means we can remove the QEMU_USE_SLIRP variable too, right? > > Yes. TEST_RUNQEMUPARAMS += "slirp" would be enough to run slirp with > testimage.bbclass.
Can you send a followup to do that shortly? Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#187506): https://lists.openembedded.org/g/openembedded-core/message/187506 Mute This Topic: https://lists.openembedded.org/mt/100910036/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
