]> code.ossystems Code Review - openembedded-core.git/commit
Add packagegroup-core-buildessential
authorColin Walters <walters@verbum.org>
Mon, 24 Sep 2012 23:54:42 +0000 (19:54 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Oct 2012 16:32:21 +0000 (17:32 +0100)
commit7d6cc169c95fecf6388a275281eb8b8f5d8eb4a2
tree7ea555fdeb17b143e83691b7277d887eaae1bad6
parent86c6fa8175482283268dfa8782c6643a3510e0fd
Add packagegroup-core-buildessential

[Not heavily tested, but sent for discussion]

task-core-sdk is too big - for example, I simply don't want to ship tcl, ever =)
Historically distcc caused a large dependency graph explosion because it has
a utility which uses gtk+, although that was fixed.

packagegroup-core-sdk also includes coreutils, which is a bit
confusing; conceptually things dependent on coreutils should pull it
in explicitly, or possibly we just declare coreutils to be in the
minimal build set.

So packagegroup-core-buildessential is intended to be similar to
Debian's "build-essential" package.  It's the stuff needed by say 80+%
of components, not worth repeating over and over.

Signed-off-by: Colin Walters <walters@verbum.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb [new file with mode: 0644]
meta/recipes-core/packagegroups/packagegroup-core-sdk.bb