Re: [yocto] Yocto Dunfell - Modify OpenSSH configuration

2025-02-26 Thread Daniel Kampert
7;t include *.bbappend: > > https://git.openembedded.org/openembedded-core/tree/meta/conf/layer.conf?h=dunfell#n4 > > On Wed, 26 Feb 2025, 06:21 Daniel Kampert viahttp://lists.yoctoproject.org , > mailto:daniel-kampert...@lists.yoctoproject.org> wrote: > > > Hi Alex,

Re: [yocto] Yocto Dunfell - Modify OpenSSH configuration

2025-02-25 Thread Daniel Kampert
https://git.openembedded.org/openembedded-core/tree/meta/conf/layer.conf?h=dunfell#n4 > > On Wed, 26 Feb 2025, 06:21 Daniel Kampert viahttp://lists.yoctoproject.org , > mailto:daniel-kampert...@lists.yoctoproject.org> wrote: > > > Hi Alex, > > > > I´ve checked se

Re: [yocto] Yocto Dunfell - Modify OpenSSH configuration

2025-02-25 Thread Daniel Kampert
g.do_rootfs for the image). > > Alex > > On Tue, 25 Feb 2025 at 16:06, Daniel Kampert via > lists.yoctoproject.org > wrote: > > > > Hi, > > > > I´m working on a Dunfell BSP (Toradex BSP5) and want to add and modify the > > OpenSSH configuration. S

[yocto] Yocto Dunfell - Modify OpenSSH configuration

2025-02-25 Thread Daniel Kampert
C_SSHDAEMON = "openssh-sshd openssh-sftp openssh-sftp-server" to my OS configuration. The generated image contains OpenSSH (I´ve checked the version) but no authorized_keys or modified configuration. What is wrong here? Mit freundlichen Grüßen / With kind regards Ing. Daniel Kampert, M

Re: [yocto] installs files in /var/volatile

2025-02-02 Thread Daniel Kampert
Hi, thanks for the explanation. I fixed it by removing the directory. > Gyorgy Sarvari via lists.yoctoproject.org > hat am 02.02.2025 13:21 CET > geschrieben: > > > On 01.02.25 21:46, Daniel Kampert via lists.yoctoproject.org wrote: > > Hi, > > I´m building

[yocto] installs files in /var/volatile

2025-02-01 Thread Daniel Kampert
PENDS:${PN} = "rtlsdr icu" S = "${WORKDIR}/git" FILES:${PN} = " etc \ var \ lib \ usr/bin \ usr/sbin \ ${systemd_system_unitdir}/system/wmbusmeters.service \ " SYSTEMD_SERVICE:${PN} = "wmbusmeters.service" SYSTEMD_AUTO_ENABLE:${PN} = "enable" Thanks for h

[yocto] Building Chromium for Toradex Verdin Module (Kirkstone)

2025-01-28 Thread Daniel Kampert
c525e0c19bdc46d45f71873b5f286f49abb69418" meta-freescale-3rdparty = "HEAD:48516272d97f9415e0ee3ab54a923e4c40143e69" meta-tpm = "HEAD:b9cf9cd639bc8d1b4828eb0bd012b71486d35176" meta-qt5 = "HEAD:644ebf220245bdc06e7696ccc90acc97a0dd2566" meta-poky = "HEAD:6e8a5bac75ca114ef2b4d3ca150b3f

Re: [yocto] QA issue with ladspa_dsp.so

2025-01-28 Thread Daniel Kampert
d be mangled with other values in the same > variable. (You can't have too many spaces, but you can have too few) > > On 28.01.25 08:45, Daniel Kampert via lists.yoctoproject.org wrote: > > I try to port an echo cancellation recipe to Kirkstone and run into > > this

[yocto] QA issue with ladspa_dsp.so

2025-01-27 Thread Daniel Kampert
I try to port an echo cancellation recipe to Kirkstone and run into this issue: ERROR: audio-1.0-r0 do_package_qa: QA Issue: /usr/lib/ladspa/ladspa_dsp.so contained in package audio requires libltdl.so.7()(64bit), but no providers found in RDEPENDS:audio? [file-rdeps] ERROR: audio-1.0-r0 do_pac

[yocto] Kirkstone - Missing python3-pycrypto with salt

2025-01-27 Thread Daniel Kampert
hannah-core-image' has no buildable providers. Missing or unbuildable dependency chain was: ['hannah-core-image', 'salt', 'python3-pycrypto'] I´m curious because I can not find the recipe in my layers. Is this a bug in Kirkstone or how can I fix it? Mit freund

Re: [yocto] Building wmbusmeters with Yocto

2024-12-17 Thread Daniel Kampert
Hi Ross, thanks for the explanation! Everything is clear now :) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#64462): https://lists.yoctoproject.org/g/yocto/message/64462 Mute This Topic: https://lists.yoctoproject.org/mt/110161367/21656 Group Own

Re: [yocto] Building wmbusmeters with Yocto

2024-12-17 Thread Daniel Kampert
Ok I fixed it by using INSANE_SKIP_${PN} += "already-stripped" Can you explain me the issue and why this line is solving the issue? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#64461): https://lists.yoctoproject.org/g/yocto/message/64461 Mute Th

Re: [yocto] Building wmbusmeters with Yocto

2024-12-17 Thread Daniel Kampert
Hi Ross, thanks. After changing it I got the error > > fatal error: unicode/ucnv.h: No such file or directory > > So I had to add "icu" as dependency. The complete recipe looks like this inherit autotools-brokensep SUMMARY = "wmbusmeters integration" HOMEPAGE = "https://github.com/wmbusmete

[yocto] Building wmbusmeters with Yocto

2024-12-17 Thread Daniel Kampert
Hi, I´m a Yocto newbie and I try to build wmbusmeters for my Yocto project (https://github.com/wmbusmeters/wmbusmeters/tree/1.18.0). I added a recipe to a custom meta-layer and add the missing rtlsdr library as a second recipe to this meta-layer. For building wmbusmeters I use this bb file: in