Re: [meta-intel] [PATCH] vaapi: remove as recipes moved to oe-core

2016-12-15 Thread Trevor Woerner
Yes, this works great.
Thanks!

Build Configuration:
BB_VERSION= "1.32.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING   = "opensuse-42.2"
TARGET_SYS= "x86_64-oe-linux"
MACHINE   = "intel-corei7-64"
DISTRO= "nodistro"
DISTRO_VERSION= "nodistro.0"
TUNE_FEATURES = "m64 corei7"
TARGET_FPU= ""
meta  = "master:91f856426c7523e1ebdf6d6f93f5fa7e509d6e49"
meta-intel= 
"contrib/rburton/vaapi:705f10c57422035c2e5a80da86ce7dfb0f73f738"
meta-oe   
meta-gnome= "master:e6c7a66eb4f3944059bd4fff4103f8a9fdcb167c"
meta-browser  = "master:3f4fc6dd50650417a0b966c4157f3ad7f3697633"
meta-nodejs   = "master:7d63ea2e056e96a617a6281613afff6fe7762619"
meta-realtime = "master:c7807efaaa9933f45a68576c56a2ff2f9bd24203"

NOTE: Tasks Summary: Attempted 5824 tasks of which 5751 didn't need to 
be rerun and all succeeded.
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


[meta-intel] [PATCH] vaapi: remove as recipes moved to oe-core

2016-12-15 Thread Ross Burton
libva and gstreamer-vaapi are now part of oe-core, so remove them.

The package names were changed to reflect the naming scheme, so update the
machine configurations to follow.

Signed-off-by: Ross Burton 
---
 .../gstreamer/gstreamer-vaapi-1.0_1.8.2.bb |  6 ---
 .../gstreamer/gstreamer-vaapi.inc  | 36 
 .../gstreamer/gstreamer-vaapi/install-tests.patch  | 43 ---
 common/recipes-multimedia/libva/libva_1.7.2.bb | 49 --
 conf/machine/intel-core2-32.conf   |  2 +-
 conf/machine/intel-corei7-64.conf  |  2 +-
 6 files changed, 2 insertions(+), 136 deletions(-)
 delete mode 100644 
common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_1.8.2.bb
 delete mode 100644 common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc
 delete mode 100644 
common/recipes-multimedia/gstreamer/gstreamer-vaapi/install-tests.patch
 delete mode 100644 common/recipes-multimedia/libva/libva_1.7.2.bb

diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_1.8.2.bb 
b/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_1.8.2.bb
deleted file mode 100644
index 3343bae..000
--- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_1.8.2.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require gstreamer-vaapi.inc
-
-DEPENDS += "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
-
-SRC_URI[md5sum] = "5683e0e950160f6a4b5bcd47176baad0"
-SRC_URI[sha256sum] = 
"5479e86f593d80c00bbd4a43b16b2027cb935412a2bb22c9ba4ac085627a9229"
diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc 
b/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc
deleted file mode 100644
index 6dea9cf..000
--- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc
+++ /dev/null
@@ -1,36 +0,0 @@
-SUMMARY = "VA-API support to GStreamer"
-DESCRIPTION = "gstreamer-vaapi consists of a collection of VA-API \
-based plugins for GStreamer and helper libraries: `vaapidecode', \
-`vaapiconvert', and `vaapisink'."
-
-REALPN = "gstreamer-vaapi"
-FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/${REALPN}", 
"${FILE_DIRNAME}/${REALPN}"], d)}"
-
-LICENSE = "LGPLv2.1+"
-LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
-
-DEPENDS = "libva"
-
-SRC_URI = 
"https://gstreamer.freedesktop.org/src/${REALPN}/${REALPN}-${PV}.tar.xz \
-  "
-
-S = "${WORKDIR}/${REALPN}-${PV}"
-
-inherit autotools pkgconfig gtk-doc
-
-PACKAGES =+ "${PN}-tests"
-
-PACKAGECONFIG ??= "drm \
-   ${@bb.utils.contains("DISTRO_FEATURES", "opengl x11", 
"glx", "", d)} \
-   ${@bb.utils.contains("DISTRO_FEATURES", "wayland", 
"wayland", "", d)} \
-   ${@bb.utils.contains("DISTRO_FEATURES", "x11", "x11", "", 
d)}"
-
-PACKAGECONFIG[drm] = "--enable-drm,--disable-drm,udev libdrm"
-PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,virtual/mesa"
-PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland"
-PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11 libxrandr 
libxrender"
-
-FILES_${PN} += "${libdir}/gstreamer-*/*.so"
-FILES_${PN}-dbg += "${libdir}/gstreamer-*/.debug"
-FILES_${PN}-dev += "${libdir}/gstreamer-*/*.la ${libdir}/gstreamer-*/*.a"
-FILES_${PN}-tests = "${bindir}/*"
diff --git 
a/common/recipes-multimedia/gstreamer/gstreamer-vaapi/install-tests.patch 
b/common/recipes-multimedia/gstreamer/gstreamer-vaapi/install-tests.patch
deleted file mode 100644
index d7def3a..000
--- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi/install-tests.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 2791dfde0de0abe8100fa833dfe1a9c2e74c2629 Mon Sep 17 00:00:00 2001
-From: Jianxun Zhang 
-Date: Thu, 21 Jan 2016 16:25:44 -0800
-Subject: [PATCH] Install tests
-
-This patch is updated for 0.6.1
-
-Upstream-Status: Inappropriate
-
-Signed-off-by: Jianxun Zhang 

- tests/Makefile.am | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/tests/Makefile.am b/tests/Makefile.am
-index 3637d92..7cc6a97 100644
 a/tests/Makefile.am
-+++ b/tests/Makefile.am
-@@ -1,4 +1,4 @@
--noinst_PROGRAMS = \
-+bin_PROGRAMS = \
-   simple-decoder  \
-   test-decode \
-   test-display\
-@@ -9,13 +9,13 @@ noinst_PROGRAMS = \
-   $(NULL)
- 
- if USE_ENCODERS
--noinst_PROGRAMS += \
-+bin_PROGRAMS += \
-   simple-encoder  \
-   $(NULL)
- endif
- 
- if USE_GLX
--noinst_PROGRAMS += \
-+bin_PROGRAMS += \
-   test-textures   \
-   $(NULL)
- endif
--- 
-1.9.1
-
diff --git a/common/recipes-multimedia/libva/libva_1.7.2.bb 
b/common/recipes-multimedia/libva/libva_1.7.2.bb
deleted file mode 100644
index d72074d..000
--- a/common/recipes-multimedia/libva/libva_1.7.2.bb
+++ /dev/null
@@ -1,49 +0,0 @@
-SUMMARY = "Video Acceleration (VA) API for Linux"
-DESCRIPTION = "Video Acceleration API (VA API) is a library (libVA) \
-and API specification which enables a