Re: [yocto] Yocto Dunfell - Modify OpenSSH configuration

2025-02-25 Thread Daniel Kampert
Hi Alex, I´ve put the bbappend file in "recipes-connectivity" in my meta-layer meta-layer recipes-connectivity openssh openssh_%.bbappend I´ve also figured out that the IPK contains the authorized_keys file, so I started a new build. Maybe my build was messed up. > Alex Kiernan

Re: [yocto] Yocto Dunfell - Modify OpenSSH configuration

2025-02-25 Thread Daniel Kampert
Hi Alex, I´ve checked several files for informations. 1. log.do_rootfs: OpenSSH is added but I can´t see anything about my modifications 2. files-in-package.txt for aarch64-tdx-linux openssh gives me the following output drwxr-xr-x root root 4096 ./home drwx-- root

Re: [yocto] Yocto Dunfell - Modify OpenSSH configuration

2025-02-25 Thread Alex Kiernan via lists.yoctoproject.org
Where did you put your bbappend? If it's alongside the openssh recipe in core then it won't be parsed as the pattern there doesn'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 via lists.yoctopro

[yocto] cve-update-db-native-1.0-r0 do_populate_cve_db

2025-02-25 Thread sateesh m via lists.yoctoproject.org
Hi Team, WARNING: cve-update-db-native-1.0-r0 do_populate_cve_db: Failed to fetch CVE data ([SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)) I am tryint to generate cve data. I am using poky dunfell sources python version 2.7.17. Is any one faced same issue? How can reso

Re: [yocto] Btrfs Root Filesystem Remount Issue with systemd on Yocto

2025-02-25 Thread Lander0606 via lists.yoctoproject.org
> > Are the device and mount points owned by UID 0 (zero)? > Using the ls -lah command on my host machine reveals that the mount point is indeed owned by my user account, not root. Strange, an image created from the scarthgap branch the same way as now on the master leads to the correct mount

Re: [yocto] Btrfs Root Filesystem Remount Issue with systemd on Yocto

2025-02-25 Thread Leon Woestenberg via lists.yoctoproject.org
> Issue description: During boot, the kernel mounts the Btrfs root filesystem > correctly. However, later in the boot process, systemd-remount-fs attempts to > remount the root and other filesystems with modified mount options, and fails > with errors like “must be superuser to use mount”. This

[yocto] Btrfs Root Filesystem Remount Issue with systemd on Yocto

2025-02-25 Thread landervanloock via lists.yoctoproject.org
Hello everyone, I'm experiencing an issue on my custom Yocto-built system where my Btrfs root filesystem (mounted as root using Btrfs) ends up being mounted read-only during boot. It appears that the systemd-remount-fs.service fails to properly remount the filesystem, even though the initial ke

Re: [yocto][meta-mingw][PATCH] oeqa: Set LANG in wine tests

2025-02-25 Thread Richard Purdie via lists.yoctoproject.org
On Tue, 2025-02-25 at 08:29 -0800, Steve Sakoman wrote: > On Wed, Oct 30, 2024 at 9:03 AM Richard Purdie > wrote: > > > > On Wed, 2024-10-30 at 10:02 -0600, Joshua Watt wrote: > > > On Wed, Oct 30, 2024 at 9:18 AM Steve Sakoman > > > wrote: > > > > > > > > Would it be possible to cherry-pick th

Re: [yocto][meta-mingw][PATCH] oeqa: Set LANG in wine tests

2025-02-25 Thread Steve Sakoman
On Wed, Oct 30, 2024 at 9:03 AM Richard Purdie wrote: > > On Wed, 2024-10-30 at 10:02 -0600, Joshua Watt wrote: > > On Wed, Oct 30, 2024 at 9:18 AM Steve Sakoman > > wrote: > > > > > > Would it be possible to cherry-pick this commit to the styhead > > > branch? > > > I'm seeing the same issue th

Re: [yocto] Yocto Dunfell - Modify OpenSSH configuration

2025-02-25 Thread Alexander Kanavin via lists.yoctoproject.org
Either the needed changes aren't being packaged correctly (check ${WORKDIR}/packages-splt for openssh recipe), or the needed package isn't being installed into the image (check ${WORKDIR}/temp/log.do_rootfs for the image). Alex On Tue, 25 Feb 2025 at 16:06, Daniel Kampert via lists.yoctoproject.o

[yocto] Yocto Dunfell - Modify OpenSSH configuration

2025-02-25 Thread Daniel Kampert
Hi, I´m working on a Dunfell BSP (Toradex BSP5) and want to add and modify the OpenSSH configuration. So I´ve added "recipes-connectivity/openssh/openssh_%.bbappend" with this content FILESEXTRAPATHS_prepend := "${THISDIR}/files:" # Apply the SSH configuration # - Disable password authentic