add distro features and disable busybox

This commit is contained in:
2023-09-01 17:25:00 +02:00
parent a8338357c0
commit ff36527dac
3 changed files with 13 additions and 3 deletions

View File

@@ -1,9 +1,10 @@
SUMMARY = "Minimal bootable image for CaROS develoment"
IMAGE_FEATURES = "nfs-server ssh-server-openssh"
# packagegroup-core-boot expandent to remove busybox
# PACKAGES_CORE_BOOT =
IMAGE_INSTALL = "packagegroup-core-boot"
inherit core-image
LICENSE = "MIT"
IMAGE_ROOTFS_SIZE ?= "8192"