diff --git a/conf/distro/include/mortsgna-core-tweaks.inc b/conf/distro/include/mortsgna-core-tweaks.inc index 935111e..47da80a 100644 --- a/conf/distro/include/mortsgna-core-tweaks.inc +++ b/conf/distro/include/mortsgna-core-tweaks.inc @@ -25,8 +25,8 @@ PRINC ??= "0" # Shared state fixups MACHINEOVERRIDES[vardepsexclude] += "SOC_FAMILY" -# opkg -EXTRA_IMAGE_FEATURES ?= "package-management empty-root-password" +# Image features strongly suggested +EXTRA_IMAGE_FEATURES += "package-management empty-root-password allow-empty-password post-install-logging" # Prefer libjpeg-turbo PREFERRED_PROVIDER_jpeg = "libjpeg-turbo" diff --git a/recipes-image/console/console-base-image.bb b/recipes-image/console/console-base-image.bb index 42783e3..0588b6b 100644 --- a/recipes-image/console/console-base-image.bb +++ b/recipes-image/console/console-base-image.bb @@ -1,11 +1,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" -IMAGE_FEATURES += "empty-root-password allow-empty-password" - -# to be removed again later? -IMAGE_FEATURES += "package-management" - IMAGE_INSTALL += " \ packagegroup-boot \ packagegroup-base \