mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 01:02:22 +01:00
* Create a new packagegroup-core-device-devel which pulls in everything that qemu-config used to, with the exception of anjuta-remote-run - this is unlikely to be widely used * Move the remainder of qemu-config to distcc-config and allow DISTCC_HOSTS to be configured via a variable of the same name * Use SUMMARY instead of DESCRIPTION for single-line description since DESCRIPTION is defaulted from SUMMARY if not set (From OE-Core rev: ac510cb82c007f987b481df74c7a5fede81fa85a) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
280 B
BlitzBasic
16 lines
280 B
BlitzBasic
SUMMARY = "Provides a small set of tools for development on the device"
|
|
LICENSE = "MIT"
|
|
|
|
inherit packagegroup
|
|
|
|
RPROVIDES_${PN} = "qemu-config"
|
|
RREPLACES_${PN} = "qemu-config"
|
|
|
|
RDEPENDS_${PN} = "\
|
|
distcc-config \
|
|
oprofileui-server \
|
|
nfs-export-root \
|
|
bash \
|
|
"
|
|
|