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