From mboxrd@z Thu Jan 1 00:00:00 1970 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 smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 59E62EB64D8 for ; Fri, 16 Jun 2023 08:38:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id D467E60F83; Fri, 16 Jun 2023 08:38:56 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org D467E60F83 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SLWBtp8bbwT3; Fri, 16 Jun 2023 08:38:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id 13C5660AA4; Fri, 16 Jun 2023 08:38:55 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 13C5660AA4 Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 3376F1BF5E6 for ; Fri, 16 Jun 2023 08:38:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 19E484023D for ; Fri, 16 Jun 2023 08:38:54 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 19E484023D X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id seEvhX6xL7h8 for ; Fri, 16 Jun 2023 08:38:53 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org C12C440181 Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::221]) by smtp2.osuosl.org (Postfix) with ESMTPS id C12C440181 for ; Fri, 16 Jun 2023 08:38:52 +0000 (UTC) X-GND-Sasl: peter@korsgaard.com X-GND-Sasl: peter@korsgaard.com X-GND-Sasl: peter@korsgaard.com X-GND-Sasl: peter@korsgaard.com Received: by mail.gandi.net (Postfix) with ESMTPSA id 4B8E2240008; Fri, 16 Jun 2023 08:38:49 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1qA4ym-00FFbM-A5; Fri, 16 Jun 2023 10:38:48 +0200 From: Peter Korsgaard To: Romain Naour References: <20230614143519.18669-1-romain.naour@smile.fr> <87v8fpkyir.fsf@48ers.dk> Date: Fri, 16 Jun 2023 10:38:48 +0200 In-Reply-To: <87v8fpkyir.fsf@48ers.dk> (Peter Korsgaard's message of "Thu, 15 Jun 2023 08:52:44 +0200") Message-ID: <87jzw3kdif.fsf@48ers.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Subject: Re: [Buildroot] [PATCH] package/qemu: qemu systems emulation needs fdt when building for all targets X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Carlos Santos , "Yann E . MORIN" , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" >>>>> "Peter" == Peter Korsgaard writes: >>>>> "Romain" == Romain Naour writes: >> defconfig fragment to reproduce the issue: >> BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET=y >> BR2_PACKAGE_QEMU=y >> BR2_PACKAGE_QEMU_SYSTEM=y >> ERROR: Problem encountered: fdt not available but required by targets >> aarch64-softmmu, arm-softmmu, i386-softmmu, loongarch64-softmmu, >> microblaze-softmmu, microblazeel-softmmu, mips64el-softmmu, >> nios2-softmmu, or1k-softmmu, ppc-softmmu, ppc64-softmmu, >> riscv32-softmmu, riscv64-softmmu, rx-softmmu, x86_64-softmmu >> Commit [1] select BR2_PACKAGE_QEMU_FDT for each individual emulator targets >> but forgot to select is when BR2_PACKAGE_QEMU_CHOOSE_TARGETS is not set >> (building for all targets). >> Fixes: >> http://autobuild.buildroot.org/results/e44/e444a02b899d325a9d99daed96b8cb96108383e7 >> [1] 44be514b21fd94096702b80c62d46c31d72f15a5 >> Signed-off-by: Romain Naour >> Cc: Carlos Santos >> Cc: Yann E. MORIN > Committed, thanks. Committed to 2023.02.x and 2023.05.x, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot