]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagegroup-core-sdk.bb: Drop distcc from the core-sdk.
authorPhilip Balister <philip@balister.org>
Mon, 1 Jun 2015 20:17:21 +0000 (16:17 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Jun 2015 10:38:13 +0000 (11:38 +0100)
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>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/packagegroups/packagegroup-core-sdk.bb

index a41eada5afb2570b92f88ca754b4c958ccecc602..9b26387e448ff106e62a5b5166044095ed7b16f1 100644 (file)
@@ -23,7 +23,6 @@ RDEPENDS_packagegroup-core-sdk = "\
     findutils \
     quilt \
     less \
-    distcc \
     ldd \
     file \
     tcl"