$ 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
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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo