[oe-commits] org.oe.dev angstrom: only ship strace and procps for debug builds, this is a first step into removing angstrom frobbing task-base stuff (should be left to images to decide on this stuff)

koen commit openembedded-commits at lists.openembedded.org
Mon Nov 19 15:26:59 UTC 2007


angstrom: only ship strace and procps for debug builds, this is a first step into removing angstrom frobbing task-base stuff (should be left to images to decide on this stuff)

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: e278d635280136dca9a2d1d6bce39908402e377f
ViewMTN: http://monotone.openembedded.org/revision/info/e278d635280136dca9a2d1d6bce39908402e377f
Files:
1
conf/distro/angstrom-2007.1.conf
conf/distro/angstrom-2008.1.conf
packages/tasks/task-base.bb
Diffs:

#
# mt diff -rd34d09dfbda04368b7fdc7c52c585f8a051fcfe3 -re278d635280136dca9a2d1d6bce39908402e377f
#
# 
# 
# patch "conf/distro/angstrom-2007.1.conf"
#  from [5b667fd5f1683e4c70d3e952694733bb718cd6d8]
#    to [13ccb1f539e12759cb2c505e7f20720cfde25382]
# 
# patch "conf/distro/angstrom-2008.1.conf"
#  from [cdd382dd48e69a1cb0f7a98b39f63aa1a7130540]
#    to [ac4d743447171017b0a7e202e882cc6b040afd36]
# 
# patch "packages/tasks/task-base.bb"
#  from [cdcb312e0d4f77e69ca83bf82f6643335a03135c]
#    to [1a67a9902fc957b26de1621d69f747dac26ee6e2]
# 
============================================================
--- conf/distro/angstrom-2007.1.conf	5b667fd5f1683e4c70d3e952694733bb718cd6d8
+++ conf/distro/angstrom-2007.1.conf	13ccb1f539e12759cb2c505e7f20720cfde25382
@@ -14,7 +14,7 @@ require conf/distro/include/sane-srcrevs
 require conf/distro/include/sane-srcrevs.inc
 
 #Images built can have to modes:
-# 'debug': empty rootpassword, strace and gdb included
+# 'debug': empty rootpassword, strace included
 # 'release' no root password, no strace and gdb by default
 DISTRO_TYPE ?= "debug"
 #DISTRO_TYPE = "release"
@@ -208,7 +208,7 @@ 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)}'
+DEBUG_APPS += '${@base_conditional("DISTRO_TYPE", "release", "", "strace procps",d)}'
 
 #this should go away soon
 EXTRA_STUFF ?= ""
============================================================
--- conf/distro/angstrom-2008.1.conf	cdd382dd48e69a1cb0f7a98b39f63aa1a7130540
+++ conf/distro/angstrom-2008.1.conf	ac4d743447171017b0a7e202e882cc6b040afd36
@@ -20,7 +20,7 @@ require conf/distro/include/sane-srcrevs
 require conf/distro/include/sane-srcrevs.inc
 
 #Images built can have to modes:
-# 'debug': empty rootpassword, strace and gdb included
+# 'debug': empty rootpassword, strace included
 # 'release' no root password, no strace and gdb by default
 DISTRO_TYPE ?= "debug"
 #DISTRO_TYPE = "release"
@@ -167,7 +167,7 @@ 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)}'
+DEBUG_APPS += '${@base_conditional("DISTRO_TYPE", "release", "", "strace procps",d)}'
 
 # Angstrom want to ship some extra stuff. This should be moved into task-base eventually
 # contains ipkg specific stuff as well :(
============================================================
--- packages/tasks/task-base.bb	cdcb312e0d4f77e69ca83bf82f6643335a03135c
+++ packages/tasks/task-base.bb	1a67a9902fc957b26de1621d69f747dac26ee6e2
@@ -1,5 +1,5 @@ DESCRIPTION = "Merge machine and distro 
 DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
-PR = "r44"
+PR = "r45"
 
 inherit task
 






More information about the Openembedded-commits mailing list