Currently MACHINE_FEATURES are disabled based on branding, but the branding is not what determines if these are functional, the BSP version does. While we do select the BSP version here, what is supported or not by a given version is a property of the BSP layer. Disabling missing MACHINE_FEATURES for each version should be handled there.
Signed-off-by: Andrew Davis <[email protected]> --- meta-arago-distro/conf/distro/include/branding-core.inc | 5 ----- meta-arago-distro/conf/distro/include/branding-ltsprep.inc | 4 ---- 2 files changed, 9 deletions(-) diff --git a/meta-arago-distro/conf/distro/include/branding-core.inc b/meta-arago-distro/conf/distro/include/branding-core.inc index 48fe36e1..3eed685a 100644 --- a/meta-arago-distro/conf/distro/include/branding-core.inc +++ b/meta-arago-distro/conf/distro/include/branding-core.inc @@ -7,8 +7,3 @@ # Raise priority for sample IPC FW images ALTERNATIVE_PRIORITY:pn-ti-ipc-rtos = "15" - -# 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 -MACHINE_FEATURES:remove = "gc320" diff --git a/meta-arago-distro/conf/distro/include/branding-ltsprep.inc b/meta-arago-distro/conf/distro/include/branding-ltsprep.inc index 415eee8d..21e33662 100644 --- a/meta-arago-distro/conf/distro/include/branding-ltsprep.inc +++ b/meta-arago-distro/conf/distro/include/branding-ltsprep.inc @@ -1,5 +1 @@ TI_PREFERRED_BSP = "ti-6_12" - -# GC320 support requires out-of-tree drivers not available in until LTS prep is -# complete. Disable for now. -MACHINE_FEATURES:remove = "gc320" -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15664): https://lists.yoctoproject.org/g/meta-arago/message/15664 Mute This Topic: https://lists.yoctoproject.org/mt/110170250/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
