Re: [yocto] Failed to deploy gstreamer1.0-plugins-base plugins

2025-02-19 Thread Alexander Kanavin via lists.yoctoproject.org
Investigating this needs to be done in two steps: 1. Inspect the ${WORKDIR}/packages-split for any relevant recipe to see what files go to what package. 2. Inspect ${WORKDIR}/temp/log.do_rootfs for the image you're building to see what list of packages is given to the package manager, and what ac

[yocto] rdepends upon non-existent task do_package_write_deb

2025-02-19 Thread rajesh.d via lists.yoctoproject.org
Hi , I am trying to include bazel-native 5.1.1 package into my yocto (kirkstone) when i build this bazel-native using command (bitbake basel-native) it compiled successfully, but when i tried to include the same bazel-native in my local.conf as IMAGE_INSTALL:append = " bazel-native"  and tried

Re: [yocto] rdepends upon non-existent task do_package_write_deb

2025-02-19 Thread Martin Jansa via lists.yoctoproject.org
-native suffix indicates that it inherits native which builds native tools used on your host OS, not packages installed to target images, so it cannot be used in IMAGE_INSTALL. If you really need bazel to be installed in your target images, then you need to create a recipe for target bazel first.

[yocto] SDK and what goes into it

2025-02-19 Thread Thilo C. via lists.yoctoproject.org
Classified as: {OPEN} Hi! I'm currently struggling to get a specific paket into the SDK of our image. The situation is as follows. We have a "library" which is generated code and header only. The code is generated via a python module which is obviously a dependency of this library but with the

Re: [yocto] SDK and what goes into it

2025-02-19 Thread Alexander Kanavin via lists.yoctoproject.org
If I remember right, SDK construction doesn't use DEPENDS or RDEPENDS at all. Rather it takes the list of packages installed into an image, constructs a tree of their dependencies (which is not the same as RDEPENDS), adds -dev to everything in that list, and then that is what gets installed into th

Re: [yocto] PREFERRED_VERSION not being populated onto the rootfs image

2025-02-19 Thread John
Last bit of cleanup, of course the ".conf" file takes the encoded passphrase. I had a fat-finger moment. Cheers!! -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#64844): https://lists.yoctoproject.org/g/yocto/message/64844 Mute This Topic: https://

Re: [yocto] Common Kernel and Rootfs builds for multiple devices with different device trees

2025-02-19 Thread Nicolas Wirth via lists.yoctoproject.org
Greetings Philip, Did you ever figure it out ? Best, Nicolas -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#64843): https://lists.yoctoproject.org/g/yocto/message/64843 Mute This Topic: https://lists.yoctoproject.org/mt/107140139/21656 Group Owne

[yocto] How create a copy of /etc

2025-02-19 Thread Alessio Igor Bogani via lists.yoctoproject.org
Hi all, Sorry for my very bad English. I would like to generate a read-only image that contains a copy of the /etc directory. Is it possible? What would be the best way to achieve this? Thank you very much! Ciao, Alessio -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this grou