qemu
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user