diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-17 16:13:24 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-17 16:13:24 -0300 |
commit | 5e84163b17defd5b3480b1c9757211c288ded27c (patch) | |
tree | 91deb292f8861ea6b333b0151d98c84355d20b4d | |
parent | 43cb4919a4ccd4718eb657b9f912c911825153fe (diff) | |
parent | f2ce5b1a8963f5db971341d933657e7beeb19ef5 (diff) | |
download | meta-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.conf | 6 | ||||
-rw-r--r-- | conf/machine/include/imx-base.inc | 2 | ||||
-rw-r--r-- | recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb | 3 | ||||
-rw-r--r-- | recipes-graphics/clutter/cogl_1.8.2.bbappend | 4 |
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 | ||
11 | KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6q-sabrelite.dts" | 11 | KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6q-sabrelite.dts" |
12 | 12 | ||
13 | # no GST until codecs are public | ||
14 | MACHINE_GSTREAMER_PLUGIN = "" | ||
15 | |||
16 | UBOOT_ENTRYPOINT = "0x10800000" | 13 | UBOOT_ENTRYPOINT = "0x10800000" |
17 | UBOOT_LOADADDRESS = "0x10800000" | 14 | UBOOT_LOADADDRESS = "0x10800000" |
18 | UBOOT_MACHINE = "mx6qsabrelite_config" | 15 | UBOOT_MACHINE = "mx6qsabrelite_config" |
19 | 16 | ||
20 | # Needs to override until all BSP is public | 17 | # Needs to override until all BSP is public |
21 | XSERVER = "xserver-xorg-lite \ | 18 | MACHINE_GSTREAMER_PLUGIN = "" |
19 | XSERVER = "xserver-xorg \ | ||
22 | xf86-input-evdev \ | 20 | xf86-input-evdev \ |
23 | xf86-video-fbdev" | 21 | xf86-video-fbdev" |
24 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules \ | 22 | MACHINE_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 |
29 | MACHINE_GSTREAMER_PLUGIN ?= "gst-fsl-plugin" | 29 | MACHINE_GSTREAMER_PLUGIN ?= "gst-fsl-plugin" |
30 | 30 | ||
31 | PREFERRED_PROVIDER_virtual/libgl_mx5 ?= "amd-gpu-x11-bin-mx51" | ||
32 | |||
31 | EXTRA_IMAGEDEPENDS = "u-boot" | 33 | EXTRA_IMAGEDEPENDS = "u-boot" |
32 | 34 | ||
33 | SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" | 35 | SDCARD_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 @@ | |||
4 | DESCRIPTION = "GPU driver and apps for x11 on mx51" | 4 | DESCRIPTION = "GPU driver and apps for x11 on mx51" |
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | PR = "r8" | 7 | PR = "r9" |
8 | 8 | ||
9 | #todo: Replace for correct AMD license | 9 | #todo: Replace for correct AMD license |
10 | LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" | 10 | LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" |
11 | DEPENDS = "virtual/libx11 libz160" | 11 | DEPENDS = "virtual/libx11 libz160" |
12 | PROVIDES = "virtual/libgl" | ||
12 | RDEPENDS = "libz160" | 13 | RDEPENDS = "libz160" |
13 | 14 | ||
14 | SRC_URI = "file://${PN}-${PV}.tar.gz \ | 15 | SRC_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 @@ | |||
1 | PRINC := "${@int(PRINC) + 1}" | ||
2 | |||
3 | EXTRA_OECONF_mx5 = "${BASE_CONF} --with-flavour=glx --enable-gles2 --disable-gl" | ||
4 | PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}" | ||