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/arm/lm3s69xx/optlm4f120.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/build/bsps/arm/lm3s69xx/optlm4f120.yml') diff --git a/spec/build/bsps/arm/lm3s69xx/optlm4f120.yml b/spec/build/bsps/arm/lm3s69xx/optlm4f120.yml index b3c59921b6..af60aee4d6 100644 --- a/spec/build/bsps/arm/lm3s69xx/optlm4f120.yml +++ b/spec/build/bsps/arm/lm3s69xx/optlm4f120.yml @@ -9,7 +9,7 @@ default: false default-by-variant: - value: true variants: - - arm/lm4f120.* + - arm/lm4f120 description: | board has LM4F120xxx MCU enabled-by: true -- cgit v1.2.3