From be2367805c97bc0ba21e5cfae0055d1d8b364621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 7 Oct 2018 00:16:28 +0200 Subject: [PATCH] Rework image features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Insist on useful defaults Signed-off-by: Andreas Müller --- conf/distro/include/mortsgna-core-tweaks.inc | 4 ++-- recipes-image/console/console-base-image.bb | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) 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 \