summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-08-27 12:59:30 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-28 07:08:37 +0100
commitd707fa30f8a24d1e50831846330757254f245791 (patch)
tree5331d5356555486eb43f3875b6613a8ad1fd9b4c
parent3359cc8d22d60b75db203b676c4dbf55034df824 (diff)
downloadpoky-d707fa30f8a24d1e50831846330757254f245791.tar.gz
packagegroup-core-device-devel: remove
The purpose and content of the group is not clear; the only consumer (poky distro) is no longer using it. (From OE-Core rev: 910e26321f6d7583ae68dafafffe2040ca9cfa70) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb b/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb
deleted file mode 100644
index edee474eca..0000000000
--- a/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1SUMMARY = "Provides a small set of tools for development on the device"
2
3PR = "r1"
4
5inherit packagegroup
6
7RPROVIDES_${PN} = "qemu-config"
8RREPLACES_${PN} = "qemu-config"
9RCONFLICTS_${PN} = "qemu-config"
10
11RDEPENDS_${PN} = "\
12 distcc-config \
13 nfs-export-root \
14 bash \
15 binutils-symlinks \
16 "