From 3d7b404d4e6a02f05a5c1d39a16a096b37cc506a Mon Sep 17 00:00:00 2001 From: Damian Hobson-Garcia Date: Thu, 4 Feb 2021 16:13:41 +0900 Subject: drm-lease: Add weston DRM lease integration Allow option for weston to use a DRM lease instead of the primary DRM device node when using the DRM backend. EGL clients will require a wayland EGL driver than can does not need DRM authentication. e.g. an implementation based on DRM render nodes. Bug-AGL: SPEC-3730 Change-Id: I12f6d5b5df62a90702431010ab685e3b0654912b Signed-off-by: Damian Hobson-Garcia --- meta-agl-drm-lease/recipes-graphics/weston/weston_8.0.0.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-agl-drm-lease/recipes-graphics/weston/weston_8.0.0.bbappend (limited to 'meta-agl-drm-lease/recipes-graphics/weston/weston_8.0.0.bbappend') diff --git a/meta-agl-drm-lease/recipes-graphics/weston/weston_8.0.0.bbappend b/meta-agl-drm-lease/recipes-graphics/weston/weston_8.0.0.bbappend new file mode 100644 index 00000000..97de8c62 --- /dev/null +++ b/meta-agl-drm-lease/recipes-graphics/weston/weston_8.0.0.bbappend @@ -0,0 +1,8 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += "file://0001-backend-drm-Add-method-to-import-DRM-fd.patch \ + file://0002-Add-DRM-lease-support.patch \ + " + +PACKAGECONFIG[drm-lease] = "-Ddrm-lease=true,-Ddrm-lease=false,drm-lease-manager" +PACKAGECONFIG_append = " drm-lease" -- cgit 1.2.3-korg