From patchwork Sat Oct 12 21:22:00 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 50504 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1D2C3CF2586 for ; Sat, 12 Oct 2024 21:22:12 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web11.19722.1728768122547132001 for ; Sat, 12 Oct 2024 14:22:02 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id E649441266; Sat, 12 Oct 2024 21:22:01 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DzUZCj9oOY-V; Sat, 12 Oct 2024 21:22:01 +0000 (UTC) Received: from mail.denix.org (pool-100-15-87-159.washdc.fios.verizon.net [100.15.87.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id CAC614120D; Sat, 12 Oct 2024 21:22:00 +0000 (UTC) Received: from thorin.han-sole.ts.net (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id 7EFCD16408C; Sat, 12 Oct 2024 17:22:00 -0400 (EDT) From: Denys Dmytriyenko To: meta-arago@lists.yoctoproject.org Cc: Denys Dmytriyenko Subject: [master][PATCH] arago.conf: remove INSANE_SKIP that was fixed upstream Date: Sat, 12 Oct 2024 17:22:00 -0400 Message-Id: <20241012212200.55241-1-denis@denix.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 12 Oct 2024 21:22:12 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15570 From: Denys Dmytriyenko This issue has been resolved upstream, no longer need INSANE_SKIP: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15553 Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/conf/distro/arago.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 5316ce81..be833c94 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -192,9 +192,6 @@ 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"