Re: [yocto] how to create symlink in dunfell after compilation of library file

2023-12-15 Thread Mistyron
On 2023-12-14 5:25 p.m., Khem Raj wrote: On Thu, Dec 14, 2023 at 5:13 PM Ron Eggler wrote: On 2023-12-14 5:00 p.m., Khem Raj wrote: On Thu, Dec 14, 2023 at 4:26 PM Mistyron <mailto:ron.egg...@mistywest.com> wrote: Hi, I'm working with dunfell and want to

Re: [yocto] how to create symlink in dunfell after compilation of library file

2023-12-14 Thread Mistyron
}/lib     cd ${D}/lib     lnr ${D}../lib64/rust/libaziot_keys.so libaziot_keys.so } On 2023-12-14 5:11 p.m., Eric Schwarz wrote: Hi Ron, Am 15.12.2023 um 01:26 schrieb Mistyron: Hi, I'm working with dunfell and want to create a symlink after compilation of the library: I added the following

Re: [yocto] how to create symlink in dunfell after compilation of library file

2023-12-14 Thread Mistyron
On 2023-12-14 5:00 p.m., Khem Raj wrote: On Thu, Dec 14, 2023 at 4:26 PM Mistyron wrote: Hi, I'm working with dunfell and want to create a symlink after compilation of the library: I added the following in aziot-keys_%.bbapend: do_install_append() { install -d ${D}/usr/lib lnr

[yocto] how to create symlink in dunfell after compilation of library file

2023-12-14 Thread Mistyron
the image, I do not see the symlink in/usr/lib/ I did find the recipe for which I created the bbappend with: oe-pkgdata-util find-path /usr/lib64/rust/libaziot_keys.so What is missing? Thank you, Ron -- Mistyron -- Mistyron -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group

Re: [yocto] unable to resolve libtss2 dependency

2023-12-12 Thread Mistyron
Hi Tim, Excellent! Exactly what I was looking for! Thanks so much! -- mistyron On 2023-12-12 19:42, Tim Orling wrote: On Tue, Dec 12, 2023 at 5:32 PM Mistyron <mailto:ron.egg...@mistywest.com>> wrote: Hi, I need to add the meta-iotedge layer to my project: https://g

[yocto] unable to resolve libtss2 dependency

2023-12-12 Thread Mistyron
these dependencies.  I can't seem to find the sources for it but only packages for all different distributions. Can someone help me out, here? -- mistyron -- Mistyron -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#61871): https

[yocto] wlroots needs 'gbm' ['>=17.1.0']?

2023-11-19 Thread Mistyron
Hi, I would like to include wlroots in my build but it requires gbm >=17.1.0 which appears to be a problem, as seen on https://github.com/cran/gbm/tags the release numbers are far below 17. The output I'm getting more particularly looks like: | Run-time dependency libdrm found: YES 2.4.101 |

Re: [yocto] bitbake error about files/directories installed but not shipped

2023-11-10 Thread Mistyron
or sources). For bitbake-getvar, I get "command not found", how can I invoke it properly? The recipe can be found here: https://drive.google.com/drive/folders/1wXtMENRj6TKfyo9gISX-p0dUpPBE2Up-?usp=sharing On Fri, Nov 10, 2023 at 10:19 PM Mistyron wrote: Hi, I'm

[yocto] bitbake error about files/directories installed but not shipped

2023-11-10 Thread Mistyron
Hi, I'm struggling with a Yocto build for my board, I get an error like: ``` ERROR: omx-user-module-1.1.0-r0 do_package: QA Issue: omx-user-module: Files/directories were installed but not shipped in any package:   /usr/lib64 Please set FILES such that these items are packaged. Alternatively

Re: [yocto] unable to apply patch: "git am" did not work - dubious ownership

2023-03-17 Thread Mistyron
Turns out, my patch did not apply because I used indentation with spaces instead of with tabs which would cause it to stumble. Double check your indentation is correct if you get here with a search engine! Ron On 2023-03-15 20:15, Mistyron via lists.yoctoproject.org wrote: On 2023-03-15 16

Re: [yocto] unable to apply patch: "git am" did not work - dubious ownership

2023-03-15 Thread Mistyron
On 2023-03-15 16:48, Mistyron via lists.yoctoproject.org wrote: Hi, I'm trying to apply a patch to the kernel sources for trouble shooting a problem but the patch doesn't seem to apply, I get the following error: | (2/4) 0002-add-phy_debug_logs.patch | [INFO]: check of .kernel-meta

[yocto] unable to apply patch: "git am" did not work - dubious ownership

2023-03-15 Thread Mistyron
Hi, I'm trying to apply a patch to the kernel sources for trouble shooting a problem but the patch doesn't seem to apply, I get the following error: | (2/4) 0002-add-phy_debug_logs.patch | [INFO]: check of .kernel-meta//patches///0002-add-phy_debug_logs.patch with "git am" did not pass,

Re: [yocto] setup in Ubuntu on VMWare #ubuntu

2023-03-12 Thread Mistyron
Hi Crane On 2023-03-11 20:52, Crane wrote: Hello, I want to run Yocto project build on Ubuntu 22.04 running on VMWare. In the documentation at this link , there are three cases, but none of

[yocto] eth devices not visible after applictaion of phy patch

2023-03-11 Thread Mistyron
Hi list, I want to apply a patch to the ethernet devices for the phy, where the patch looks like: cat ../meta-mistysom/recipes-kernel/linux/smarc-rzg2l/0001-add-vsc8531-userspace-dts.patch diff --git a/r9a07g044l2-smarc.dts.orig b/r9a07g044l2-smarc.dts index bc2af6c..82ba67e 100644 ---

Re: [yocto] trying to install files when those files already exist

2023-02-21 Thread Mistyron
On 2/20/23 23:18, Khem Raj wrote: On Mon, Feb 20, 2023 at 8:20 PM Mistyron wrote: Hi, I'm running into a "is trying to install files into a shared area when those files already exist." error and am not sure how to resolve it. I get the following: ERROR: linux-renesas-5.

[yocto] trying to install files when those files already exist

2023-02-20 Thread Mistyron
Hi, I'm running into a "is trying to install files into a shared area when those files already exist." error and am not sure how to resolve it. I get the following: ERROR: linux-renesas-5.10.83-cip1+gitAUTOINC+e52825e45b-r1 do_packagedata: The recipe linux-renesas is trying to install files

Re: [yocto] fltk recipe fails

2023-02-20 Thread Mistyron
://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/fltk/fltk On 2023/02/20 16:51, Mistyron wrote: Hi, I need too build fltk but the recipe from openembedded (http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/fltk/fltk.bb?h=master) requires a patch

[yocto] fltk recipe fails

2023-02-19 Thread Mistyron
Hi, I need too build fltk but the recipe from openembedded (http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/fltk/fltk.bb?h=master) requires a patch file that I could not find. Hence I built my own recipe which looks something like: [fltk.bb] SUMMARY = "Fast Light

Re: [yocto] unable to resolve x11 dependency

2022-12-29 Thread Mistyron
that I may get between the threads! On 12/29/22 11:16, Mistyron via lists.yoctoproject.org wrote: Hi, I need to add X11 to my build (original BSP is based on wayland) but keep running into an issue: I keep getting "error: Glamor for Xorg requires gbm >= 10.2.0", the complete messag

[yocto] unable to resolve x11 dependency

2022-12-29 Thread Mistyron
Hi, I need to add X11 to my build (original BSP is based on wayland) but keep running into an issue: I keep getting "error: Glamor for Xorg requires gbm >= 10.2.0", the complete message can be seen below: | checking for GLAMOR... yes | checking for GBM... no | configure: error: Glamor for

Re: [yocto] DISTRO_FEATURES in custom recipe does not override local.conf setting

2022-12-28 Thread Mistyron
On 12/28/22 13:24, Mistyron via lists.yoctoproject.org wrote: On 2022-12-28 7:55 a.m., Alexander Kanavin wrote: You can't. '_remove' has priority over everything else, and DISTRO_FEATURES cannot be set from a recipe, only from a global config. Oh okay, that makes sense then! Thank you

Re: [yocto] recipe won't build, missing pseudo

2022-12-28 Thread Mistyron
On 2022-12-28 8:11 a.m., Richard Purdie wrote: On Wed, 2022-12-28 at 07:44 -0800, Ron Eggler wrote: On 2022-12-28 03:42, Richard Purdie wrote: On Mon, 2022-12-26 at 18:54 -0800, Mistyron wrote: Hi, I'm want to write a recipe to compile phytool but I'm getting the below error when building

[yocto] DISTRO_FEATURES in custom recipe does not override local.conf setting

2022-12-28 Thread Mistyron
Hi, I'm using the provided local.conf from the BSP which contains: DISTRO_FEATURES_remove = " x11" but I need to install xrandr in my image which needs x11, i.e. I set DISTRO_FEATURES_append = " x11" IMAGE_INSTALL_append = " xrandr" in my custom recipe. However, upon building, I get the

Re: [yocto] recipe won't build, missing pseudo

2022-12-28 Thread Mistyron
On 2022-12-28 03:42, Richard Purdie wrote: On Mon, 2022-12-26 at 18:54 -0800, Mistyron wrote: Hi, I'm want to write a recipe to compile phytool but I'm getting the below error when building it with: $ bitbake -b phytool_2.0 ERROR: Failed to spawn fakeroot worker to run /home/yocto

Re: [yocto] recipe won't build, missing pseudo

2022-12-27 Thread Mistyron
lot easier but I still would like to know about the pseudo error I received. I think it will come back at me at one point or another. Ron Am Mo, 26. Dez 2022 um 18:54:01 -0800 schrieb Mistyron : Hi, I'm want to write a recipe to compile phytool but I'm getting the below error whe

[yocto] recipe won't build, missing pseudo

2022-12-26 Thread Mistyron
Hi, I'm want to write a recipe to compile phytool but I'm getting the below error when building it with: $ bitbake -b phytool_2.0 ERROR: Failed to spawn fakeroot worker to run /home/yocto/rzg_vlp_v3.0.0/build/../meta-mistysom/recipes-bringup/phytool/phytool_2.0.bb:do_install: [Errno 2] No

Re: [yocto] lsusb

2022-12-24 Thread Mistyron
On 2022-12-24 08:38, Markus Volk wrote: Am Sa, 24. Dez 2022 um 08:34:49 -0800 schrieb Mistyron : $ grep usb path/to/package.manifest   libusb-1.0-0   usbutils   usbutils-python lsusb is part of usbutils, so it is not explicitly listed, but should be included in your image Oh, I think

Re: [yocto] lsusb

2022-12-24 Thread Mistyron
On 2022-12-24 01:17, Khem Raj wrote: On Fri, Dec 23, 2022 at 9:28 PM Mistyron wrote: Hi, I want to inlude "lsusb" to investigate the connected usb devices to my system. I found that adding IMAGE_INSTALL_append = " usbutils" to my configuration should solve the issue. I

[yocto] lsusb

2022-12-23 Thread Mistyron
Hi, I want to inlude "lsusb" to investigate the connected usb devices to my system. I found that adding IMAGE_INSTALL_append = " usbutils" to my configuration should solve the issue. I've added this to my local.conf and invoked a rebuild of my packages but still, after the rebuild, my

Re: [yocto] unable to find u-boot config file in existing BSP

2022-11-25 Thread Mistyron
On 11/25/22 13:43, Mistyron via lists.yoctoproject.org wrote: Hi, I'm interested in extracting the u-boot config from an existing BSP. It does compile u-boot but I cannot find the config file and I definitely can invoke bitbake u-boot separately, i.e. there must be a .config file somewhere

[yocto] unable to find u-boot config file in existing BSP

2022-11-25 Thread Mistyron
Hi, I'm interested in extracting the u-boot config from an existing BSP. It does compile u-boot but I cannot find the config file and I definitely can invoke bitbake u-boot separately, i.e. there must be a .config file somewhere. Background: I want to be able to compile u-boot separately with

[yocto] failing postinstall scriptlet

2022-11-10 Thread Mistyron
Hi, I'm wondering how to resolve the following error: ERROR: sample-image-cp-lwb5plus-1.0-r0 do_rootfs: Postinstall scriptlets of ['lrd-networkmanager-sterling'] have failed. If the intention is to defer them to first boot, then please place them into pkg_postinst_ontarget_${PN} ().

Re: [yocto] undefined reference problem persists

2022-11-07 Thread Mistyron
On 2022-11-07 7:20 a.m., Alexander Kanavin wrote: On Mon, 7 Nov 2022 at 16:13, Ron Eggler wrote: Are you able to fulfil that obligation you have under the license? Yes, that will definitely be doable for the recepient if they chose to do so. I'm curious as to how though. Are you going to

Re: [yocto] undefined reference problem persists

2022-11-07 Thread Mistyron
On 11/7/22 00:27, Alexander Kanavin wrote: On Mon, 7 Nov 2022 at 02:35, Ron Eggler wrote: Are you going to ship what you're working on to other users, or is it just experimentation? The intent is, that's it's going to be shipped (but with full access to the sources) If you're shipping

Re: [yocto] undefined reference problem persists

2022-11-06 Thread Mistyron
On 11/6/22 18:30, Mistyron via lists.yoctoproject.org wrote: On 11/6/22 18:16, Khem Raj wrote: On Sun, Nov 6, 2022 at 5:00 PM Khem Raj wrote: On Sun, Nov 6, 2022 at 8:02 AM Mistyron wrote: On 11/6/22 02:26, Anders Montonen wrote: On 6 Nov 2022, at 9:45, Mistyron wrote: Hi, I'm working

Re: [yocto] undefined reference problem persists

2022-11-06 Thread Mistyron
On 11/6/22 18:16, Khem Raj wrote: On Sun, Nov 6, 2022 at 5:00 PM Khem Raj wrote: On Sun, Nov 6, 2022 at 8:02 AM Mistyron wrote: On 11/6/22 02:26, Anders Montonen wrote: On 6 Nov 2022, at 9:45, Mistyron wrote: Hi, I'm working with dunfell and want to compile and install the drivers

Re: [yocto] undefined reference problem persists

2022-11-06 Thread Mistyron
On 11/6/22 10:12, Alexander Kanavin wrote: On Sun, 6 Nov 2022 at 18:36, Mistyron wrote: I'll attempt to "just drop" meta-gplv2, then. However I see that there are other dependencies on readline too, i.e. it might be easier to just replace the existing 5.2 version in meta-gplv2 wit

Re: [yocto] undefined reference problem persists

2022-11-06 Thread Mistyron
On 11/6/22 10:12, Alexander Kanavin wrote: On Sun, 6 Nov 2022 at 18:36, Mistyron wrote: I'll attempt to "just drop" meta-gplv2, then. However I see that there are other dependencies on readline too, i.e. it might be easier to just replace the existing 5.2 version in meta-gplv2 wit

Re: [yocto] undefined reference problem persists

2022-11-06 Thread Mistyron
Hi, On 11/6/22 08:48, Anders Montonen wrote: Hi, On 6 Nov 2022, at 18:02, Mistyron wrote: On 11/6/22 02:26, Anders Montonen wrote: On 6 Nov 2022, at 9:45, Mistyron wrote: Hi, I'm working with dunfell and want to compile and install the drivers for the Laird LWB5+ module (available from

Re: [yocto] undefined reference problem persists

2022-11-06 Thread Mistyron
On 11/6/22 02:26, Anders Montonen wrote: On 6 Nov 2022, at 9:45, Mistyron wrote: Hi, I'm working with dunfell and want to compile and install the drivers for the Laird LWB5+ module (available from https://github.com/LairdCP/meta-laird-cp). I have included the path to the layer in meta-laird

Re: [yocto] undefined reference problem persists

2022-11-06 Thread Mistyron
On 11/6/22 01:40, Markus Volk wrote: Am So, 6. Nov 2022 um 00:45:36 -0700 schrieb Mistyron :     | /usr/src/debug/lrd-networkmanager-sterling/10.4.0.10-r0/build/../lrd-network-manager-10.4.0.10/src/nmcli/common.c:904: undefined reference to `rl_echo_signal_char' missing readline dependency

Re: [yocto] undefined reference problem persists

2022-11-06 Thread Mistyron
  iperf3 \     tcpdump \     iw \     kernel-module-lwb5p-backports-laird \     lwb5plus-sdio-div-firmware \     sterling-supplicant-lwb \     lrd-networkmanager-sterling \     " Alex On Sun 6. Nov 2022 at 8.45, Mistyron wrote: Hi, I'm working with dunfell

[yocto] undefined reference problem persists

2022-11-06 Thread Mistyron
Hi, I'm working with dunfell and want to compile and install the drivers for the Laird LWB5+ module (available from https://github.com/LairdCP/meta-laird-cp). I have included the path to the layer in meta-laird-cp-pre-3.4 in my `bblayers.conf` and since I need the networkmanager and with

Re: [yocto] unable to install nmcli

2022-11-02 Thread Mistyron
On 2022-11-02 2:38 p.m., kapllaj.el...@gmail.com wrote: Hi, I don't know it there is a mistake on your message, but you inserted the lines on: * recipes-packages/images/*sample-image-cp-lwb5plus*.bb but then you are searching the tar on image name " *

[yocto] unable to install nmcli

2022-11-02 Thread Mistyron
Hi, I would like to install nmcli. I'm working with yocto dunfell and to achieve this, I added  the following to IMAGE_INSTALL in meta-laird-cp-pre-3.4/recipes-packages/images/sample-image-cp-lwb5plus.bb:          laird-networkmanager \     networkmanager-nmcli \     " and added the

Re: [yocto] patching of device tree from layer

2022-10-27 Thread Mistyron
would one go about patching the dtsi and making sure that the patch is applied before ther file is included? I don't recommend doing this but the example explains how to patch the dts file. It works the same way for the dtsi. Yes, I realize now that it's a bad idea! Thank you all, Mistyron