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/powerpc/mpc55xxevb/optmpc5674fevb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/build/bsps/powerpc/mpc55xxevb/optmpc5674fevb.yml') diff --git a/spec/build/bsps/powerpc/mpc55xxevb/optmpc5674fevb.yml b/spec/build/bsps/powerpc/mpc55xxevb/optmpc5674fevb.yml index 05679fadb3..83a694c193 100644 --- a/spec/build/bsps/powerpc/mpc55xxevb/optmpc5674fevb.yml +++ b/spec/build/bsps/powerpc/mpc55xxevb/optmpc5674fevb.yml @@ -9,7 +9,7 @@ default: false default-by-variant: - value: true variants: - - powerpc/mpc5674fevb.* + - powerpc/mpc5674fevb description: | if defined, use custom settings for MPC5674FEVB board enabled-by: true -- cgit v1.2.3