All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] packagegroup-core-sdk.bb: Drop distcc from the core-sdk.
@ 2015-06-01 20:17 Philip Balister
  2015-06-01 20:17 ` [PATCH 2/2] packagegroup-core-tools-profile.bb: Remove oprofile Philip Balister
  2015-06-16 11:33 ` [PATCH 1/2] packagegroup-core-sdk.bb: Drop distcc from the core-sdk Philip Balister
  0 siblings, 2 replies; 7+ messages in thread
From: Philip Balister @ 2015-06-01 20:17 UTC (permalink / raw)
  To: openembedded-core

distcc has been used in the past to speed up native compile across
several machines. This is less an issue on modern embedded systems.

Also, improvements in sdk generation have reduced the need for on target
compile of large projects.

Since the distcc packages start a daemon at boot, drop it from the
packagegroup to avoid having some slight runtime impact on systems
installing an sdk.

Signed-off-by: Philip Balister <philip@balister.org>
---
 meta/recipes-core/packagegroups/packagegroup-core-sdk.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb b/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb
index a41eada..9b26387 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb
@@ -23,7 +23,6 @@ RDEPENDS_packagegroup-core-sdk = "\
     findutils \
     quilt \
     less \
-    distcc \
     ldd \
     file \
     tcl"
-- 
2.1.0



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-06-16 12:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-01 20:17 [PATCH 1/2] packagegroup-core-sdk.bb: Drop distcc from the core-sdk Philip Balister
2015-06-01 20:17 ` [PATCH 2/2] packagegroup-core-tools-profile.bb: Remove oprofile Philip Balister
2015-06-16 11:33   ` Philip Balister
2015-06-16 12:08   ` Burton, Ross
2015-06-16 12:33     ` Philip Balister
2015-06-16 12:35       ` Burton, Ross
2015-06-16 11:33 ` [PATCH 1/2] packagegroup-core-sdk.bb: Drop distcc from the core-sdk Philip Balister

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.