angstrom.conf: get rid of DISTRO_TYPE - I was the only fanboy using it

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-09-28 23:34:20 +02:00
parent eae07cc5e5
commit 16a2e14cf3

View File

@@ -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