All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] azure: Use --board flag with sandbox_spl
@ 2021-03-21 19:22 Simon Glass
  2021-03-21 20:36 ` Tom Rini
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Glass @ 2021-03-21 19:22 UTC (permalink / raw)
  To: u-boot

At present there is only one board which uses sandbox SPL. But with
sandbox_noinst being added, this is no longer true. Add a --board flag
so that we just build one board on azure, as is done in gitlab.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 .azure-pipelines.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 2d0b9cb469a..ec2f2609973 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -148,7 +148,7 @@ jobs:
           export UBOOT_TRAVIS_BUILD_DIR=/tmp/sandbox_spl
           export PYTHONPATH=${UBOOT_TRAVIS_BUILD_DIR}/scripts/dtc/pylibfdt
           export PATH=${UBOOT_TRAVIS_BUILD_DIR}/scripts/dtc:${PATH}
-          ./tools/buildman/buildman -T0 -o ${UBOOT_TRAVIS_BUILD_DIR} -w sandbox_spl
+          ./tools/buildman/buildman -T0 -o ${UBOOT_TRAVIS_BUILD_DIR} -w --board sandbox_spl
           ./tools/binman/binman --toolpath ${UBOOT_TRAVIS_BUILD_DIR}/tools test
           ./tools/buildman/buildman -t
           ./tools/dtoc/dtoc -t
-- 
2.31.0.rc2.261.g7f71774620-goog

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] azure: Use --board flag with sandbox_spl
  2021-03-21 19:22 [PATCH] azure: Use --board flag with sandbox_spl Simon Glass
@ 2021-03-21 20:36 ` Tom Rini
  2021-03-22 17:07   ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Rini @ 2021-03-21 20:36 UTC (permalink / raw)
  To: u-boot

On Mon, Mar 22, 2021 at 08:22:53AM +1300, Simon Glass wrote:

> At present there is only one board which uses sandbox SPL. But with
> sandbox_noinst being added, this is no longer true. Add a --board flag
> so that we just build one board on azure, as is done in gitlab.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Ah, so that's why.

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210321/3522494e/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] azure: Use --board flag with sandbox_spl
  2021-03-21 20:36 ` Tom Rini
@ 2021-03-22 17:07   ` Simon Glass
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Glass @ 2021-03-22 17:07 UTC (permalink / raw)
  To: u-boot

On Mon, 22 Mar 2021 at 09:36, Tom Rini <trini@konsulko.com> wrote:
>
> On Mon, Mar 22, 2021 at 08:22:53AM +1300, Simon Glass wrote:
>
> > At present there is only one board which uses sandbox SPL. But with
> > sandbox_noinst being added, this is no longer true. Add a --board flag
> > so that we just build one board on azure, as is done in gitlab.
> >
> > Signed-off-by: Simon Glass <sjg@chromium.org>
>
> Ah, so that's why.
>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Applied to u-boot-dm/next

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-22 17:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-21 19:22 [PATCH] azure: Use --board flag with sandbox_spl Simon Glass
2021-03-21 20:36 ` Tom Rini
2021-03-22 17:07   ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.