On 15. 10. 19 13:27, Tom Rini wrote:
> Split the ARMv7 and AArch64 platforms into separate jobs, to avoid them
> taking too long to build overall.  Also rename them from "Xilinx" to
> "Zynq*" to reflect slightly better what is being built and to pull in a
> few more board matches.
> 
> Cc: Michal Simek <michal.si...@xilinx.com>
> Signed-off-by: Tom Rini <tr...@konsulko.com>
> ---
>  .travis.yml | 11 +++++++----
>  1 file changed, 7 insertions(+), 4 deletions(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index ced44deb1b69..d54f8b3b1e36 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -248,7 +248,7 @@ matrix:
>          - BUILDMAN="sun50i"
>      - name: "buildman catch-all ARM"
>        env:
> -        - BUILDMAN="arm -x 
> arm11,arm7,arm9,aarch64,at91,bcm,freescale,kirkwood,mvebu,siemens,tegra,uniphier,mx,samsung,sunxi,am33xx,omap,pxa,rockchip,toradex,socfpga,k2,k3,xilinx"
> +        - BUILDMAN="arm -x 
> arm11,arm7,arm9,aarch64,at91,bcm,freescale,kirkwood,mvebu,siemens,tegra,uniphier,mx,samsung,sunxi,am33xx,omap,pxa,rockchip,toradex,socfpga,k2,k3,zynq"
>      - name: "buildman sandbox x86"
>        env:
>          - BUILDMAN="sandbox x86"
> @@ -322,7 +322,7 @@ matrix:
>          - BUILDMAN="uniphier"
>      - name: "buildman catch-all AArch64"
>        env:
> -        - BUILDMAN="aarch64 -x 
> bcm,k3,tegra,ls1,ls2,mvebu,uniphier,sunxi,samsung,rockchip,xilinx"
> +        - BUILDMAN="aarch64 -x 
> bcm,k3,tegra,ls1,ls2,mvebu,uniphier,sunxi,samsung,rockchip,zynq"
>      - name: "buildman rockchip"
>        env:
>          - BUILDMAN="rockchip"
> @@ -330,9 +330,12 @@ matrix:
>        env:
>          - BUILDMAN="sh -x arm"
>            TOOLCHAIN="sh"
> -    - name: "buildman Xilinx (ARM)"
> +    - name: "buildman Zynq* (ARMv7)"
>        env:
> -        - BUILDMAN="xilinx -x microblaze"
> +        - BUILDMAN="zynq&armv7"
> +    - name: "buildman Zynq* (AArch64)"
> +      env:
> +        - BUILDMAN="zynq&aarch64"

This is not exactly what was written above because it versal is missing.
It means here should be zynq@aarch64 or better zynqmp@aarch64 versal@aarch64

Thanks,
Michal

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to