diff options
author | Ross Burton <ross.burton@intel.com> | 2018-07-03 14:29:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-05 00:22:08 +0100 |
commit | 846193422cd0cd02cdc6c923ec40f2d5d7672a29 (patch) | |
tree | ec5543b8d97741c771ed6f85eef543d41ad81a5b | |
parent | 7647d7a019cb4e4e9d35adc263dfe20176a3e577 (diff) | |
download | poky-846193422cd0cd02cdc6c923ec40f2d5d7672a29.tar.gz |
fstests: remove
These tests are very old and there are better benchmarking systems available
now.
(From OE-Core rev: 516c1d5c2b2875ac103d4b5e8e482f852477dc8f)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/distro/include/distro_alias.inc | 1 | ||||
-rw-r--r-- | meta/conf/distro/include/maintainers.inc | 1 | ||||
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 1 | ||||
-rw-r--r-- | meta/recipes-graphics/fstests/fstests_git.bb | 19 |
4 files changed, 0 insertions, 22 deletions
diff --git a/meta/conf/distro/include/distro_alias.inc b/meta/conf/distro/include/distro_alias.inc index 68b731ab2b..58c110dbe4 100644 --- a/meta/conf/distro/include/distro_alias.inc +++ b/meta/conf/distro/include/distro_alias.inc | |||
@@ -87,7 +87,6 @@ DISTRO_PN_ALIAS_pn-encodings = "Ubuntu=xfonts-encodings Mandriva=x11-font-encodi | |||
87 | DISTRO_PN_ALIAS_pn-font-alias = "Fedora=xorg-x11-fonts-base Mandriva=x11-font-alias Meego=xorg-x11-fonts" | 87 | DISTRO_PN_ALIAS_pn-font-alias = "Fedora=xorg-x11-fonts-base Mandriva=x11-font-alias Meego=xorg-x11-fonts" |
88 | DISTRO_PN_ALIAS_pn-font-util = "Meego=xorg-x11-font-utils Fedora=xorg-x11-font-utils Ubuntu=xfonts-utils Mandriva=x11-font-util Debian=xfonts-utils" | 88 | DISTRO_PN_ALIAS_pn-font-util = "Meego=xorg-x11-font-utils Fedora=xorg-x11-font-utils Ubuntu=xfonts-utils Mandriva=x11-font-util Debian=xfonts-utils" |
89 | DISTRO_PN_ALIAS_pn-formfactor = "OE-Core" | 89 | DISTRO_PN_ALIAS_pn-formfactor = "OE-Core" |
90 | DISTRO_PN_ALIAS_pn-fstests = "OpenedHand" | ||
91 | DISTRO_PN_ALIAS_pn-gcc-cross-initial = "OE-Core" | 90 | DISTRO_PN_ALIAS_pn-gcc-cross-initial = "OE-Core" |
92 | DISTRO_PN_ALIAS_pn-gcc-cross-initial-i586 = "OE-Core" | 91 | DISTRO_PN_ALIAS_pn-gcc-cross-initial-i586 = "OE-Core" |
93 | DISTRO_PN_ALIAS_pn-gcc-crosssdk-initial = "OE-Core" | 92 | DISTRO_PN_ALIAS_pn-gcc-crosssdk-initial = "OE-Core" |
diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 0bca773890..c44f2b804a 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc | |||
@@ -163,7 +163,6 @@ RECIPE_MAINTAINER_pn-fontconfig = "Maxin B. John <maxin.john@intel.com>" | |||
163 | RECIPE_MAINTAINER_pn-foomatic-filters = "Chen Qi <Qi.Chen@windriver.com>" | 163 | RECIPE_MAINTAINER_pn-foomatic-filters = "Chen Qi <Qi.Chen@windriver.com>" |
164 | RECIPE_MAINTAINER_pn-formfactor = "Maxin B. John <maxin.john@intel.com>" | 164 | RECIPE_MAINTAINER_pn-formfactor = "Maxin B. John <maxin.john@intel.com>" |
165 | RECIPE_MAINTAINER_pn-freetype = "Maxin B. John <maxin.john@intel.com>" | 165 | RECIPE_MAINTAINER_pn-freetype = "Maxin B. John <maxin.john@intel.com>" |
166 | RECIPE_MAINTAINER_pn-fstests = "Alexander Kanavin <alex.kanavin@gmail.com>" | ||
167 | RECIPE_MAINTAINER_pn-fts = "Khem Raj <raj.khem@gmail.com>" | 166 | RECIPE_MAINTAINER_pn-fts = "Khem Raj <raj.khem@gmail.com>" |
168 | RECIPE_MAINTAINER_pn-gawk = "Chen Qi <Qi.Chen@windriver.com>" | 167 | RECIPE_MAINTAINER_pn-gawk = "Chen Qi <Qi.Chen@windriver.com>" |
169 | RECIPE_MAINTAINER_pn-gcc = "Khem Raj <raj.khem@gmail.com>" | 168 | RECIPE_MAINTAINER_pn-gcc = "Khem Raj <raj.khem@gmail.com>" |
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb index b8e507073a..df43068fe5 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | |||
@@ -25,7 +25,6 @@ X11GLTOOLS = "\ | |||
25 | " | 25 | " |
26 | 26 | ||
27 | X11TOOLS = "\ | 27 | X11TOOLS = "\ |
28 | fstests \ | ||
29 | gst-examples \ | 28 | gst-examples \ |
30 | x11perf \ | 29 | x11perf \ |
31 | xrestop \ | 30 | xrestop \ |
diff --git a/meta/recipes-graphics/fstests/fstests_git.bb b/meta/recipes-graphics/fstests/fstests_git.bb deleted file mode 100644 index 69f217830a..0000000000 --- a/meta/recipes-graphics/fstests/fstests_git.bb +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | SUMMARY = "Various benchmarning tests for X" | ||
2 | HOMEPAGE = "http://www.o-hand.com" | ||
3 | SECTION = "devel" | ||
4 | LICENSE = "Zlib" | ||
5 | DEPENDS = "pango libxext libxft virtual/libx11 gtk+" | ||
6 | |||
7 | SRCREV = "e5939ff608b95cdd4d0ab0e1935781ab9a276ac0" | ||
8 | PV = "0.1+git${SRCPV}" | ||
9 | |||
10 | SRC_URI = "git://git.yoctoproject.org/${BPN}" | ||
11 | UPSTREAM_CHECK_COMMITS = "1" | ||
12 | |||
13 | LIC_FILES_CHKSUM = "file://test-pango-gdk.c;endline=24;md5=1ee74ec851ecda57eb7ac6cc180f7655" | ||
14 | |||
15 | S = "${WORKDIR}/git/tests" | ||
16 | |||
17 | inherit autotools pkgconfig distro_features_check | ||
18 | # depends on virtual/libx11 | ||
19 | REQUIRED_DISTRO_FEATURES = "x11" | ||