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
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
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
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
>
> 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
> 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
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
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
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
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
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
11 matches
Mail list logo