* [PATCH 1/4] site.conf.sample: remove seq from HOSTTOOLS
@ 2019-02-11 11:04 Ross Burton
2019-02-11 11:04 ` [PATCH 2/4] xvideo-tests: remove Ross Burton
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Ross Burton @ 2019-02-11 11:04 UTC (permalink / raw)
To: openembedded-core
This is now in the default HOSTTOOLS so can be removed from here.
Signed-off-by: Ross Burton <ross.burton@intel.com>
---
meta-poky/conf/site.conf.sample | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-poky/conf/site.conf.sample b/meta-poky/conf/site.conf.sample
index a4c2f9feed9..5164fedf630 100644
--- a/meta-poky/conf/site.conf.sample
+++ b/meta-poky/conf/site.conf.sample
@@ -26,7 +26,7 @@ SCONF_VERSION = "1"
# If you wish to use certain hosts without the proxy, specify them in NO_PROXY.
# See the script for details on syntax. The script oe-git-proxy uses some tools
# that may not be included on HOSTTOOLS, thus add them manually through
-# HOSTTOOLS += "getent seq"
+# HOSTTOOLS += "getent"
# Uncomment this to use a shared download directory
#DL_DIR = "/some/shared/download/directory/"
--
2.11.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/4] xvideo-tests: remove
2019-02-11 11:04 [PATCH 1/4] site.conf.sample: remove seq from HOSTTOOLS Ross Burton
@ 2019-02-11 11:04 ` Ross Burton
2019-02-11 11:04 ` [PATCH 3/4] poky-floating-revisions: remove deleted tests Ross Burton
2019-02-11 11:04 ` [PATCH 4/4] bitbake: use GCC ar and ranlib wrappers Ross Burton
2 siblings, 0 replies; 4+ messages in thread
From: Ross Burton @ 2019-02-11 11:04 UTC (permalink / raw)
To: openembedded-core
These tests are very old, unmaintained, and there are far better tools to
exercise video codepaths now.
Signed-off-by: Ross Burton <ross.burton@intel.com>
---
meta/conf/distro/include/distro_alias.inc | 1 -
meta/conf/distro/include/maintainers.inc | 1 -
.../packagegroups/packagegroup-core-tools-testapps.bb | 1 -
meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb | 18 ------------------
4 files changed, 21 deletions(-)
delete mode 100644 meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb
diff --git a/meta/conf/distro/include/distro_alias.inc b/meta/conf/distro/include/distro_alias.inc
index f23db1e8a47..d2ccb1ee452 100644
--- a/meta/conf/distro/include/distro_alias.inc
+++ b/meta/conf/distro/include/distro_alias.inc
@@ -410,6 +410,5 @@ DISTRO_PN_ALIAS_pn-xserver-xf86-lite = "Fedora=xorg-x11-server Ubuntu=xserver-xo
DISTRO_PN_ALIAS_pn-xserver-xorg = "Fedora=xorg-x11-server Ubuntu=xserver-xorg"
DISTRO_PN_ALIAS_pn-xset = "Fedora=xorg-x11-server-utils Ubuntu=x11-xserver-utils Debian=x11-xserver-utils Opensuse=xorg-x11"
DISTRO_PN_ALIAS_pn-xuser-account = "OE-Core"
-DISTRO_PN_ALIAS_pn-xvideo-tests = "OpenedHand"
DISTRO_PN_ALIAS_pn-xvinfo = "Fedora=xorg-x11-utils Ubuntu=x11-utils"
DISTRO_PN_ALIAS_pn-xwininfo = "Fedora=xorg-x11-utils Ubuntu=x11-utils"
diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index f7d43d20b7f..f5e6343904b 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -763,7 +763,6 @@ RECIPE_MAINTAINER_pn-xserver-xorg = "Armin Kuster <akuster808@gmail.com>"
RECIPE_MAINTAINER_pn-xset = "Armin Kuster <akuster808@gmail.com>"
RECIPE_MAINTAINER_pn-xtrans = "Armin Kuster <akuster808@gmail.com>"
RECIPE_MAINTAINER_pn-xuser-account = "Armin Kuster <akuster808@gmail.com>"
-RECIPE_MAINTAINER_pn-xvideo-tests = "Anuj Mittal <anuj.mittal@intel.com>"
RECIPE_MAINTAINER_pn-xvinfo = "Armin Kuster <akuster808@gmail.com>"
RECIPE_MAINTAINER_pn-xwininfo = "Armin Kuster <akuster808@gmail.com>"
RECIPE_MAINTAINER_pn-xz = "Denys Dmytriyenko <denys@ti.com>"
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
index 643219852dd..2b7e78911b3 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
@@ -34,7 +34,6 @@ X11TOOLS = "\
xrestop \
xwininfo \
xprop \
- xvideo-tests \
"
RDEPENDS_${PN} = "\
diff --git a/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb b/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb
deleted file mode 100644
index 1d275a0042c..00000000000
--- a/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-SUMMARY = "Simple XVideo test application"
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
- file://src/test-xvideo.c;beginline=1;endline=20;md5=6ae3b4c3c2ff9e51dbbc35bb237afa00"
-DEPENDS = "libxv"
-
-SRCREV = "7d38b881e99eb74169d292b40f7164e461a65092"
-PV = "0.1+git${SRCPV}"
-
-SRC_URI = "git://git.yoctoproject.org/test-xvideo"
-UPSTREAM_CHECK_COMMITS = "1"
-
-S = "${WORKDIR}/git"
-
-inherit autotools distro_features_check
-
-# The libxv requires x11 in DISTRO_FEATURES
-REQUIRED_DISTRO_FEATURES = "x11"
--
2.11.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 3/4] poky-floating-revisions: remove deleted tests
2019-02-11 11:04 [PATCH 1/4] site.conf.sample: remove seq from HOSTTOOLS Ross Burton
2019-02-11 11:04 ` [PATCH 2/4] xvideo-tests: remove Ross Burton
@ 2019-02-11 11:04 ` Ross Burton
2019-02-11 11:04 ` [PATCH 4/4] bitbake: use GCC ar and ranlib wrappers Ross Burton
2 siblings, 0 replies; 4+ messages in thread
From: Ross Burton @ 2019-02-11 11:04 UTC (permalink / raw)
To: openembedded-core
These tests are very old, unmaintained, and there are better benchmarking
systems available now.
Signed-off-by: Ross Burton <ross.burton@intel.com>
---
meta-poky/conf/distro/include/poky-floating-revisions.inc | 2 --
1 file changed, 2 deletions(-)
diff --git a/meta-poky/conf/distro/include/poky-floating-revisions.inc b/meta-poky/conf/distro/include/poky-floating-revisions.inc
index a3da043d9d5..1fc50459206 100644
--- a/meta-poky/conf/distro/include/poky-floating-revisions.inc
+++ b/meta-poky/conf/distro/include/poky-floating-revisions.inc
@@ -26,8 +26,6 @@ SRCREV_pn-sato-icon-theme ?= "${AUTOREV}"
SRCREV_pn-matchbox-desktop-sato ?= "${AUTOREV}"
SRCREV_pn-oh-puzzles ?= "${AUTOREV}"
SRCREV_pn-libowl ?= "${AUTOREV}"
-SRCREV_pn-fstests ?= "${AUTOREV}"
-SRCREV_pn-xvideo-tests ?= "${AUTOREV}"
SRCREV_pn-clutter ?= "${AUTOREV}"
SRCREV_pn-clutter-gst ?= "${AUTOREV}"
SRCREV_pn-libmatchbox ?= "${AUTOREV}"
--
2.11.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 4/4] bitbake: use GCC ar and ranlib wrappers
2019-02-11 11:04 [PATCH 1/4] site.conf.sample: remove seq from HOSTTOOLS Ross Burton
2019-02-11 11:04 ` [PATCH 2/4] xvideo-tests: remove Ross Burton
2019-02-11 11:04 ` [PATCH 3/4] poky-floating-revisions: remove deleted tests Ross Burton
@ 2019-02-11 11:04 ` Ross Burton
2 siblings, 0 replies; 4+ messages in thread
From: Ross Burton @ 2019-02-11 11:04 UTC (permalink / raw)
To: openembedded-core
Instead of calling 'ar' and 'ranlib' directly, set AR=gcc-ar and
RANLIB=gcc-ranlib. This fixes builds with link-time optimisation where more
arguments would need to be passed to ranlib but gcc-ranlib will do that
automatically.
Signed-off-by: Ross Burton <ross.burton@intel.com>
---
meta/conf/bitbake.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 9452d5ac4fb..21fd93e58d2 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -515,9 +515,9 @@ export FC = "${CCACHE}${HOST_PREFIX}gfortran ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}
export CPP = "${HOST_PREFIX}gcc -E${TOOLCHAIN_OPTIONS} ${HOST_CC_ARCH}"
export LD = "${HOST_PREFIX}ld${TOOLCHAIN_OPTIONS} ${HOST_LD_ARCH}"
export CCLD = "${CC}"
-export AR = "${HOST_PREFIX}ar"
+export AR = "${HOST_PREFIX}gcc-ar"
export AS = "${HOST_PREFIX}as ${HOST_AS_ARCH}"
-export RANLIB = "${HOST_PREFIX}ranlib"
+export RANLIB = "${HOST_PREFIX}gcc-ranlib"
export STRIP = "${HOST_PREFIX}strip"
export OBJCOPY = "${HOST_PREFIX}objcopy"
export OBJDUMP = "${HOST_PREFIX}objdump"
--
2.11.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-02-11 11:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-11 11:04 [PATCH 1/4] site.conf.sample: remove seq from HOSTTOOLS Ross Burton
2019-02-11 11:04 ` [PATCH 2/4] xvideo-tests: remove Ross Burton
2019-02-11 11:04 ` [PATCH 3/4] poky-floating-revisions: remove deleted tests Ross Burton
2019-02-11 11:04 ` [PATCH 4/4] bitbake: use GCC ar and ranlib wrappers Ross Burton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox