工具/软件:
在从 Processor SDK Linux 06.03.00.106 (THUd) 迁移到 09.03.06.05 (Kirkstone) 或更高版本期间、我遇到了一个问题、即 GStreamer 的 TI VPE 和 Ducati 插件导致构建失败。
我注意到,两个插件的 git 存储库都没有得到很好的维护。 这些插件是否替换为其他插件?这些插件是否有迁移路径?
在包含的包装组配方中、添加了以下内容:
GSTREAMER_ACCEL_MM:omap-a15 = "${@bb.utils.contains('MACHINE_FEATURES', 'mmip', "gstreamer1.0-plugins-ducati", '', d)}"
GSTREAMER_ACCEL_MM:append:dra7xx = "${@bb.utils.contains('MACHINE_FEATURES', 'mmip', " gstreamer1.0-plugins-vpe", '', d)}"
但这会导致构建错误:
| In file included from gstvpebufferpool.c:34: | gstvpe.h:33:10: fatal error: gst/drm/gstdrmallocator.h: No such file or directory | 33 | #include <gst/drm/gstdrmallocator.h>
