diff options
| author | Koen Kooi <koen@openembedded.org> | 2007-05-17 19:24:04 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@openembedded.org> | 2007-05-17 19:24:04 +0000 |
| commit | 3ded06f5504f9a7b60b67aa9e280c3d3da2366f8 (patch) | |
| tree | da9e14804b9b0a0b0bc0989906fb00525e7dc1bb /conf | |
| parent | 0109254b9a31629c8941ffbdb5e4039a6d64de73 (diff) | |
disapproval of revision '2f7cdf8eacd78e273744583cd918480d48f69dc8'
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/distro/angstrom-2007.1.conf | 2 | ||||
| -rw-r--r-- | conf/distro/include/angstrom.inc | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index f714acd000..f41c667d25 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -272,7 +272,7 @@ PREFERRED_VERSION_wpa-supplicant = "0.5.5" # We want to ship extra debug utils in the rootfs when doing a debug build DEBUG_APPS ?= "" -#DEBUG_APPS += '${@base_conditional("DISTRO_TYPE", "release", "", "tslib-tests tslib-calibrate gdb strace procps",d)}' +DEBUG_APPS += '${@base_conditional("DISTRO_TYPE", "release", "", "tslib-tests tslib-calibrate gdb strace procps",d)}' #this should go away soon EXTRA_STUFF ?= "" diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 2176f8bb70..6605fff3e8 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -21,8 +21,7 @@ MAINTAINER = "Angstrom Developers <angstrom-distro-devel@linuxtogo.org>" #use ipkg package format with debian style naming #use multimachine buildrules -INHERIT += "package_ipk debian multimachine sanity devshell angstrom-mirrors" -#INHERIT += "insane" +INHERIT += "package_ipk debian multimachine sanity devshell angstrom-mirrors insane" #Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable PREFERRED_PROVIDER_qemu-native = "qemu-native" |
