add distro features and disable busybox
This commit is contained in:
@@ -15,4 +15,4 @@ MAINTAINER = "Lars Niesen <lars.niesen@gmx.de>"
|
||||
|
||||
TARGET_VENDOR = "-caros"
|
||||
|
||||
DISTRO_FEATURES ?= ""
|
||||
DISTRO_FEATURES += "wayland systemd usbgadget usbhost"
|
||||
|
||||
@@ -3,3 +3,12 @@
|
||||
#########################
|
||||
PREFERRED_VERSION_linux-yocto ?= "5.15%"
|
||||
PREFERRED_VERSION_linux-yocto-rt ?= "5.15%"
|
||||
|
||||
VIRTUAL-RUNTIME_init_manager = "systemd"
|
||||
VIRTUAL-RUNTIME_dev_manager = "udev"
|
||||
VIRTUAL-RUNTIME_base-utils = "coreutils"
|
||||
VIRTUAL-RUNTIME_base-utils-hwclock = "util-linux-hwclock"
|
||||
VIRTUAL-RUNTIME_base-utils-syslog = "util-linux-syslog"
|
||||
VIRTUAL-RUNTIME_login_manager = "shadow-base"
|
||||
VIRTUAL-RUNTIME_initscripts = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user