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 A5C30C433F5 for ; Mon, 10 Oct 2022 14:25:20 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 8796A84E8A; Mon, 10 Oct 2022 16:25:18 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="UZ0yRUzf"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6E8F184E1E; Mon, 10 Oct 2022 16:25:16 +0200 (CEST) Received: from mail-qk1-x72a.google.com (mail-qk1-x72a.google.com [IPv6:2607:f8b0:4864:20::72a]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id B741084ECB for ; Mon, 10 Oct 2022 16:25:13 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qk1-x72a.google.com with SMTP id s7so2781480qkj.1 for ; Mon, 10 Oct 2022 07:25:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=YADKIPg8KWnZU7h2YLeangeb0PRobmoEyUTQFAzUeck=; b=UZ0yRUzfr0uUOsNH8AMvX0jUFZ/LtF4mxMrX9x1vC5ryLBXD4fp20xo/iPT19AHKYY m3CzW5a+JEBbQR8/wJpR+DZUWkho4VwlzSf+ctyytamVNHhX2E6N9XwvaQf0gEtbc2Js u0sIgIrz1R7wKjRiY+ySAZHCc0uMssOq10COE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=YADKIPg8KWnZU7h2YLeangeb0PRobmoEyUTQFAzUeck=; b=P3ASvEoUZQ6QmzsNOrF1Asuut5xd/9eay29boyBFZeSx4vlw0N6ZWXok8PedJDNL+7 u09jOzDEqSERZIJqCsiJf3yFPC8sOitvjujjw03D8wy9Y0l/PQUj/tLjLnPKSStMJYm1 04xzD2SyoGZL6Gbt8qKkrSezkFYiEH3OherzNKZxRpmK9FeIJbioMGUKc2Gi35wYAYcl fWireaSUqfg5yufwdCpjn69vghXYSTbnL2i7XzVqdbR+nULRVXkn2memqDmnFToY164+ ZhYKU/yyJ3hyeiXA+8aMLKHys/dlTUu7238P81PU5jHEqAYhX9M+iTOk7HY5rb+9z8zW sqgg== X-Gm-Message-State: ACrzQf3clqtXQJN5A3a2gwTuAZnCGBMmyws5ox5aq0BQ1nm7bb8tsOS/ Kxpaf9D7udCFFrPuaMQsWgczfzZTzdzB+g== X-Google-Smtp-Source: AMsMyM7gkskAPIlqU0yUYuX9NcZK/UNvvy2h2eRfuq9sjgjm6WbKkjJMU7Uzx8XaRhdjTu+0ni2nzQ== X-Received: by 2002:a05:620a:46a4:b0:6ce:c4af:5a54 with SMTP id bq36-20020a05620a46a400b006cec4af5a54mr13073193qkb.377.1665411912440; Mon, 10 Oct 2022 07:25:12 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-9534-07b5-32fb-791d.res6.spectrum.com. [2603:6081:7b00:6400:9534:7b5:32fb:791d]) by smtp.gmail.com with ESMTPSA id f7-20020a05620a408700b006bbc3724affsm10489062qko.45.2022.10.10.07.25.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 Oct 2022 07:25:12 -0700 (PDT) Date: Mon, 10 Oct 2022 10:25:10 -0400 From: Tom Rini To: Rasmus Villemoes Cc: Simon Glass , U-Boot Mailing List , Masahiro Yamada Subject: Re: [PATCH v2 01/38] Makefile: Fake external blobs by default with binman Message-ID: <20221010142510.GG2020586@bill-the-cat> References: <20220110031413.1970836-1-sjg@chromium.org> <20220110031413.1970836-2-sjg@chromium.org> <618ffc64-3880-393b-e13c-0908d8b577ad@prevas.dk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="maH1Gajj2nflutpK" Content-Disposition: inline In-Reply-To: <618ffc64-3880-393b-e13c-0908d8b577ad@prevas.dk> X-Clacks-Overhead: GNU Terry Pratchett 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 --maH1Gajj2nflutpK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 10, 2022 at 12:15:58PM +0200, Rasmus Villemoes wrote: > On 10/01/2022 04.13, Simon Glass wrote: > > This behaviour is necessary with boards where the binman description > > requires processing external blobs, since these may be missing. > >=20 > > Enable it by default, so that CI is happy. Warnings indicate that a val= id > > image is not produced, as with the --allow-missing option. >=20 > I know I have talked and warned about this before, and now I was > actually bitten by it IRL. >=20 > Can we _please_ stop doing this by default. I understand why upstream > U-Boot's CI system needs this, but it should be possible for that CI > system to set an environment variable or pass a make parameter to opt-in > to generating these fake blobs. I've brought this up before as well, and it's not as bad as I feared it would be to add this, so I'll post a patch shortly. --=20 Tom --maH1Gajj2nflutpK Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmNEKzcACgkQFHw5/5Y0 tyy9WwwAkZY5Tvfg/YaK0woY8OzQyFYk+9YH/rB84ERSpxNA2RDkJqojjni4PuPj mhKF+yEJscrWiLeSU7EMNQE29DGPftaQwHXoCzCs2ZlsUsayMRW0tjxxu12MqM2s 6DLY6htam61VYFrQAS+UleCln9YM7VtowaiC+OfJhGTB3Jl9NdCM/E2rYzEUJTkZ hVPkRHYFqSq02e4brLb07xumSDm7IK53i+fcREEH3/T6njitB1NUV/5KbI0DVTmQ V+yeFvOiNe10ofPTTwnX5Dm6JlZBxNDPXDwGIEiiCvhHu7UzwwyDAfoWOHvVqSRZ LfWFvwWuqleNlNleq4E/mH7nfU3W4LE+A9nFMOhxxdHSgCYGVxmJnm/hSSPdMoVY susRzomrSNVY2JK00sLqhFb7OiGdnpnezdCAA4lHGKSiqYfEijl3xdAItX+PV/lV 9qlRa+rmBwbLRqg5IOBDMvnLwc27oTfd9xrOmTkUFc81eE3EI7RsqX8JvkPjvstT tcNv0/cb =mxd/ -----END PGP SIGNATURE----- --maH1Gajj2nflutpK--