diff mbox series

[master,2/6] branding-core: disable gc320 features, as drivers breaks with gcc12

Message ID 20230225044235.1967733-2-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master,1/6] toolchain-gcc: bump preferences for glibc and binutils | expand

Commit Message

Denys Dmytriyenko Feb. 25, 2023, 4:42 a.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

gc320 driver errors out with new gcc12 checks, disable for now until resolved.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-arago-distro/conf/distro/include/branding-core.inc | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

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"