mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
packagegroup-core-sdk.bb: Drop distcc from the core-sdk.
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. (From OE-Core rev: 07bc6ff9755ef902cd88f90787523ca61bdc7919) Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
840d0557b2
commit
5c1f244680
@@ -23,7 +23,6 @@ RDEPENDS_packagegroup-core-sdk = "\
|
||||
findutils \
|
||||
quilt \
|
||||
less \
|
||||
distcc \
|
||||
ldd \
|
||||
file \
|
||||
tcl"
|
||||
|
||||
Reference in New Issue
Block a user