From d2664faa39cfd17fa20c84d0ff1623335c21bdac Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 12 Jan 2023 10:26:38 +0100 Subject: build: Replace variant patterns with a list Replace the variant patterns in the default-by-variant list with an explicit list of matching BSPs. The change was tested by comparing the output of ./waf bspdefaults before and after the change. --- spec/build/bsps/optconsolebaud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/build/bsps/optconsolebaud.yml') diff --git a/spec/build/bsps/optconsolebaud.yml b/spec/build/bsps/optconsolebaud.yml index b32dfb8888..8e754579cd 100644 --- a/spec/build/bsps/optconsolebaud.yml +++ b/spec/build/bsps/optconsolebaud.yml @@ -11,8 +11,8 @@ default-by-variant: variants: - bsps/powerpc/motorola_powerpc - m68k/m5484FireEngine - - powerpc/hsc_cm01 - powerpc/beatnik + - powerpc/hsc_cm01 - powerpc/mvme3100 - powerpc/mvme5500 - value: 19200 -- cgit v1.2.3