summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/distro/include/am335x-evm.conf1
-rw-r--r--conf/distro/include/beagleboard.conf1
-rw-r--r--conf/distro/include/beaglebone.conf1
-rw-r--r--conf/distro/include/imx53qsb.conf2
-rw-r--r--conf/distro/include/raspberrypi.conf1
-rw-r--r--recipes/amd-gpu-x11-bin-mx51/amd-gpu-x11-bin-mx51_11.09.01.bbappend2
-rw-r--r--recipes/libgles/libgles-omap3_4.05.00.03.bbappend2
-rw-r--r--recipes/libgles/libgles-omap3_4.09.00.01.bbappend2
-rw-r--r--recipes/libgles/libgles-omap3_5.00.00.01.bbappend2
-rw-r--r--recipes/libgles/libgles-omap3_5.01.00.01.bbappend2
-rw-r--r--recipes/libsdl/libsdl_1.2.15.bbappend1
-rw-r--r--recipes/userland/userland_git.bbappend23
12 files changed, 1 insertions, 39 deletions
diff --git a/conf/distro/include/am335x-evm.conf b/conf/distro/include/am335x-evm.conf
index 36f28d0..5799db7 100644
--- a/conf/distro/include/am335x-evm.conf
+++ b/conf/distro/include/am335x-evm.conf
@@ -22,7 +22,6 @@
22 22
23IMAGE_FSTYPES = "tar.gz" 23IMAGE_FSTYPES = "tar.gz"
24 24
25PREFERRED_PROVIDER_virtual/libgl = "libgles-omap3"
26PREFERRED_VERSION_libgles-omap3 = "4.09.00.01" 25PREFERRED_VERSION_libgles-omap3 = "4.09.00.01"
27PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01" 26PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01"
28 27
diff --git a/conf/distro/include/beagleboard.conf b/conf/distro/include/beagleboard.conf
index a48ad21..dab0c5a 100644
--- a/conf/distro/include/beagleboard.conf
+++ b/conf/distro/include/beagleboard.conf
@@ -30,7 +30,6 @@ BOOT_SCRIPTS = "\
30SDCARD_GENERATION_COMMAND = "generate_imx_sdcard" 30SDCARD_GENERATION_COMMAND = "generate_imx_sdcard"
31UBOOT_SUFFIX = "img" 31UBOOT_SUFFIX = "img"
32 32
33PREFERRED_PROVIDER_virtual/libgl = "libgles-omap3"
34PREFERRED_VERSION_libgles-omap3 = "4.09.00.01" 33PREFERRED_VERSION_libgles-omap3 = "4.09.00.01"
35PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01" 34PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01"
36 35
diff --git a/conf/distro/include/beaglebone.conf b/conf/distro/include/beaglebone.conf
index 243532b..ba13aaa 100644
--- a/conf/distro/include/beaglebone.conf
+++ b/conf/distro/include/beaglebone.conf
@@ -17,7 +17,6 @@
17############################################################################ 17############################################################################
18IMAGE_FSTYPES = "tar.gz" 18IMAGE_FSTYPES = "tar.gz"
19 19
20PREFERRED_PROVIDER_virtual/libgl = "libgles-omap3"
21PREFERRED_VERSION_libgles-omap3 = "5.01.00.01" 20PREFERRED_VERSION_libgles-omap3 = "5.01.00.01"
22PREFERRED_VERSION_omap3-sgx-modules = "5.01.00.01" 21PREFERRED_VERSION_omap3-sgx-modules = "5.01.00.01"
23 22
diff --git a/conf/distro/include/imx53qsb.conf b/conf/distro/include/imx53qsb.conf
index 261bc29..d83f6b4 100644
--- a/conf/distro/include/imx53qsb.conf
+++ b/conf/distro/include/imx53qsb.conf
@@ -22,8 +22,6 @@
22 22
23IMAGE_FSTYPES = "tar.gz" 23IMAGE_FSTYPES = "tar.gz"
24 24
25PREFERRED_PROVIDER_virtual/libgl = "amd-gpu-x11-bin-mx51"
26
27MACHINE_EXTRA_INSTALL = "\ 25MACHINE_EXTRA_INSTALL = "\
28 amd-gpu-bin-mx51 \ 26 amd-gpu-bin-mx51 \
29 " 27 "
diff --git a/conf/distro/include/raspberrypi.conf b/conf/distro/include/raspberrypi.conf
index 8a72f7e..97513a8 100644
--- a/conf/distro/include/raspberrypi.conf
+++ b/conf/distro/include/raspberrypi.conf
@@ -23,7 +23,6 @@
23IMAGE_FSTYPES = "tar.gz ext3 rpi-sdimg" 23IMAGE_FSTYPES = "tar.gz ext3 rpi-sdimg"
24 24
25PREFERRED_PROVIDER_virtual/libgles1 = "userland" 25PREFERRED_PROVIDER_virtual/libgles1 = "userland"
26PREFERRED_PROVIDER_virtual/libgl = "userland"
27 26
28MACHINE_EXTRA_INSTALL = "\ 27MACHINE_EXTRA_INSTALL = "\
29 userland \ 28 userland \
diff --git a/recipes/amd-gpu-x11-bin-mx51/amd-gpu-x11-bin-mx51_11.09.01.bbappend b/recipes/amd-gpu-x11-bin-mx51/amd-gpu-x11-bin-mx51_11.09.01.bbappend
index 9950930..40075c0 100644
--- a/recipes/amd-gpu-x11-bin-mx51/amd-gpu-x11-bin-mx51_11.09.01.bbappend
+++ b/recipes/amd-gpu-x11-bin-mx51/amd-gpu-x11-bin-mx51_11.09.01.bbappend
@@ -22,5 +22,3 @@
22 22
23# dependency to x11 only when distro features have it 23# dependency to x11 only when distro features have it
24DEPENDS = "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)}" 24DEPENDS = "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)}"
25
26PROVIDES += "virtual/libgl"
diff --git a/recipes/libgles/libgles-omap3_4.05.00.03.bbappend b/recipes/libgles/libgles-omap3_4.05.00.03.bbappend
index 2c689f1..73a2408 100644
--- a/recipes/libgles/libgles-omap3_4.05.00.03.bbappend
+++ b/recipes/libgles/libgles-omap3_4.05.00.03.bbappend
@@ -27,8 +27,6 @@ TOOLCHAIN_PATH = "${STAGING_DIR_TARGET}"
27FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 27FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
28SRC_URI += " file://0001-Add-GLchar-typedef.patch" 28SRC_URI += " file://0001-Add-GLchar-typedef.patch"
29 29
30PROVIDES += "virtual/libgl"
31
32LIBGLESWINDOWSYSTEM = "libpvrPVR2D_FLIPWSEGL.so.1" 30LIBGLESWINDOWSYSTEM = "libpvrPVR2D_FLIPWSEGL.so.1"
33 31
34do_install_append() { 32do_install_append() {
diff --git a/recipes/libgles/libgles-omap3_4.09.00.01.bbappend b/recipes/libgles/libgles-omap3_4.09.00.01.bbappend
index 8ab3608..6a37c89 100644
--- a/recipes/libgles/libgles-omap3_4.09.00.01.bbappend
+++ b/recipes/libgles/libgles-omap3_4.09.00.01.bbappend
@@ -22,8 +22,6 @@
22 22
23BINLOCATION_omap3 = "${S}/gfx_rel_es5.x" 23BINLOCATION_omap3 = "${S}/gfx_rel_es5.x"
24 24
25PROVIDES += "virtual/libgl"
26
27LIBGLESWINDOWSYSTEM = "libpvrPVR2D_FLIPWSEGL.so.1" 25LIBGLESWINDOWSYSTEM = "libpvrPVR2D_FLIPWSEGL.so.1"
28 26
29do_install_append() { 27do_install_append() {
diff --git a/recipes/libgles/libgles-omap3_5.00.00.01.bbappend b/recipes/libgles/libgles-omap3_5.00.00.01.bbappend
index efdfeca..5446ffa 100644
--- a/recipes/libgles/libgles-omap3_5.00.00.01.bbappend
+++ b/recipes/libgles/libgles-omap3_5.00.00.01.bbappend
@@ -25,8 +25,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
25BINLOCATION_omap3 = "${S}/gfx_rel_es5.x" 25BINLOCATION_omap3 = "${S}/gfx_rel_es5.x"
26BINLOCATION_beaglebone = "${S}/gfx_rel_es8.x" 26BINLOCATION_beaglebone = "${S}/gfx_rel_es8.x"
27 27
28PROVIDES += "virtual/libgl"
29
30LIBGLESWINDOWSYSTEM = "libpvrPVR2D_FLIPWSEGL.so.1" 28LIBGLESWINDOWSYSTEM = "libpvrPVR2D_FLIPWSEGL.so.1"
31 29
32do_install_append() { 30do_install_append() {
diff --git a/recipes/libgles/libgles-omap3_5.01.00.01.bbappend b/recipes/libgles/libgles-omap3_5.01.00.01.bbappend
index 7edb38f..82bfdb2 100644
--- a/recipes/libgles/libgles-omap3_5.01.00.01.bbappend
+++ b/recipes/libgles/libgles-omap3_5.01.00.01.bbappend
@@ -25,8 +25,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
25BINLOCATION_omap3 = "${S}/gfx_rel_es5.x" 25BINLOCATION_omap3 = "${S}/gfx_rel_es5.x"
26BINLOCATION_beaglebone = "${S}/gfx_rel_es8.x" 26BINLOCATION_beaglebone = "${S}/gfx_rel_es8.x"
27 27
28PROVIDES += "virtual/libgl"
29
30LIBGLESWINDOWSYSTEM = "libpvrPVR2D_FLIPWSEGL.so.1" 28LIBGLESWINDOWSYSTEM = "libpvrPVR2D_FLIPWSEGL.so.1"
31 29
32# Inhibit warnings about files being stripped. 30# Inhibit warnings about files being stripped.
diff --git a/recipes/libsdl/libsdl_1.2.15.bbappend b/recipes/libsdl/libsdl_1.2.15.bbappend
new file mode 100644
index 0000000..36424fd
--- /dev/null
+++ b/recipes/libsdl/libsdl_1.2.15.bbappend
@@ -0,0 +1 @@
DEPENDS_remove = "virtual/libgl"
diff --git a/recipes/userland/userland_git.bbappend b/recipes/userland/userland_git.bbappend
deleted file mode 100644
index c13c3a9..0000000
--- a/recipes/userland/userland_git.bbappend
+++ /dev/null
@@ -1,23 +0,0 @@
1#############################################################################
2##
3## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
4##
5## This file is part of the Qt Enterprise Embedded Scripts of the Qt
6## framework.
7##
8## $QT_BEGIN_LICENSE$
9## Commercial License Usage Only
10## Licensees holding valid commercial Qt license agreements with Digia
11## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
12## may use this file in accordance with the terms contained in said license
13## agreement.
14##
15## For further information use the contact form at
16## http://qt.digia.com/contact-us.
17##
18##
19## $QT_END_LICENSE$
20##
21#############################################################################
22
23PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl"