Re: [yocto] etherlab

2024-01-26 Thread Daniele Lugli
On Thu, Jan 25, 2024 at 01:03 PM, Daniele Lugli wrote: > > I would like to have autotools available but to decide myself how to use > them. Not possible? -- Daniele Lugli General Logic srl Viale Curreno, 41 10133 Torino Italy tel +39 329 3933041 www.general-logic.com ( http://ww

Re: [yocto] etherlab

2024-01-25 Thread Daniele Lugli
d = "\ ${KERNEL_IMAGETYPE} \ microcode.cpio \ ${IMGDEPLOYDIR}/${IMAGE_BASENAME}-${MACHINE}.rootfs.ext4;rootfs.img \ ${@bb.utils.contains('EFI_PROVIDER', 'grub-efi', 'grub-efi-bootx64.efi;EFI/BOOT/bootx64.efi', '', d)} \ ${@bb.utils.contains('EFI_PROVIDER', 'grub-efi', '${IMAGE_ROOTFS}/boot/

Re: [yocto] etherlab

2024-01-24 Thread Daniele Lugli
ing my own do_configure and do_install? Thank you -- 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://www.linkedin.com/in/daniele-lugli ) -=-=-=-=-=-=-=-=-=-=-=-

Re: [yocto] etherlab

2024-01-24 Thread Daniele Lugli
come out of git, it is created by configure) and now I get | ../../git/lib/domain.c:38:10: fatal error: stdio.h: No such file or directory and a bunch of similar errors. -- Daniele Lugli General Logic srl Viale Curreno, 41 10133 Torino Italy tel +39 329 3933041 www.general-logic.com ( ht

Re: [yocto] kernel headers in my image

2024-01-24 Thread Daniele Lugli
I hadn't. Now, my modules are built. Thank you very much! -- 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://www.linkedin.com/in/daniele-lugli

[yocto] kernel headers in my image

2024-01-24 Thread Daniele Lugli
/usr/src/kernel. There is one under /lib/modules... but it is in asm-generic/rwonce.h Any idea? Thank you in advance -- 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- l

Re: [yocto] etherlab

2024-01-24 Thread Daniele Lugli
Hi all, Is there a way to have autotools available in the recipe, but without automatically executing configure and make? So I could have my own invocations of make, make modules, make modules_install etc Thank you -- Daniele Lugli General Logic srl Viale Curreno, 41 10133 Torino Italy tel

Re: [yocto] etherlab

2024-01-22 Thread Daniele Lugli
hercat-kernel S says S="/home/vboxuser/yocto/poky/build/tmp/work/intel_corei7_64-poky-linux/ethercat-kernel/1.6.0-rc1+git/git" so it seems to be in the right place. (By the way, I also find a yocto/poky/build/tmp/ work/corei7-64-poky-linux/ethercat-userspace/1.6.0-rc1+git/git/Makefile

Re: [yocto] etherlab

2024-01-20 Thread Daniele Lugli
he kernel was built by: x86_64-poky-linux-gcc (GCC) 13.2.0 You are using:           gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Why is it using the compiler from the host? How can I add the custom make commands and depmod? Thank you in advance for your replies. -- Daniele Lugli General Logic srl

Re: [yocto] etherlab

2024-01-18 Thread Daniele Lugli
le" error. My impression is that my do_compile isn't executed at all, and somehow "configure" is executed without my parameters. Is this possible? Best regards, -- Daniele Lugli General Logic srl Viale Curreno, 41 10133 Torino Italy tel +39 329 3933041 www.general-

[yocto] etherlab

2024-01-17 Thread Daniele Lugli
meta-intel           = "nanbield:039e45e21d2973fc3ce318a25beceae348e4428a" meta-mytest          = ":" and I have tools-sdk among my IMAGE_FEATURES. Thank you in advance for any hint. -- Daniele Lugli General Logic srl Viale Curreno, 41 10133 Torino Italy tel +39 329 3933041 ww

Re: [yocto] Problem with overlayed recipes

2024-01-09 Thread Daniele Lugli
meta-mytest and modifying it did work. I still am curious why the brand new recipe didn't. Thank you and best regards. Daniele Lugli General Logic srl Viale Curreno, 41 10133 Torino tel 329 3933041 www.general-logic.com www.linkedin.com/in/daniele-lugli -=-=-=-=-=-=-=-=-=-=-=- Links: You receiv

Re: [yocto] Problem with overlayed recipes

2024-01-09 Thread Daniele Lugli
IMAGE_INSTALL="packagegroup-core-boot  rt-tests hwlatdetect kernel-dev simple-local" By the way, rt-tests are missing too. -- 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.li

Re: [yocto] Problem with overlayed recipes

2024-01-09 Thread Daniele Lugli
Thank you Marco. Adding inherit core-image as suggested, I still get ERROR: Nothing PROVIDES 'mytest-image' mytest-image was skipped: Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it -- Daniele Lugli General Logic srl Viale Curreno, 41 10133 Torino Italy tel +39 329 3933041

Re: [yocto] Problem with overlayed recipes

2024-01-09 Thread Daniele Lugli
Thank you for your reply. I replaced the content of mytest-image.bb with that of meta-intel/recipes-rt/images/core-image-rt-sdk.bb and added IMAGE_INSTALL += "simple-local" at the end. This way I get a bootable wic, but find / -name simple-local finds nothing. -- Daniele Lugli Gen

Re: [yocto] Problem with overlayed recipes

2024-01-09 Thread Daniele Lugli
oxuser/yocto/poky/meta-poky \ /home/vboxuser/yocto/poky/meta-yocto-bsp \ /home/vboxuser/yocto/meta-openembedded/meta-oe \ /home/vboxuser/yocto/meta-intel \ /home/vboxuser/yocto/meta-mytest \ " Grazie, ciao -- Daniele Lugli General Logic srl Viale Curreno, 41 10133 Torino Italy tel +39

[yocto] Problem with overlayed recipes

2024-01-08 Thread Daniele Lugli
ires linux-intel-rt instead) I also changed the priority of the meta-intel layer from 5 to 6, but to no effect. Could somebody be so kind as to tell me what am I missing here? Thank you in advance and best regards -- Daniele Lugli General Logic srl Viale Curreno, 41 10133 Torino Ita

Re: [yocto] Nondeterministic errors with bitbake

2024-01-03 Thread Daniele Lugli
best regards Daniele Lugli General Logic srl Viale Curreno, 41 10133 Torino tel 329 3933041 www.general-logic.com www.linkedin.com/in/daniele-lugli Il giorno mer 3 gen 2024 alle ore 13:09 Daniele Lugli < daniele.lu...@gmail.com> ha scritto: > Thank you for your replies, > > memtest8

Re: [yocto] Nondeterministic errors with bitbake

2024-01-03 Thread Daniele Lugli
again & best regards Daniele Lugli General Logic srl Viale Curreno, 41 10133 Torino tel 329 3933041 www.general-logic.com www.linkedin.com/in/daniele-lugli Il giorno mer 3 gen 2024 alle ore 02:42 Khem Raj ha scritto: > What is the configuration of this system ? CPU and memory specifica

[yocto] Nondeterministic errors with bitbake

2024-01-02 Thread daniele . lugli
sk failed: /home/daniele/poky/meta-realtime/recipes-extended/images/core-image-rt-extended.bb:do_rootfs Summary: There was 1 ERROR message, returning a non-zero exit code. How is this possible? Problems in the communication with the server, or what? Thank you in advance and best regards -- Daniele Lug

Re: [yocto] do_rootfs failed

2023-12-14 Thread daniele . lugli
/ ... -- 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://www.linkedin.com/in/daniele-lugli ) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group

Re: [yocto] do_rootfs failed

2023-12-13 Thread daniele . lugli
ement ssh-server-dropbear" EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks tools-profile dbg-pkgs" IMAGE_INSTALL = "\ ${CORE_IMAGE_BASE_INSTALL} \ rt-app \ schedtool-dl \ " -- Daniele Lugli General Logic srl Viale Curreno, 41 10133 Torino Italy tel +39 329 3933041 ww

Re: [yocto] do_rootfs failed

2023-12-13 Thread daniele . lugli
st regards -- 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://www.linkedin.com/in/daniele-lugli ) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this g

Re: [yocto] do_rootfs failed

2023-12-13 Thread daniele . lugli
/gbagnoli/rt-app.git does not set any branch parameter. The future default branch used by tools and repositories is uncertain and we will therefore soon require this is set in all git urls. Are these important and how can they be cured? Thank you again -- Daniele Lugli General Logic srl Viale

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

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"

[yocto] do_rootfs failed

2023-12-12 Thread daniele . lugli
can find some discussions about problems with qemuwrapper. All very old, and none seem suitable. Do you have any suggestion? Thank you in advance, Daniele Lugli -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#61863): https://lists.yoctoproject.or