On Tue, Dec 12, 2023 at 10:51 AM <daniele.lu...@gmail.com> wrote:
>
> Thank you Khem for your reply.
>
> From meta-poky/conf/distro/poky.conf:
> DISTRO = "poky"
> DISTRO_NAME = "Poky (Yocto Project Reference Distro)"
> DISTRO_VERSION = "4.3+snapshot-${METADATA_REVISION}"
> DISTRO_CODENAME = "nanbield"
>
> From bitbake:
> Build Configuration:
> BB_VERSION           = "2.6.1"
> BUILD_SYS            = "x86_64-linux"
> NATIVELSBSTRING      = "universal"
> TARGET_SYS           = "x86_64-poky-linux"
> MACHINE              = "genericx86-64"
> DISTRO               = "poky"
> DISTRO_VERSION       = "4.3+snapshot-4bb222e0d71a4cb159b8a4f1a90b65b1af32ac10"
> TUNE_FEATURES        = "m64 core2"
> TARGET_FPU           = ""
> meta
> meta-poky
> meta-yocto-bsp       = "master:4bb222e0d71a4cb159b8a4f1a90b65b1af32ac10"
> meta-oe              = "master:5ad7203f68987461baaf2699378d0cf36c11d6c2"
> meta-intel           = "master:5cfefd9a8ff1f5a3534c1ba9d7d7f6971ed5d56f"
> meta-realtime        = "master:489e1d6b34e46f845a4bfe6461a39c6a4bcb7794"
>
> Working on Ubuntu 22.04.3 in VirtualBox

this seems all good to me, I think somewhere dependency on
qemuwrapper-cross is being lost in your image recipe perhaps.
Add it with append and see if it helps. something like DEPENDS:append
= " qemuwrapper-cross" in core-image-rt-extended.bb
and see if that helps.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61866): https://lists.yoctoproject.org/g/yocto/message/61866
Mute This Topic: https://lists.yoctoproject.org/mt/103135158/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to