summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-09-17 16:13:24 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-09-17 16:13:24 -0300
commit5e84163b17defd5b3480b1c9757211c288ded27c (patch)
tree91deb292f8861ea6b333b0151d98c84355d20b4d
parent43cb4919a4ccd4718eb657b9f912c911825153fe (diff)
parentf2ce5b1a8963f5db971341d933657e7beeb19ef5 (diff)
downloadmeta-fsl-arm-5e84163b17defd5b3480b1c9757211c288ded27c.tar.gz
Merge remote branch 'freescale/denzil'
* freescale/denzil: imx6qsabrelite: Use xserver-xorg instead of xserver-xorg-lite cogl: Use OpenGL ES2 for mx5 SoCs imx-base.inc: Set preferred implementation of virtual/libgl for mx5 SoCs amd-gpu-x11-bin-mx51: Add provides to 'virtual/libgl'
-rw-r--r--conf/machine/imx6qsabrelite.conf6
-rw-r--r--conf/machine/include/imx-base.inc2
-rw-r--r--recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb3
-rw-r--r--recipes-graphics/clutter/cogl_1.8.2.bbappend4
4 files changed, 10 insertions, 5 deletions
diff --git a/conf/machine/imx6qsabrelite.conf b/conf/machine/imx6qsabrelite.conf
index 2528142..e10229a 100644
--- a/conf/machine/imx6qsabrelite.conf
+++ b/conf/machine/imx6qsabrelite.conf
@@ -10,15 +10,13 @@ SOC_FAMILY = "mx6"
10 10
11KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6q-sabrelite.dts" 11KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6q-sabrelite.dts"
12 12
13# no GST until codecs are public
14MACHINE_GSTREAMER_PLUGIN = ""
15
16UBOOT_ENTRYPOINT = "0x10800000" 13UBOOT_ENTRYPOINT = "0x10800000"
17UBOOT_LOADADDRESS = "0x10800000" 14UBOOT_LOADADDRESS = "0x10800000"
18UBOOT_MACHINE = "mx6qsabrelite_config" 15UBOOT_MACHINE = "mx6qsabrelite_config"
19 16
20# Needs to override until all BSP is public 17# Needs to override until all BSP is public
21XSERVER = "xserver-xorg-lite \ 18MACHINE_GSTREAMER_PLUGIN = ""
19XSERVER = "xserver-xorg \
22 xf86-input-evdev \ 20 xf86-input-evdev \
23 xf86-video-fbdev" 21 xf86-video-fbdev"
24MACHINE_EXTRA_RRECOMMENDS = "kernel-modules \ 22MACHINE_EXTRA_RRECOMMENDS = "kernel-modules \
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 33be4c4..1145709 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -28,6 +28,8 @@ MACHINE_EXTRA_RRECOMMENDS += "imx-audio \
28# Gstreamer plugin 28# Gstreamer plugin
29MACHINE_GSTREAMER_PLUGIN ?= "gst-fsl-plugin" 29MACHINE_GSTREAMER_PLUGIN ?= "gst-fsl-plugin"
30 30
31PREFERRED_PROVIDER_virtual/libgl_mx5 ?= "amd-gpu-x11-bin-mx51"
32
31EXTRA_IMAGEDEPENDS = "u-boot" 33EXTRA_IMAGEDEPENDS = "u-boot"
32 34
33SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" 35SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
diff --git a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
index 49fdaab..79118c6 100644
--- a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
+++ b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
@@ -4,11 +4,12 @@
4DESCRIPTION = "GPU driver and apps for x11 on mx51" 4DESCRIPTION = "GPU driver and apps for x11 on mx51"
5LICENSE = "MIT" 5LICENSE = "MIT"
6SECTION = "libs" 6SECTION = "libs"
7PR = "r8" 7PR = "r9"
8 8
9#todo: Replace for correct AMD license 9#todo: Replace for correct AMD license
10LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" 10LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802"
11DEPENDS = "virtual/libx11 libz160" 11DEPENDS = "virtual/libx11 libz160"
12PROVIDES = "virtual/libgl"
12RDEPENDS = "libz160" 13RDEPENDS = "libz160"
13 14
14SRC_URI = "file://${PN}-${PV}.tar.gz \ 15SRC_URI = "file://${PN}-${PV}.tar.gz \
diff --git a/recipes-graphics/clutter/cogl_1.8.2.bbappend b/recipes-graphics/clutter/cogl_1.8.2.bbappend
new file mode 100644
index 0000000..d2e6ca6
--- /dev/null
+++ b/recipes-graphics/clutter/cogl_1.8.2.bbappend
@@ -0,0 +1,4 @@
1PRINC := "${@int(PRINC) + 1}"
2
3EXTRA_OECONF_mx5 = "${BASE_CONF} --with-flavour=glx --enable-gles2 --disable-gl"
4PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}"