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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8ED27C3DA78 for ; Fri, 13 Jan 2023 23:37:19 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9006385582; Sat, 14 Jan 2023 00:37:16 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=debian.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; secure) header.d=debian.org header.i=@debian.org header.b="iQMoJ1Sh"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6E0CB854E0; Sat, 14 Jan 2023 00:37:14 +0100 (CET) Received: from cascadia.aikidev.net (cascadia.aikidev.net [IPv6:2600:3c01:e000:267:0:a171:de7:c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 9BF9085582 for ; Sat, 14 Jan 2023 00:37:10 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=debian.org Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=vagrant@debian.org Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:20]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 0F15A1AB8C; Fri, 13 Jan 2023 15:37:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1673653027; bh=KwpLzGr0q839Wf9Xu7D5zZOMQ6eDcBMao7Fe4dbuPvA=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=iQMoJ1Sh5dT/yJ8/vpcabtTNmHjkh9gAuiAqY6rEXh5S8JosezHSUojlHK4VQOfpL QodfOYwfEqUw1iHfrKFiuaHClfBbdjkAoqyK+taQTrVJO3lOA//HGtTOkA4Z2uU07u pj6VLBt5CahAYiyO/A9EvL7H6c8RbrtvASJT51KljQmr+JYk5eisdIZTeq0HNbug8T iTUcrSnV5HmwysASfmXG/ymkFpBhxDhBFegnNmVKwvO218dk/VbFKO5gMgTGpjE8wZ ENsnUAoJLhvyutWrIOEC2DAtFAlmBjk1HhK4T4XpV64xqWkchZJIhp9iGyZz4vQsKQ o39TYmDpl1/ww== From: Vagrant Cascadian To: Tom Rini , Fabio Estevam Cc: Peter Robinson , Simon Glass , Otavio Salvador , Marek Vasut , U-Boot-Denx Subject: Re: v2023.01: u-boot-tools build failure In-Reply-To: <20230113212856.GZ3787616@bill-the-cat> References: <20230113212856.GZ3787616@bill-the-cat> Date: Fri, 13 Jan 2023 15:36:47 -0800 Message-ID: <87ilhaqa5s.fsf@contorta> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On 2023-01-13, Tom Rini wrote: > On Fri, Jan 13, 2023 at 06:26:00PM -0300, Fabio Estevam wrote: >> I am trying to upgrade U-Boot to 2023.01 in OpenEmbedded, but I see >> the following error when trying to build u-boot-tools: >>=20 >> | /bin/sh: line 1: tools/bmp_logo: No such file or directory >>=20 >> Reverting the commit below makes u-boot-tools build again: >>=20 >> commit 1cfba53ca46cade2dbf4e067afc8c19e72909a4b >> Author: Peter Robinson >> Date: Thu Nov 24 14:05:59 2022 +0000 >>=20 >> config: tools only: add VIDEO to build bmp_logo >>=20 >> Pre 2023.01 the bmp_logo was built as part of the tools-only_defconf= ig >> build, something changed and the VIDEO dep needed to build it >> is no longer pulled in so fix that by explicitly defining it. >>=20 >> Signed-off-by: Peter Robinson >> Reviewed-by: Simon Glass >>=20 >> u-boot-tools-native builds fine though. >>=20 >> What would be the correct way to fix this? > > Vagrant also hit this for Debian as Fedora cross-builds bmp_logo and > ships it in host tools, but the logo header files that we generate with > bmp_logo need the tool host built. And the same flag, VIDEO_LOGO > (default y if VIDEO, basically) controls both the tool and the headers. > I think the first thing to figure out is if bmp_logo should be shipped > as a host tool, or not. FWIW, we have not shipped bmp_logo in Debian's u-boot-tools package, so we have managed without it, though curious what the use-case might be. It is disabled in Debian for now: https://salsa.debian.org/debian/u-boot/-/blob/debian/2023.01+dfsg-1/debia= n/patches/tools-disable-video-logo ... at least until a better fix comes along. :) live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCY8HrEAAKCRDcUY/If5cW quwJAQCYI1RRaWfrDHzggF9Q+j+lsXs/KpQ1mbn1V8KGXKvC5AEArwlulxnDcaz8 DvnjBWbunTI44NRvIb9pAEQVRp+H0gs= =EASJ -----END PGP SIGNATURE----- --=-=-=--