diff options
-rw-r--r-- | conf/distro/b2qt.conf | 2 | ||||
-rw-r--r-- | recipes/images/b2qt-embedded-image.bb | 1 | ||||
-rw-r--r-- | recipes/libgles/libgles-omap3_4.05.00.03.bbappend | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/conf/distro/b2qt.conf b/conf/distro/b2qt.conf index 07bf5da..61c4442 100644 --- a/conf/distro/b2qt.conf +++ b/conf/distro/b2qt.conf | |||
@@ -14,6 +14,8 @@ SANITY_TESTED_DISTROS += " \ | |||
14 | 14 | ||
15 | include conf/distro/include/image_type.conf | 15 | include conf/distro/include/image_type.conf |
16 | 16 | ||
17 | PREFERRED_PROVIDER_virtual/libgl_omap3 = "libgles-omap3" | ||
18 | |||
17 | SYSVINIT_ENABLED_GETTYS = "" | 19 | SYSVINIT_ENABLED_GETTYS = "" |
18 | 20 | ||
19 | DISTRO_FEATURES ?= "alsa argp bluetooth ext2 largefile usbgadget usbhost wifi xattr nfs nfc ${DISTRO_FEATURES_LIBC}" | 21 | DISTRO_FEATURES ?= "alsa argp bluetooth ext2 largefile usbgadget usbhost wifi xattr nfs nfc ${DISTRO_FEATURES_LIBC}" |
diff --git a/recipes/images/b2qt-embedded-image.bb b/recipes/images/b2qt-embedded-image.bb index c41749e..494b433 100644 --- a/recipes/images/b2qt-embedded-image.bb +++ b/recipes/images/b2qt-embedded-image.bb | |||
@@ -41,6 +41,7 @@ GSTREAMER_EXTRA_INSTALL = "\ | |||
41 | gst-plugins-ugly-rmdemux \ | 41 | gst-plugins-ugly-rmdemux \ |
42 | gst-plugins-ugly-asf \ | 42 | gst-plugins-ugly-asf \ |
43 | gst-plugins-ugly-a52dec \ | 43 | gst-plugins-ugly-a52dec \ |
44 | gst-ffmpeg \ | ||
44 | " | 45 | " |
45 | 46 | ||
46 | TOOLS_EXTRA_INSTALL = "\ | 47 | TOOLS_EXTRA_INSTALL = "\ |
diff --git a/recipes/libgles/libgles-omap3_4.05.00.03.bbappend b/recipes/libgles/libgles-omap3_4.05.00.03.bbappend index 9985abb..0855a77 100644 --- a/recipes/libgles/libgles-omap3_4.05.00.03.bbappend +++ b/recipes/libgles/libgles-omap3_4.05.00.03.bbappend | |||
@@ -5,6 +5,8 @@ TOOLCHAIN_PATH = "${STAGING_DIR_TARGET}" | |||
5 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 5 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
6 | SRC_URI += " file://0001-Add-GLchar-typedef.patch" | 6 | SRC_URI += " file://0001-Add-GLchar-typedef.patch" |
7 | 7 | ||
8 | PROVIDES += "virtual/libgl" | ||
9 | |||
8 | LIBGLESWINDOWSYSTEM = "libpvrPVR2D_FLIPWSEGL.so.1" | 10 | LIBGLESWINDOWSYSTEM = "libpvrPVR2D_FLIPWSEGL.so.1" |
9 | 11 | ||
10 | pkg_postinst_${PN}_append() { | 12 | pkg_postinst_${PN}_append() { |