4.12: Add tier build sets to aid regression testing.

This commit is contained in:
Chris Johns
2017-10-23 11:56:13 +11:00
parent 4021c28ed0
commit 0dae1f6168
4 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#
# Tier 1 architectures. Must build.
#
4.12/rtems-arm
4.12/rtems-i386

View File

@@ -0,0 +1,3 @@
#
# Tier 2 architectures. Must build.
#

View File

@@ -0,0 +1,18 @@
#
# Tier 3 architectures. Must build.
#
4.12/rtems-arm
4.12/rtems-bfin
4.12/rtems-i386
4.12/rtems-lm32
4.12/rtems-m32c
4.12/rtems-m68k
4.12/rtems-mips
4.12/rtems-moxie
4.12/rtems-nois2
4.12/rtems-or1k
4.12/rtems-powerpc
4.12/rtems-sh
4.12/rtems-sparc
4.12/rtems-sparc64
4.12/rtems-v850

View File

@@ -0,0 +1,10 @@
#
# Tier 4 architectures. Do not need to build.
#
# Tools listed here may not have a BSP in the kernel and are here to support
# anyone working on adding a BSP.
#
4.12/rtems-epiphany
4.12/rtems-microblaze
4.12/rtems-riscv32
4.12/rtems-x86_64