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 555F1C433F5 for ; Thu, 13 Jan 2022 12:54:17 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id EE70B83325; Thu, 13 Jan 2022 13:53:49 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (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="EkENY67q"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A039780FCC; Thu, 13 Jan 2022 13:53:48 +0100 (CET) Received: from mail-qt1-x832.google.com (mail-qt1-x832.google.com [IPv6:2607:f8b0:4864:20::832]) (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 EB10B80FCC for ; Thu, 13 Jan 2022 13:53:45 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x832.google.com with SMTP id f17so6720698qtf.8 for ; Thu, 13 Jan 2022 04:53:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=s0O5MWDpOz9PddGBrkgL3xww+muvB83tTupIMED5+Bs=; b=EkENY67qj4KvxqFVc0SZsQT/kUS5I3Y1Cl4aY36QmAvFs6dqkMAG4KBwGiLf2ZhvOl D0Q/pAkt4vbjfb7tR2p/vOSmunOM9VQgjYW7gpMwqyaO1vQJ8zbj5ZdZ0nuoKZfsgWV6 pED9SIDFde6UFss7JSNTbCgLrhBbMmI8dIUjE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=s0O5MWDpOz9PddGBrkgL3xww+muvB83tTupIMED5+Bs=; b=3RA5JvxpIZv5XzihVUbi5fTgySAuoUn6A5fiz7DigbClyurFWaC6c/Orv0onwi6NE3 jMyqsbQHOKdVbbZ/KlGc7fRk+g3bG5pbrFwdg6LCq5S5Poxn3nWNHsPD/o3DqEoUqTWy Tvk1bbey5aqDngRy/jAenfogJ9tMtfEqFsb0OrCYbq4POJ7eMH+p7RVOFnQNGBDeR72w yyKc2wxJ0WTt5BQ/sgAkDhDV35WLWn/Ea2Fa1wOBsBcp60XkfVfLH746WMR+O35jb/uu KRJYqUiy7DCcMQr8DZtlqFnSndev1D/5g81ahJUK/BYLLhvbpkLGzpob8jirVmco9ZGN ifbw== X-Gm-Message-State: AOAM530HK/FZRldxaJu0YHjCnT1R9xHOs5NZjECle0iXQyZ1aw5a4ssV s4NttZYDjkOpC25yGp0LALaj8g/0eJ5VBQ== X-Google-Smtp-Source: ABdhPJwU2yB33hNLQ3khxpipX9sBNfeceogrMsmsMUBI0s3hre8WM2j9mmIrYQdoAHAA/j8o4MwFaw== X-Received: by 2002:ac8:570b:: with SMTP id 11mr3326925qtw.128.1642078424775; Thu, 13 Jan 2022 04:53:44 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-2440-966a-5ce3-c6d0.res6.spectrum.com. [2603:6081:7b01:cbda:2440:966a:5ce3:c6d0]) by smtp.gmail.com with ESMTPSA id w15sm1062719qkf.25.2022.01.13.04.53.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 13 Jan 2022 04:53:44 -0800 (PST) Date: Thu, 13 Jan 2022 07:53:42 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List Subject: Re: [PATCH v2 2/2] binman: Write fake blobs to the output directory Message-ID: <20220113125342.GI9207@bill-the-cat> References: <20220112201036.300649-1-sjg@chromium.org> <20220112201036.300649-2-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="rtqL2qczZrjpIe/F" Content-Disposition: inline In-Reply-To: <20220112201036.300649-2-sjg@chromium.org> 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.2 at phobos.denx.de X-Virus-Status: Clean --rtqL2qczZrjpIe/F Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 12, 2022 at 01:10:36PM -0700, Simon Glass wrote: > At present binman writes fake blobs to the current directory. This is not > very helpful, since the files serve no useful purpose once binman has > finished. They clutter up the source directory and affect future runs, > since the files in the current directory are often used in preference to > those in the board directory. >=20 > To avoid these problems, write them to the output directory instead. >=20 > Move the file-creation code to the Entry base class, so it can be used by > any entry type that needs it. This is required since some entry types, > such as Entry_blob_ext_list, are not subclasses of Entry_blob. >=20 > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --rtqL2qczZrjpIe/F Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmHgINYACgkQFHw5/5Y0 tyww4Qv+Ln1hPeBLNqnJQJAtuD2NuEeIuXQcGLcea9AdLWQRoTcuJKmHsSAAMpen FYCE7PWKgAcl9cgPsQlgcyD/K83PmZmP3Jcf2x7BsG7ebmp2sdQmG3tN21TTCpNB z4d3uA8koW02mw1ogpK1hOjCy2OZIb8VhFg20u7hqc+NL2urhY6BBN6azPugi6BE ETl182PSgr3dVTo+dnVHQ7SXBfXt4GbzhNtOSHSGV7qw/u7Ll8OZaRNTSC3fuJo8 Bv7R8AtB8j+2LdbHjjl6PHfMCBNc8YEthAzkDEABiOzDt/fC/nKF1CR53UUpANWZ t8I/Gt8JxNa77Dqq2PNYkNPPB41+nj1rNhxB3BZydXxAQfR17OVzgnFomnW/kyya rjkQuY52H8JiIoE+86/zvgKDZAsOCmt+9YYOU9oQctZJZ7SiTtrcfvdlk49UaiQb XdgHugrrB60gIVFGpiJ7LrACbDaLtLc/yA4xjm51dAN3ENfnPW0nQzBqaGQeZ0XF ZpngK3oo =LUIk -----END PGP SIGNATURE----- --rtqL2qczZrjpIe/F--