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 240CCC433EF for ; Wed, 12 Jan 2022 20:03:22 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 8CABF83180; Wed, 12 Jan 2022 21:03:20 +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="NxoHB+Fv"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id BA638831C0; Wed, 12 Jan 2022 21:03:18 +0100 (CET) Received: from mail-qv1-xf36.google.com (mail-qv1-xf36.google.com [IPv6:2607:f8b0:4864:20::f36]) (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 68510830EA for ; Wed, 12 Jan 2022 21:03:15 +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-qv1-xf36.google.com with SMTP id p12so4171604qvj.6 for ; Wed, 12 Jan 2022 12:03:15 -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=94HzhdFy7YD40rQD2oUiN9TUxKOA+lRjrZvd8/sOy7Y=; b=NxoHB+FvSt03pxlfai3TcySiy8arh7sF6hwUKudp4ueWHS49UrDCnl24pv6bfQDM4z kLO6pA8Dzj2xBoGi8/9PnxjOZX5YhX1eMo59c8sCBSgIP1kUBE5SVYz+ItUHsvJwb5iZ giSHN2bEN3kx1G2SNA9n9wgaYHeIAoO5oAYK0= 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=94HzhdFy7YD40rQD2oUiN9TUxKOA+lRjrZvd8/sOy7Y=; b=USNi8QqKQ0hgu/YgjxmscEiuxJA7SUU3P72qtPQv0XajmRRGDBs0b+meNl98OI7jzK 7Og4vEmgjsjARTfzIK8v6myZ39y3nMIB0h7WhCDF3GzWm01U3vCRkfFQBQlbTHsbA4Iu 6Lc9EKSWQ2bp79Mgmls2MS2yQpuOvGHWuxji1HDKYq6eERm2JwIwsOhh3TF/GZPFWm3d OGTLQZ66X2wYtb4mmpNd+MDjBq/X2ZgwsF8W1b7AbfgbRrGp5ncnG40yeBfeZsAILA87 6kDqmWhe9t8AHYfSgiAa5AvaIHR3s9+iRvgHf6YZabhkJqpaWRdUi+89Xe2Z7qR54kqo wvvQ== X-Gm-Message-State: AOAM532h3Vs6BghAgzN92vXMUaQEWDEKHKnYwMZEmE1vlaIU1+jzjmel K7DNcuDhdKe8UhadvXL2miXZgw== X-Google-Smtp-Source: ABdhPJyw963u7mHdoCE0t8aZQv87TN7U8qdXKqq40yevJwZ4utIGwiJPzbLbLiE//SWKQgQPV6zkRQ== X-Received: by 2002:a05:6214:20cf:: with SMTP id 15mr1396442qve.51.1642017794084; Wed, 12 Jan 2022 12:03:14 -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 t74sm427262qke.12.2022.01.12.12.03.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 12 Jan 2022 12:03:13 -0800 (PST) Date: Wed, 12 Jan 2022 15:03:11 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Heiko Thiery Subject: Re: [PATCH 3/4] binman: Have faked binaries live in the output directory. Message-ID: <20220112200311.GC9207@bill-the-cat> References: <20220112001431.1280749-1-trini@konsulko.com> <20220112001431.1280749-3-trini@konsulko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="5/uDoXvLw7AC5HRs" Content-Disposition: inline In-Reply-To: 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 --5/uDoXvLw7AC5HRs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 12, 2022 at 01:01:17PM -0700, Simon Glass wrote: > Hi Tom, >=20 > On Tue, 11 Jan 2022 at 17:14, Tom Rini wrote: > > > > In general, and for Azure specifically, we need to have files created in > > the output directory and cannot assume a writable source directory. > > Rework the faked blob support to put the faked binary in to the output > > directory and then stop the test from deleting the now non-existent > > file. > > > > Cc: Heiko Thiery > > Cc: Simon Glass > > Signed-off-by: Tom Rini > > --- > > tools/binman/etype/blob.py | 4 +++- > > tools/binman/ftest.py | 1 - > > 2 files changed, 3 insertions(+), 2 deletions(-) >=20 > Please see this: >=20 > https://patchwork.ozlabs.org/project/uboot/patch/20220110031413.1970836-1= 0-sjg@chromium.org/ Ah, I thought you might have had it fixed but I didn't read well enough. My only concern is I would like to get Azure passing again ASAP. Should I just grab that patch by itself then? --=20 Tom --5/uDoXvLw7AC5HRs Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmHfM/kACgkQFHw5/5Y0 tyxiDAv+OHdTohdshTe3SEM3zhSxvlrQSeeYbv1D721JmkHb70yw4uNQMbhstY9Y C5/utbkP1HRhomXXNCEF2qsjIfZHC7wCkhkQQDRbCAuHmivD6A5bZm6YVVB4zz4M 7lt+shZNhyGJhFZkTy8EHkFkt7GnnO0/JM1ct0kGyGG7PcYGd7e79mR+Zmhs9F7o /JZkEQtreoAS2w2JufR2GJUl2taFn48KmD9flpKLkW2+CRQMxs4Y2hO/AbRRMvzD MPHpFLkPv26jYcXVfK/fWsvKa5hEbltceLi2YZDcfFMr56SDZoLjSHwodVaUe9Yd TWQ0TwNj09yUpurHlLg99Kna4S81r6Rt9r9XazH0FPrFfMZYQMUFC2KgjrQH+oyG Imyx42x43MhmZ3BusudJWflelil9q/R1gnparyiXD2R6KmO1KIOeTSvOjEp4TzAP I7JJEBJ4xNfh7evLZ2sRtnqJ7cECLG/JCxr5Zywf60au2CMDPuVWRGNyktwMUpok +HUHaXtB =jlLu -----END PGP SIGNATURE----- --5/uDoXvLw7AC5HRs--