From 91166bf509bcb703678528096e83faafc090dd92 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 29 Feb 2016 08:54:40 +0200 Subject: tibidabo: use correct gpu driver version Upstream recipe was renamed, but tibidabo still uses the old version. Change-Id: Ia5c97cb480c4f08c017046729dfa3e37e31be52a Reviewed-by: Teemu Holappa --- conf/distro/include/tibidabo.conf | 6 ++++++ .../gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 22 ++++++++++++++++++++++ .../gstreamer1.0-plugins-imx_0.11.1.bbappend | 22 ++++++++++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 meta-architech-extras/recipes/gstreamer/gstreamer1.0-plugins-bad_%.bbappend create mode 100644 meta-architech-extras/recipes/gstreamer/gstreamer1.0-plugins-imx_0.11.1.bbappend diff --git a/conf/distro/include/tibidabo.conf b/conf/distro/include/tibidabo.conf index 19399c6..6f47970 100644 --- a/conf/distro/include/tibidabo.conf +++ b/conf/distro/include/tibidabo.conf @@ -31,6 +31,12 @@ BOOTFS_CONTENT = "\ " BOOTFS_DEPENDS = "tibidabo-bootscript-sd:do_deploy virtual/kernel:do_deploy" +# mx6 GPU libraries +PREFERRED_PROVIDER_virtual/egl_mx6 = "gpu-viv-bin-mx6q" +PREFERRED_PROVIDER_virtual/libgles1_mx6q = "gpu-viv-bin-mx6q" +PREFERRED_PROVIDER_virtual/libgles2_mx6q = "gpu-viv-bin-mx6q" +PREFERRED_PROVIDER_virtual/libgl_mx6q = "gpu-viv-bin-mx6q" + MACHINE_EXTRA_INSTALL = "\ libgal-mx6 \ libegl-mx6 \ diff --git a/meta-architech-extras/recipes/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/meta-architech-extras/recipes/gstreamer/gstreamer1.0-plugins-bad_%.bbappend new file mode 100644 index 0000000..0f39891 --- /dev/null +++ b/meta-architech-extras/recipes/gstreamer/gstreamer1.0-plugins-bad_%.bbappend @@ -0,0 +1,22 @@ +############################################################################## +## +## Copyright (C) 2016 The Qt Company Ltd. +## Contact: http://www.qt.io/licensing/ +## +## This file is part of the Boot to Qt meta layer. +## +## $QT_BEGIN_LICENSE:COMM$ +## +## Commercial License Usage +## Licensees holding valid commercial Qt licenses may use this file in +## accordance with the commercial license agreement provided with the +## Software or, alternatively, in accordance with the terms contained in +## a written agreement between you and The Qt Company. For licensing terms +## and conditions see http://www.qt.io/terms-conditions. For further +## information use the contact form at http://www.qt.io/contact-us. +## +## $QT_END_LICENSE$ +## +############################################################################## + +PACKAGECONFIG_remove = "gles2" diff --git a/meta-architech-extras/recipes/gstreamer/gstreamer1.0-plugins-imx_0.11.1.bbappend b/meta-architech-extras/recipes/gstreamer/gstreamer1.0-plugins-imx_0.11.1.bbappend new file mode 100644 index 0000000..df90624 --- /dev/null +++ b/meta-architech-extras/recipes/gstreamer/gstreamer1.0-plugins-imx_0.11.1.bbappend @@ -0,0 +1,22 @@ +############################################################################## +## +## Copyright (C) 2016 The Qt Company Ltd. +## Contact: http://www.qt.io/licensing/ +## +## This file is part of the Boot to Qt meta layer. +## +## $QT_BEGIN_LICENSE:COMM$ +## +## Commercial License Usage +## Licensees holding valid commercial Qt licenses may use this file in +## accordance with the commercial license agreement provided with the +## Software or, alternatively, in accordance with the terms contained in +## a written agreement between you and The Qt Company. For licensing terms +## and conditions see http://www.qt.io/terms-conditions. For further +## information use the contact form at http://www.qt.io/contact-us. +## +## $QT_END_LICENSE$ +## +############################################################################## + +DEPENDS_remove = "imx-gpu-viv" -- cgit v1.2.3-54-g00ecf