diff options
author | Eugen Hristev <eugen.hristev@microchip.com> | 2019-04-01 11:04:03 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-04-02 09:05:03 -0400 |
commit | 7252274978dc860ad5f89cbe3b8d99cf793107ce (patch) | |
tree | e6a0f708678a34f6c5ab8780bd1ae28e9e236478 /.travis.yml | |
parent | da06f9a1850b074904966121b125c000ffc07b2f (diff) |
travis-ci: fix at91 missing boards
Fix missing at91 boards and split the at91 in two categories:
at91 arm v7
at91 arm926esj
which are the two main cores for the at91 architecture.
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 834502fc8c..eb531f1e5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -163,13 +163,16 @@ matrix: - name: "buildman arm11 arm7 arm920t arm946es" env: - BUILDMAN="arm11 arm7 arm920t arm946es" - - name: "buildman arm926ejs (non-NXP,siemens,atmel,kirkwood,spear)" + - name: "buildman arm926ejs (non-NXP,siemens,at91,kirkwood,spear)" env: - JOB="arm926ejs" - BUILDMAN="arm926ejs -x freescale,siemens,atmel,kirkwood,spear,omap" - - name: "buildman atmel" + BUILDMAN="arm926ejs -x freescale,siemens,at91,kirkwood,spear,omap" + - name: "buildman at91 (non arm v7)" env: - - BUILDMAN="atmel" + - BUILDMAN="at91 -x armv7" + - name: "buildman at91 (non arm926ejs)" + env: + - BUILDMAN="at91 -x arm926ejs" - name: "buildman boundary engicam toradex" env: - BUILDMAN="boundary engicam toradex" @@ -226,7 +229,7 @@ matrix: - BUILDMAN="sun50i" - name: "buildman catch-all ARM" env: - - BUILDMAN="arm -x arm11,arm7,arm9,aarch64,atmel,freescale,kirkwood,mvebu,siemens,tegra,uniphier,mx,samsung,sunxi,am33xx,omap,pxa,rockchip,toradex,socfpga,k2,xilinx" + - BUILDMAN="arm -x arm11,arm7,arm9,aarch64,at91,freescale,kirkwood,mvebu,siemens,tegra,uniphier,mx,samsung,sunxi,am33xx,omap,pxa,rockchip,toradex,socfpga,k2,xilinx" - name: "buildman sandbox x86" env: - BUILDMAN="sandbox x86" |