From 16a2e14cf3db2b8dca4f622cdd3af08d4416cbdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 28 Sep 2018 23:34:20 +0200 Subject: [PATCH] angstrom.conf: get rid of DISTRO_TYPE - I was the only fanboy using it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- conf/distro/angstrom.conf | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/conf/distro/angstrom.conf b/conf/distro/angstrom.conf index 6e272d3..21b8d08 100644 --- a/conf/distro/angstrom.conf +++ b/conf/distro/angstrom.conf @@ -7,11 +7,11 @@ DISTRO_VERSION = "v0.1" -#Images built can have to modes: -# 'debug': empty rootpassword, strace included -# 'release' no root password, no strace and gdb by default -DISTRO_TYPE ?= "debug" -#DISTRO_TYPE = "release" +# With Angstrom we had DISTRO_TYPE = "debug"/"release". No recipe except +# good old lxdm takes care (yes it was me). OE-Core way is setting +# "debug-tweaks" in IMAGE_FEATURES. So if one wants to login with lxdm as +# root set below in your local.conf: +# DISTRO_TYPE = "debug" # Set the toolchain type (internal, external) and brand (generic, csl etc.) TOOLCHAIN_TYPE ?= "internal" @@ -27,13 +27,14 @@ PREFERRED_PROVIDER_opkg-native ?= "opkg-native" EFI_PROVIDER = "gummiboot" # blacklist policy - PNBLACKLIST[pn-fso-apm] = "regular apmd is good enough" PNBLACKLIST[gconf-dbus] = "gconf-dbus has been merged back into main GConf" PNBLACKLIST[gconf-dbus-native] = "gconf-dbus has been merged back into main GConf" require conf/distro/include/angstrom.inc + + # uncomment to enable security flags - images tested had issues #require conf/distro/include/security_flags.inc