diff options
Diffstat (limited to 'meta/recipes-devtools/packagegroups')
| -rw-r--r-- | meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb b/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb new file mode 100644 index 0000000000..e55eed52e3 --- /dev/null +++ b/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "Provides a small set of tools for development on the device" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | |||
| 4 | inherit packagegroup | ||
| 5 | |||
| 6 | RPROVIDES_${PN} = "qemu-config" | ||
| 7 | RREPLACES_${PN} = "qemu-config" | ||
| 8 | |||
| 9 | RDEPENDS_${PN} = "\ | ||
| 10 | distcc-config \ | ||
| 11 | oprofileui-server \ | ||
| 12 | nfs-export-root \ | ||
| 13 | bash \ | ||
| 14 | " | ||
| 15 | |||
