summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-08-04 08:21:59 -0300
committerGitHub <noreply@github.com>2026-08-04 08:21:59 -0300
commit3a737559449a73d5dcd521765bb98c63f5a8e2b2 (patch)
treece30c6f0773e384b4d153698803660cef950c1a1 /recipes-graphics
parentbbc663cfa6b9626f4b3f586399cddc45849fcf29 (diff)
parent6ee2655a2588db48f24f05fd61e06fc740734bdb (diff)
downloadmeta-freescale-3a737559449a73d5dcd521765bb98c63f5a8e2b2.tar.gz
Merge pull request #2614 from lucianogdittgen/oelint-cleanup-17
oelint: Patch headers, kernel/u-boot SECTION, task docs and install modes
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc2
-rw-r--r--recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.11.p4.4-aarch64.bb2
-rw-r--r--recipes-graphics/wayland/weston-10.0.5.imx/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch2
-rw-r--r--recipes-graphics/wayland/weston/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch2
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
index ef6f16d26..c31eca5d3 100644
--- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
+++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
@@ -234,7 +234,7 @@ do_install () {
234 fi 234 fi
235 if [ "${BACKEND}" = "wayland" ] && [ "${IS_MX8}" != "1" ]; then 235 if [ "${BACKEND}" = "wayland" ] && [ "${IS_MX8}" != "1" ]; then
236 # Special case for libVDK on Wayland backend, deliver fb library as well. 236 # Special case for libVDK on Wayland backend, deliver fb library as well.
237 cp ${S}/gpu-core/usr/lib/fb/libVDK.so.1.2.0 ${D}${libdir}/libVDK-fb.so.1.2.0 237 install -m 0644 ${S}/gpu-core/usr/lib/fb/libVDK.so.1.2.0 ${D}${libdir}/libVDK-fb.so.1.2.0
238 fi 238 fi
239 239
240 if [ -z "${PACKAGES_OPENCL}" ]; then 240 if [ -z "${PACKAGES_OPENCL}" ]; then
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.11.p4.4-aarch64.bb b/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.11.p4.4-aarch64.bb
index 5a6ba030a..37db9098a 100644
--- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.11.p4.4-aarch64.bb
+++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.11.p4.4-aarch64.bb
@@ -18,7 +18,7 @@ do_install:prepend() {
18do_install:append() { 18do_install:append() {
19 if [ "${IS_MX8}" = "1" ]; then 19 if [ "${IS_MX8}" = "1" ]; then
20 if [ ! -z "${PACKAGES_VULKAN}" ]; then 20 if [ ! -z "${PACKAGES_VULKAN}" ]; then
21 mkdir -p ${D}${datadir}/vulkan/icd.d 21 install -d ${D}${datadir}/vulkan/icd.d
22 mv ${D}${sysconfdir}/vulkan/icd.d/imx_icd.json ${D}${datadir}/vulkan/icd.d/verisilicon_icd.json 22 mv ${D}${sysconfdir}/vulkan/icd.d/imx_icd.json ${D}${datadir}/vulkan/icd.d/verisilicon_icd.json
23 fi 23 fi
24 fi 24 fi
diff --git a/recipes-graphics/wayland/weston-10.0.5.imx/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch b/recipes-graphics/wayland/weston-10.0.5.imx/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch
index 59f2a4b67..921b778b0 100644
--- a/recipes-graphics/wayland/weston-10.0.5.imx/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch
+++ b/recipes-graphics/wayland/weston-10.0.5.imx/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch
@@ -20,7 +20,7 @@ Thus the build fails with:
20Dropping weston 9.0.0-imx commit 7859a762 (protocol: no found 20Dropping weston 9.0.0-imx commit 7859a762 (protocol: no found
21wayland-scanner with Yocto toolchain") fixes the issue. 21wayland-scanner with Yocto toolchain") fixes the issue.
22 22
23Upstream-Status: Inappropriate [Cross-compile Specific] 23Upstream-Status: Inappropriate [oe-specific]
24Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> 24Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
25--- 25---
26 protocol/meson.build | 2 +- 26 protocol/meson.build | 2 +-
diff --git a/recipes-graphics/wayland/weston/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch b/recipes-graphics/wayland/weston/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch
index 4d2a333a3..25b649a8c 100644
--- a/recipes-graphics/wayland/weston/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch
+++ b/recipes-graphics/wayland/weston/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch
@@ -20,7 +20,7 @@ Thus the build fails with:
20Dropping weston 9.0.0-imx commit 7859a762 (protocol: no found 20Dropping weston 9.0.0-imx commit 7859a762 (protocol: no found
21wayland-scanner with Yocto toolchain") fixes the issue. 21wayland-scanner with Yocto toolchain") fixes the issue.
22 22
23Upstream-Status: Inappropriate [Cross-compile specific] 23Upstream-Status: Inappropriate [oe-specific]
24Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> 24Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
25--- 25---
26 protocol/meson.build | 2 +- 26 protocol/meson.build | 2 +-