Re: [yocto] do_rootfs failed

2023-12-14 Thread daniele . lugli
$ time bitbake core-image-rt-extended ... NOTE: Executing Tasks NOTE: Tasks Summary: Attempted 6713 tasks of which 6 didn't need to be rerun and all succeeded. real 315m10.027s Success this time !  Thank you all ! Now looking for what to burn from build/tmp/deploy/images/genericx86-64/ ... -- Da

Re: [yocto] do_rootfs failed

2023-12-13 Thread daniele . lugli
Ok thank you, I am going to try your suggestion. So my core-image-rt-extended.bb is now as follows: require recipes-core/images/core-image-minimal-dev.bb DEPENDS:append = " linux-yocto" DEPENDS:append = " qemuwrapper-cross" IMAGE_FEATURES += "package-management ssh-server-dropbear" EXTRA_IMAGE

Re: [yocto] do_rootfs failed

2023-12-13 Thread Khem Raj
I think change below line https://git.yoctoproject.org/meta-realtime/tree/recipes-extended/images/core-image-rt-extended.bb#n3 to DEPENDS:append = " linux-yocto" and see if this helps. On Wed, Dec 13, 2023 at 10:36 AM wrote: > > Thank you Alex. > git branch --contains in poky/meta-realtime doe

Re: [yocto] do_rootfs failed

2023-12-13 Thread daniele . lugli
Thank you Alex. git branch --contains in poky/meta-realtime does not find the SRCREV 17be4548c4260b80be623e0e1317e98a770dea7a in any branch Anyway I added ;branch=master;protocol=https to the SRC_URI in rt-app.bb and the warnings disappeared. Good! Khem: I added DEPENDS:append = " qemuwrapper-cr

Re: [yocto] do_rootfs failed

2023-12-13 Thread Alex Kiernan
On Wed, Dec 13, 2023 at 8:03 AM wrote: > > Not sure. I don't see the original error any more, but > > NOTE: No reply from server in 30s (for command ping at 02:08:20.176053) > Timeout while waiting for a reply from the bitbake server (60s at > 02:08:50.440750) > > How can I know if this timeout h

Re: [yocto] do_rootfs failed

2023-12-13 Thread daniele . lugli
Not sure. I don't see the original error any more, but NOTE: No reply from server in 30s (for command ping at 02:08:20.176053) Timeout while waiting for a reply from the bitbake server (60s at 02:08:50.440750) How can I know if this timeout happened before or after completion of the bitbake com

Re: [yocto] do_rootfs failed

2023-12-12 Thread daniele . lugli
Thank you for your suggestion, done so. Within some hours hopefully I will confirm you that it worked. -- Daniele Lugli General Logic srl Viale Curreno, 41 10133 Torino Italy tel +39 329 3933041 www.general-logic.com ( http://www.general-logic.com/ ) www.linkedin.com/in/daniele- lugli ( http://ww

Re: [yocto] do_rootfs failed

2023-12-12 Thread Khem Raj
On Tue, Dec 12, 2023 at 10:51 AM 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: > B

Re: [yocto] do_rootfs failed

2023-12-12 Thread daniele . lugli
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_SY

Re: [yocto] do_rootfs failed

2023-12-12 Thread Khem Raj
which release of yocto are you on. Its always good to include Build Configuration that bitbake prints at the beginning. Secondly make sure you are using tested distro on build host for that release of yocto for best results On Tue, Dec 12, 2023 at 10:20 AM wrote: > > Hello all, > I am new to Yoc

[yocto] do_rootfs failed

2023-12-12 Thread daniele . lugli
Hello all, I am new to Yocto, so please be patient. I added layers meta-intel and meta-realtime to poky. Now bitbake core-image-rt-extended tells me: Summary: 1 task failed: /home/vboxuser/Documents/poky/meta-realtime/recipes-extended/images/core-image-rt-extended.bb:do_rootfs and at the end of