From patchwork Thu May 14 14:15:14 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Jo=C3=A3o_Marcos_Costa?= X-Patchwork-Id: 2506 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 130F8CD4F25 for ; Thu, 14 May 2026 14:15:37 +0000 (UTC) Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.12133.1778768128962385631 for ; Thu, 14 May 2026 07:15:29 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@bootlin.com header.s=dkim header.b=h01fyJH1; spf=pass (domain: bootlin.com, ip: 185.246.85.4, mailfrom: joaomarcos.costa@bootlin.com) Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 4B1274E42C98; Thu, 14 May 2026 14:15:27 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 20C1260495; Thu, 14 May 2026 14:15:27 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 7FCA711AF8FBC; Thu, 14 May 2026 16:15:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1778768126; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding; bh=9wKH44rh9ouBdpFLYpz4UcwKj54bAlyqIsDpdKs6unE=; b=h01fyJH1GQ8HNcs0FS07uNLNTR0v79ghljAOBFgn5S0qW0ZLIHxGwZNABsiyxw1hx9spNf ukAyReu3IuUfg/YRhMety5p+wsaGVrnSlCv0SGGaoZKKl0msNBGoZaQ99BbcZJNVn+uADk qOmbBm8XU0aVPyXOb9Nh4zt9K1X44wwDObycHsZt8AAxi0/XARsJp2kHuBd0ZiQl37j15e RIME/uTSLLe8iXVg46QkqLIbSXUO5hG+S/p5X64vemaPT7qM5POAlsbOtBXNEkKsnX7JRB WM+c7cDvcpnT9dNWDtq4s+44xfIJNLP+whJ64eyJ9KWSNBThjwWhbG9mQ9HAgw== From: =?utf-8?q?Jo=C3=A3o_Marcos_Costa?= To: openembedded-core@lists.openembedded.org Cc: thomas.petazzoni@bootlin.com, quentin.schulz@cherry.de, raj.khem@gmail.com, Ross.Burton@arm.com, =?utf-8?q?Jo=C3=A3o_Marcos_Costa?= Subject: [PATCH v2 0/3] ovmf: add some rework to the recipe Date: Thu, 14 May 2026 16:15:14 +0200 Message-ID: <20260514141517.226933-1-joaomarcos.costa@bootlin.com> X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 14 May 2026 14:15:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/237040 Hello, This patch series contains, first of all, a slight issue with PACKAGECONFIG previously evoked by Q. Schulz (cc'ed) in the mailing list. The main point of the series is the support for Clang, which I tested with the latest version llvm/clang available as of now in oe-core. I also tested the result with the help of runqemu. Moreover, some of the settings are obsolete and can be removed. Best regards, --- Changes since v1: - clarify the behaviour change in PACKAGECONFIG's assignment - in the second patch, make it clear that the flag is obsolete because it was already upstreamed (and is part of the currently used tag), not because of GCC's version João Marcos Costa (3): ovmf: simplify PACKAGECONFIG's default value ovmf: drop upstreamed BUILD_CFLAGS setting ovmf: add support for Clang toolchain meta/recipes-core/ovmf/ovmf_git.bb | 51 ++++++------------------------ 1 file changed, 9 insertions(+), 42 deletions(-)