diff --git a/meta-digi-del/recipes-core/images/del-image-graphical.bb b/meta-digi-del/recipes-core/images/del-image-graphical.bb index f82eedd6b..4595b223d 100644 --- a/meta-digi-del/recipes-core/images/del-image-graphical.bb +++ b/meta-digi-del/recipes-core/images/del-image-graphical.bb @@ -7,6 +7,8 @@ IMAGE_FEATURES += "splash package-management x11-base x11-sato" LICENSE = "MIT" +VIRTUAL-RUNTIME_dev_manager = "udev" + include del-image-minimal.bb IMAGE_INSTALL += "packagegroup-core-x11-sato-games" diff --git a/meta-digi-del/recipes-core/images/del-image-minimal.bb b/meta-digi-del/recipes-core/images/del-image-minimal.bb index 614e892a2..4868a3b02 100644 --- a/meta-digi-del/recipes-core/images/del-image-minimal.bb +++ b/meta-digi-del/recipes-core/images/del-image-minimal.bb @@ -3,7 +3,9 @@ # DESCRIPTION = "DEL busybox based image (non graphical)." -IMAGE_INSTALL = "packagegroup-del-core ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}" +VIRTUAL-RUNTIME_dev_manager ?= "busybox-mdev" + +IMAGE_INSTALL = "packagegroup-del-core ${VIRTUAL-RUNTIME_dev_manager} ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}" IMAGE_LINGUAS = " " diff --git a/meta-digi-del/recipes-core/packagegroups/packagegroup-del-core.bb b/meta-digi-del/recipes-core/packagegroups/packagegroup-del-core.bb index 061bb8691..05012d8ce 100644 --- a/meta-digi-del/recipes-core/packagegroups/packagegroup-del-core.bb +++ b/meta-digi-del/recipes-core/packagegroups/packagegroup-del-core.bb @@ -18,7 +18,6 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= "" MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= "" # Distro can override the following VIRTUAL-RUNTIME providers: -VIRTUAL-RUNTIME_dev_manager ?= "busybox-mdev" VIRTUAL-RUNTIME_login_manager ?= "" VIRTUAL-RUNTIME_passwd_manager ?= "shadow" VIRTUAL-RUNTIME_init_manager ?= "sysvinit" @@ -39,7 +38,6 @@ RDEPENDS_${PN} = "\ netbase \ ${VIRTUAL-RUNTIME_login_manager} \ ${VIRTUAL-RUNTIME_init_manager} \ - ${VIRTUAL-RUNTIME_dev_manager} \ ${VIRTUAL-RUNTIME_update-alternatives} \ update-flash \ usbutils \