diff mbox series

[master] arago.conf: disable build-deps QA check for nativesdk-qemu

Message ID 20240716230945.4052163-1-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master] arago.conf: disable build-deps QA check for nativesdk-qemu | expand

Commit Message

Denys Dmytriyenko July 16, 2024, 11:09 p.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

This issue is being tracked in upstream bugzilla:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=15553

So, when/if this gets fixed upstream, the workaround can be dropped.

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

Patch

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index be833c94..5316ce81 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -192,6 +192,9 @@  ASSUME_PROVIDED += "nativesdk-perl"
 # https://bugzilla.yoctoproject.org/show_bug.cgi?id=15552
 INSANE_SKIP:nativesdk-openssl-misc += "build-deps"
 
+# https://bugzilla.yoctoproject.org/show_bug.cgi?id=15553
+INSANE_SKIP:nativesdk-qemu-user-mips += "build-deps"
+
 # https://github.com/meta-qt5/meta-qt5/issues/575
 ERROR_QA:remove:layer-qt5-layer = "buildpaths"
 WARN_QA:append:layer-qt5-layer = " buildpaths"