Message ID | 20250813165148.220012-6-t-lannynd@ti.com |
---|---|
State | Under Review |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | Enable hardware acceleration on chromium | expand |
diff --git a/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland-arago.inc b/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland-arago.inc index d28acc9e..699813ed 100644 --- a/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland-arago.inc +++ b/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland-arago.inc @@ -9,4 +9,7 @@ CHROMIUM_EXTRA_ARGS:append = " ${@bb.utils.contains('PACKAGECONFIG', 'use-v4l2', SRC_URI:append = " \ file://0001-chromium-gpu-sandbox-allow-access-to-PowerVR-GPU-fro.patch \ + file://0002-chromium-gpu-v4l2-enable-V4L2-stateful-decoder.patch \ + file://0003-chromium-gpu-sandbox-Allow-GPU-sandbox-access-to-V4L.patch \ + file://0004-chromium-gpu-v4l2-Fix-OUTPUT-queue-streaming-in-V4L2.patch \ "
Add the file paths of the patches to bbappend to allow chromium to apply the patches needed for enabling V4L2 stateful decoding. Signed-off-by: Thorsten Lannynd <t-lannynd@ti.com> --- .../recipes-browser/chromium/chromium-ozone-wayland-arago.inc | 3 +++ 1 file changed, 3 insertions(+)