1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 22:43:17 +02:00

manibuilder: Add more NetBSD targets

Looks like these build fine. Add all the 9.1 targets to
the default run.

Change-Id: Ic323ced43132921d9f6f2c0d5fcf9c581afec0c7
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/52485
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Nico Huber
2021-03-14 22:30:57 +01:00
parent f4196c6f94
commit 9439c76473
2 changed files with 31 additions and 1 deletions

View File

@ -1,4 +1,7 @@
ANITA_TAGS := anita\:8.2-amd64 anita\:7.1-amd64 anita\:7.1-i386
ANITA_TAGS := \
anita\:9.1-amd64 anita\:9.1-i386 anita\:9.1-sparc64 \
anita\:8.2-amd64 anita\:8.2-i386 \
anita\:7.1-amd64 anita\:7.1-i386 \
MULTIARCH_TAGS := \
centos\:7.6-armhfp-clean centos\:7.6-amd64-clean \
@ -43,6 +46,9 @@ NATIVE_TAGS := $(call arch_filter,$(call machine_map,$(shell uname -m)))
# rather arbitrary selection of images that seem to work (focus on amd64)
DEFAULT_TAGS := \
anita\:9.1-sparc64 \
anita\:9.1-amd64 \
anita\:9.1-i386 \
anita\:8.2-amd64 \
djgpp\:6.1.0 \
fedora\:30-aarch64 \