Unified HMI: Remove rpath tweaks 76/30376/4
authorKenta <murakami.kenta002@jp.panasonic.com>
Thu, 3 Oct 2024 01:32:55 +0000 (10:32 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 16 Oct 2024 11:48:48 +0000 (11:48 +0000)
Now we don't use LD_LIBRARY_PATH hook to achive remote rendering,
so that we can just remove rpath tweaks in weston binaries.

Bug-AGL: SPEC-5253

Change-Id: I3909c6714a0bdf5bc5ca7eb83d03dbdd426f900b
Signed-off-by: Kenta <murakami.kenta002@jp.panasonic.com>
meta-uhmi/meta-rvgpu/conf/include/agl-rvgpu.inc [deleted file]
meta-uhmi/meta-rvgpu/recipes-graphics/wayland/weston_%.bbappend [deleted file]
meta-uhmi/meta-rvgpu/recipes-graphics/wayland/weston_rvgpuproxy.inc [deleted file]
templates/feature/agl-rvgpu/50_local.conf.inc [deleted file]

diff --git a/meta-uhmi/meta-rvgpu/conf/include/agl-rvgpu.inc b/meta-uhmi/meta-rvgpu/conf/include/agl-rvgpu.inc
deleted file mode 100644 (file)
index 3fd9982..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-# As of now, we'd unconditionally append agl-rvgpu-proxy
-# to all images belong to agl-rvgpu feature. In future
-# it will be handled properly via multiconfig etc.
-
-AGL_FEATURES:append = " agl-rvgpu-proxy"
diff --git a/meta-uhmi/meta-rvgpu/recipes-graphics/wayland/weston_%.bbappend b/meta-uhmi/meta-rvgpu/recipes-graphics/wayland/weston_%.bbappend
deleted file mode 100644 (file)
index 133a34e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-require ${@bb.utils.contains('AGL_FEATURES', 'agl-rvgpu-proxy', 'weston_rvgpuproxy.inc', '', d)}
diff --git a/meta-uhmi/meta-rvgpu/recipes-graphics/wayland/weston_rvgpuproxy.inc b/meta-uhmi/meta-rvgpu/recipes-graphics/wayland/weston_rvgpuproxy.inc
deleted file mode 100644 (file)
index 5b7536d..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# Remove the RPATH variable, to be able to use LD_LIBRARY_PATH,
-# to run render apps using /usr/lib/mesa-virtio
-do_install:append() {
-    chrpath --delete ${D}${libdir}/libweston-10/*.so
-    chrpath --delete ${D}${libdir}/weston/*.so
-    chrpath --delete ${D}${libdir}/*.so
-}
diff --git a/templates/feature/agl-rvgpu/50_local.conf.inc b/templates/feature/agl-rvgpu/50_local.conf.inc
deleted file mode 100644 (file)
index 4635182..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#see meta-rvgpu/conf/include/agl-rvgpu.inc
-require conf/include/agl-rvgpu.inc