From c2784046c56b1e8d6a6ff89f80c72f22993efe71 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 4 Dec 2024 19:59:15 -0800 Subject: [PATCH] xserver-common: Delete bbappend This recipe is gone in meta-oe Signed-off-by: Khem Raj --- ...16-xserver-common-enable-iglx-module.patch | 30 ------------------- .../xserver-common/xserver-common_%.bbappend | 8 ----- 2 files changed, 38 deletions(-) delete mode 100644 dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common/imx-nxp-bsp/0016-xserver-common-enable-iglx-module.patch delete mode 100644 dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend diff --git a/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common/imx-nxp-bsp/0016-xserver-common-enable-iglx-module.patch b/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common/imx-nxp-bsp/0016-xserver-common-enable-iglx-module.patch deleted file mode 100644 index 283a081ba..000000000 --- a/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common/imx-nxp-bsp/0016-xserver-common-enable-iglx-module.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 8ad045e5e664fe2d1bd9f88616d5bf83437aab4e Mon Sep 17 00:00:00 2001 -From: Yang Dong -Date: Wed, 9 Sep 2015 13:08:57 +0800 -Subject: [PATCH] xserver-common: enable iglx module - -Enable iglx module to pass indirect glx rendering test case. - -Upstream-Status: Inappropriate [imx specific] - -Date: Sep 9, 2015 -Signed-off-by Yang Dong ---- - X11/xserver-common | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/X11/xserver-common b/X11/xserver-common -index 4dc48c4..d19b858 100644 ---- a/X11/xserver-common -+++ b/X11/xserver-common -@@ -44,6 +44,7 @@ SCREEN_SIZE=`fallback_screen_arg` - export USER=root - export XSERVER_DEFAULT_ORIENTATION=normal - -+INPUT_EXTRA_ARGS="+iglx" - ARGS="-br -pn -nolisten tcp $INPUT_EXTRA_ARGS" - DPI="100" - MOUSE="" --- -1.9.1 - diff --git a/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend b/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend deleted file mode 100644 index be6945744..000000000 --- a/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend +++ /dev/null @@ -1,8 +0,0 @@ -# i.MX extra configuration -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" - -SRC_URI:append:imxgpu3d = " \ - file://0016-xserver-common-enable-iglx-module.patch \ -" - -PACKAGE_ARCH:imxgpu3d = "${MACHINE_SOCARCH}"