summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Nita <george.nita@enea.com>2015-12-17 11:40:16 +0100
committerTudor Florea <tudor.florea@enea.com>2015-12-17 12:47:17 +0100
commite13c24fe6b788fba5334813b0dc7922e8ab803a2 (patch)
tree2f002e90d016bf28410247f5a1500320c11a44f6
parentfc7fba2df07dbdf60958843f85d8584eb58377f1 (diff)
downloadmeta-el-common-e13c24fe6b788fba5334813b0dc7922e8ab803a2.tar.gz
enea-image-featured.bb: removed internal tests
Internal tests handled in meta-enea-test. Signed-off-by: George Nita <george.nita@enea.com> Signed-off-by: Tudor Florea <tudor.florea@enea.com>
-rw-r--r--images/enea-image-featured.bb6
-rw-r--r--recipes-core/packagegroups/packagegroup-enea-bench.bb14
2 files changed, 0 insertions, 20 deletions
diff --git a/images/enea-image-featured.bb b/images/enea-image-featured.bb
index 5ee6b77..81dbac7 100644
--- a/images/enea-image-featured.bb
+++ b/images/enea-image-featured.bb
@@ -8,7 +8,6 @@ IMAGE_FEATURES += " \
8 debug-tweaks \ 8 debug-tweaks \
9 dev-pkgs \ 9 dev-pkgs \
10 doc-pkgs \ 10 doc-pkgs \
11 ptest-pkgs \
12 splash \ 11 splash \
13 staticdev-pkgs \ 12 staticdev-pkgs \
14 eclipse-debug \ 13 eclipse-debug \
@@ -27,10 +26,6 @@ IMAGE_INSTALL += " \
27 packagegroup-base \ 26 packagegroup-base \
28 packagegroup-enea-debug \ 27 packagegroup-enea-debug \
29 packagegroup-enea-rt-tools \ 28 packagegroup-enea-rt-tools \
30 packagegroup-enea-ptest \
31 packagegroup-enea-ddt \
32 packagegroup-enea-sys \
33 packagegroup-enea-bench \
34 ${ROOTFS_PKGMANAGE_BOOTSTRAP} \ 29 ${ROOTFS_PKGMANAGE_BOOTSTRAP} \
35 beecrypt \ 30 beecrypt \
36 binutils \ 31 binutils \
@@ -65,7 +60,6 @@ IMAGE_INSTALL += " \
65 procps \ 60 procps \
66 psmisc \ 61 psmisc \
67 rpm \ 62 rpm \
68 rt-bmark \
69 tar \ 63 tar \
70 tipcutils \ 64 tipcutils \
71 udev-extraconf \ 65 udev-extraconf \
diff --git a/recipes-core/packagegroups/packagegroup-enea-bench.bb b/recipes-core/packagegroups/packagegroup-enea-bench.bb
deleted file mode 100644
index f536bbc..0000000
--- a/recipes-core/packagegroups/packagegroup-enea-bench.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1DESCRIPTION = "Package group for benchmarking test"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
4 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5PR = "r0"
6
7inherit packagegroup
8
9RDEPENDS_${PN} = "\
10 "
11
12RRECOMMENDS_${PN} = "\
13 benchtest-runner \
14 "