]> code.ossystems Code Review - meta-freescale.git/commitdiff
weston: Use argb8888 as gbm-format for i.MX 8MQ
authorTom Hochstein <tom.hochstein@nxp.com>
Wed, 10 Oct 2018 18:41:34 +0000 (13:41 -0500)
committerTom Hochstein <tom.hochstein@nxp.com>
Tue, 30 Oct 2018 20:15:34 +0000 (15:15 -0500)
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
recipes-graphics/wayland/weston/mx8mq/weston.ini [new file with mode: 0644]
recipes-graphics/wayland/weston_4.0.0.imx.bb

diff --git a/recipes-graphics/wayland/weston/mx8mq/weston.ini b/recipes-graphics/wayland/weston/mx8mq/weston.ini
new file mode 100644 (file)
index 0000000..25f5674
--- /dev/null
@@ -0,0 +1,21 @@
+[core]
+# i.MX: Disable idle timeout
+idle-time=0
+gbm-format=argb8888
+
+#[output]
+#name=HDMI-A-1
+#mode=1920x1080@60
+#transform=90
+
+#[output]
+#name=HDMI-A-2
+#mode=off
+#       WIDTHxHEIGHT    Resolution size width and height in pixels
+#       off             Disables the output
+#       preferred       Uses the preferred mode
+#       current         Uses the current crt controller mode
+#transform=90
+
+[screen-share]
+command=/usr/bin/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-clients-resize
index 1a31016a62bfca4f57e97a683d9f1827838a1c63..c047e22fc3745e7bbf4cf79bf9778d5bb2f2d1eb 100644 (file)
@@ -22,6 +22,7 @@ S = "${WORKDIR}/git"
 UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
 
 inherit autotools pkgconfig useradd distro_features_check
+
 # Disable OpenGL for parts with GPU support for 2D but not 3D
 REQUIRED_DISTRO_FEATURES          = "opengl"
 REQUIRED_DISTRO_FEATURES_imxgpu2d = ""