[Angstrom-devel] [RFC] Time to get rid of debug stuff?

Marcin Juszkiewicz openembedded at haerwu.biz
Thu Nov 15 10:42:04 CET 2007


We have a problem with fitting images in flash for some devices. This is 
known fact.

We install few debug tools by default. This is not so known fact. We 
install them even if it does not have sense (tslib tools on machines 
without touchscreen).

I propose to stop adding DEBUG_APPS but not switch to 'release' type of 
distro. Attached patch do that - procps is left in images as users are 
rather used to it.

-- 
JID: hrw-jabber.org
OpenEmbedded developer/consultant

          Is your purpose in life to balance out the bell curve?
-------------- next part --------------
#
# old_revision [5fc01752a7d73572c40917d73b0efb4a550c89dc]
#
# patch "conf/distro/angstrom-2007.1.conf"
#  from [5b667fd5f1683e4c70d3e952694733bb718cd6d8]
#    to [b288281face9b8008091069354894abf96c702e3]
#
============================================================
--- conf/distro/angstrom-2007.1.conf	5b667fd5f1683e4c70d3e952694733bb718cd6d8
+++ conf/distro/angstrom-2007.1.conf	b288281face9b8008091069354894abf96c702e3
@@ -208,7 +208,6 @@ DEBUG_APPS ?= ""
 
 # 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)}'
 
 #this should go away soon
 EXTRA_STUFF ?= ""
@@ -228,6 +227,7 @@ DISTRO_EXTRA_RDEPENDS += "\
     angstrom-version \
     ipkg ipkg-collateral \
     util-linux-mount util-linux-umount \
+    procps \
     ${EXTRA_STUFF} \
     ${DEBUG_APPS} \
     "


More information about the Angstrom-distro-devel mailing list