mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
travis.yml: Add buildman support for NXP's LS1028 & LX2160
NXP's LS1028 and LX2160 platform build support added via buildman in travis.yml. Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
This commit is contained in:
parent
4edfabd9e4
commit
5845ac1271
1 changed files with 6 additions and 0 deletions
|
@ -183,6 +183,9 @@ matrix:
|
|||
- name: "buildman NXP AArch64 LS101x"
|
||||
env:
|
||||
- BUILDMAN="freescale&aarch64&ls101"
|
||||
- name: "buildman NXP AArch64 LS102x"
|
||||
env:
|
||||
- BUILDMAN="freescale&aarch64&ls102"
|
||||
- name: "buildman NXP AArch64 LS104x"
|
||||
env:
|
||||
- BUILDMAN="freescale&aarch64&ls104"
|
||||
|
@ -192,6 +195,9 @@ matrix:
|
|||
- name: "buildman NXP AArch64 LS20xx"
|
||||
env:
|
||||
- BUILDMAN="freescale&aarch64&&ls20"
|
||||
- name: "buildman NXP AArch64 LX216x"
|
||||
env:
|
||||
- BUILDMAN="freescale&aarch64&lx216"
|
||||
- name: "buildman i.MX6 (non-NXP)"
|
||||
env:
|
||||
- BUILDMAN="mx6 -x freescale,toradex,boundary,engicam"
|
||||
|
|
Loading…
Reference in a new issue