runqemu slirp

was indeed enough to access via

ssh -p 2222 root@localhost StrictHostKeyChecking=No

Thanks!

From: Alexander Kanavin <alex.kanavin@gmail.com>
Sent: Wednesday, April 12, 2023 5:45 PM
To: Edgar Mobile <heideggm@hotmail.com>
Cc: yocto@lists.yoctoproject.org <yocto@lists.yoctoproject.org>
Subject: Re: [yocto] Adding SSH access to runqemu script
 
You can probably just add 'slirp' parameter to runqemu?

Alex


On Wed, 12 Apr 2023 at 19:31, Edgar Mobile <heideggm@hotmail.com> wrote:
>
> Greetings,
>
> I built an Aarch64 client image with core-image-weston from master. Now I want to access the running machine via ssh. Usually, I would do this by adding the following to the qemu call when not using the runqemu script:
>
> -device virtio-net-device,netdev=user0 -netdev user,id=user0,hostfwd=tcp::2222-:22
>
> Is it possible to add this to the runqemu script via local.conf or so?
>
> Regards
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#59695): https://lists.yoctoproject.org/g/yocto/message/59695
> Mute This Topic: https://lists.yoctoproject.org/mt/98224416/1686489
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>