From: Denys Dmytriyenko <[email protected]> gc320 driver errors out with new gcc12 checks, disable for now until resolved.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/conf/distro/include/branding-core.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arago-distro/conf/distro/include/branding-core.inc b/meta-arago-distro/conf/distro/include/branding-core.inc index b28fb196..c9a103d3 100644 --- a/meta-arago-distro/conf/distro/include/branding-core.inc +++ b/meta-arago-distro/conf/distro/include/branding-core.inc @@ -14,3 +14,6 @@ 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" + +# Remove gc320 - the driver fails to build with gcc12 +MACHINE_FEATURES:remove = "gc320" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14230): https://lists.yoctoproject.org/g/meta-arago/message/14230 Mute This Topic: https://lists.yoctoproject.org/mt/97221766/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
