diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-14 08:34:09 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-14 08:34:09 +0000 |
commit | 66799f20695974b82f3a4d0888710cd0856dcbe2 (patch) | |
tree | c944f18fa4f592e810346a3b4bbdf9f87d2f1388 /conf | |
parent | 44c0a97d25083a54fa06fdb5c5f99ac6eca9edba (diff) |
angstrom: re-add strace
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index 11d47f11c8..756839ca7e 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -8,6 +8,7 @@ #DISTRO_VERSION = "2006.9" DISTRO_VERSION = "test-${DATE}" +DISTRO_REVISION = "1" require conf/distro/include/angstrom.inc require conf/distro/include/sane-srcdates.inc @@ -154,7 +155,7 @@ PREFERRED_VERSION_hostap-modules ?= "0.4.7" # 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 procps",d)}' +DEBUG_APPS += '${@base_conditional("DISTRO_TYPE", "release", "", "tslib-tests tslib-calibrate gdb strace procps",d)}' #this should go away soon EXTRA_STUFF ?= "" |