This commit is contained in:
2025-07-02 19:14:37 +02:00
parent f30d31a24f
commit 515f8ed36c
5 changed files with 63 additions and 3 deletions

View File

@@ -1,7 +1,17 @@
MACHINE = "genericx86-64"
DISTRO = "poky"
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
IMAGE_INSTALL:append = " openssh"
IMAGE_INSTALL:append = " openssh ssh-keys"
EXTRA_IMAGE_FEATURES += "ssh-server-openssh"
# Image formats for QEMU testing and deployment
IMAGE_FSTYPES += "ext4 tar.bz2"
# Root access configuration
EXTRA_IMAGE_FEATURES += "empty-root-password"
EXTRA_IMAGE_FEATURES += "allow-empty-password"
# SSH configuration
EXTRA_IMAGE_FEATURES += "ssh-server-openssh"
# Memory optimization settings