These are not buildable due to missing dependencies, not due to the BSP version or missing hardware. So do not disable the MACHINE_FEATURE for the hardware, instead simply remove them from the builds until they can be fixed.
Signed-off-by: Andrew Davis <[email protected]> --- meta-arago-distro/conf/distro/include/branding-core.inc | 3 --- meta-arago-distro/conf/distro/include/branding-ltsprep.inc | 3 --- .../recipes-core/packagegroups/packagegroup-arago-gst.bb | 4 ++-- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/meta-arago-distro/conf/distro/include/branding-core.inc b/meta-arago-distro/conf/distro/include/branding-core.inc index 1d52ed60..48fe36e1 100644 --- a/meta-arago-distro/conf/distro/include/branding-core.inc +++ b/meta-arago-distro/conf/distro/include/branding-core.inc @@ -8,9 +8,6 @@ # Raise priority for sample IPC FW images ALTERNATIVE_PRIORITY:pn-ti-ipc-rtos = "15" -# Remove mmip - DRM allocator, KMS sink, Wayland sink need porting to GST 1.18 -MACHINE_FEATURES:remove = "mmip" - # GC320 support requires out-of-tree drivers not available in until LTS prep is # complete. Disable for now. # Remove gc320 - the driver fails to build with gcc12 diff --git a/meta-arago-distro/conf/distro/include/branding-ltsprep.inc b/meta-arago-distro/conf/distro/include/branding-ltsprep.inc index 72bfe0dc..415eee8d 100644 --- a/meta-arago-distro/conf/distro/include/branding-ltsprep.inc +++ b/meta-arago-distro/conf/distro/include/branding-ltsprep.inc @@ -1,8 +1,5 @@ TI_PREFERRED_BSP = "ti-6_12" -# Remove mmip - DRM allocator, KMS sink, Wayland sink need porting to GST 1.18 -MACHINE_FEATURES:remove = "mmip" - # GC320 support requires out-of-tree drivers not available in until LTS prep is # complete. Disable for now. MACHINE_FEATURES:remove = "gc320" diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb index 3bc3bfc1..0aee4773 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb @@ -22,8 +22,8 @@ GSTREAMER_DEPS:append:dra7xx = " \ " GSTREAMER_ACCEL_MM = "" -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)}" +#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)}" RDEPENDS:${PN} = "\ ${GSTREAMER_DEPS} \ -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15663): https://lists.yoctoproject.org/g/meta-arago/message/15663 Mute This Topic: https://lists.yoctoproject.org/mt/110170248/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
