diff mbox series

[meta-arago,master,2/2] gcc-cross-canadian: Disable buildpaths check

Message ID 20240726204518.8929-3-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series Disable buildpaths check | expand

Commit Message

Ryan Eatmon July 26, 2024, 8:45 p.m. UTC
At this time, then gcc-cross-canadian compiler from oe-core is not
passing the buildpaths check.  The issue is actively being worked on,
but in the meantime we need to get master builds back up and working for
maintaining our releases.  As soon as they have a fix we will remove
this patch.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../recipes-devtools/gcc/gcc-cross-canadian_%.bbappend        | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 meta-arago-extras/recipes-devtools/gcc/gcc-cross-canadian_%.bbappend
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-devtools/gcc/gcc-cross-canadian_%.bbappend b/meta-arago-extras/recipes-devtools/gcc/gcc-cross-canadian_%.bbappend
new file mode 100644
index 00000000..16df0c26
--- /dev/null
+++ b/meta-arago-extras/recipes-devtools/gcc/gcc-cross-canadian_%.bbappend
@@ -0,0 +1,4 @@ 
+# Disable the "buildpaths" check while upstream oe-core figures out
+# how they are going to address it.  This will hopefully be a short
+# lived patch.
+INSANE_SKIP:${PN} += "buildpaths"