[U-Boot] [PATCH 3/5] traivs: Build aspeed boards
Joel Stanley
joel at jms.id.au
Thu Jul 18 01:30:01 UTC 2019
On Wed, 17 Jul 2019 at 19:57, Tom Rini <trini at konsulko.com> wrote:
>
> On Thu, Jul 04, 2019 at 11:05:16AM +0930, Joel Stanley wrote:
>
> > Currently we only have one, but this will expand to cover other boards
> > as they are supported.
> >
> > Signed-off-by: Joel Stanley <joel at jms.id.au>
> > ---
> > .travis.yml | 3 +++
> > 1 file changed, 3 insertions(+)
> >
> > diff --git a/.travis.yml b/.travis.yml
> > index 6662ca126ab5..53dade5ae116 100644
> > --- a/.travis.yml
> > +++ b/.travis.yml
> > @@ -169,6 +169,9 @@ matrix:
> > env:
> > - JOB="arm926ejs"
> > BUILDMAN="arm926ejs -x freescale,siemens,at91,kirkwood,spear,omap"
> > + - name: 'buildman aspeed'
> > + env:
> > + - BUILDMAN="aspeed"
> > - name: "buildman at91 (non arm v7)"
> > env:
> > - BUILDMAN="at91 -x armv7"
>
> This isn't needed as the job that builds all matches to arm11 arm7
> arm920t arm946es builds it.
I thought this might be the case, but I did some testing and it didn't
seem to build the ast2500 evb configuration. Neither does the arm
catch all. Can you point out where I've gone wrong?
Is there a way to get buildman to print the boards it would build for?
Cheers,
Joel
More information about the U-Boot
mailing list