Enable HW media decoder in NanoPC T6 42/30642/2
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Sun, 8 Dec 2024 16:17:32 +0000 (01:17 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 9 Dec 2024 11:22:39 +0000 (11:22 +0000)
The meta-rockchip has gstreamer-rockchip recipe.  It enables HW
media decoder in rockchip boards.
Current integration did not enable gstreamer-rockchip.
This patch enable gstreamer-rockchip.

Bug-AGL: SPEC-5319

Change-Id: I2cfa34b4d8daf0f0830de288b07f0ceddb99e210
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30642
Tested-by: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
ci-image-build: Jenkins Job builder account

meta-agl-bsp/conf/include/agl_rk3588.inc
meta-agl-bsp/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0_%.bbappend [new file with mode: 0644]

index 4c3f699..fdd8c9a 100644 (file)
@@ -3,7 +3,7 @@ LICENSE_FLAGS_ACCEPTED:append = " commercial"
 MACHINE_FEATURES:append:rk3588 = " multimedia"
 
 BBMASK += " \
-    meta-rockchip/recipes-multimedia/gstreamer \
+    meta-rockchip/recipes-multimedia/gstreamer/ \
     meta-rockchip/recipes-graphics/wayland/weston_%.bbappend \
     "
 
diff --git a/meta-agl-bsp/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0_%.bbappend b/meta-agl-bsp/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0_%.bbappend
new file mode 100644 (file)
index 0000000..c815f83
--- /dev/null
@@ -0,0 +1,4 @@
+RDEPENDS:${PN} += "\
+    gstreamer1.0-rockchip-rockchipmpp \
+"
+