From 6f2aa8ad36e3aaffc9fa2cb8c744b04da7339ee2 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 13 Jul 2021 20:47:08 -1000 Subject: build: Use BSP family for options - Optionally add support for 'default-by-family' to allow option to be set by a family and so all related BSPs Close #4468 --- spec/build/bsps/mips/hurricane/abi.yml | 1 + spec/build/bsps/mips/hurricane/optrm52xx.yml | 1 + spec/build/bsps/mips/hurricane/optusc320.yml | 1 + 3 files changed, 3 insertions(+) (limited to 'spec/build/bsps/mips/hurricane') diff --git a/spec/build/bsps/mips/hurricane/abi.yml b/spec/build/bsps/mips/hurricane/abi.yml index 79408e4eb3..612c93847e 100644 --- a/spec/build/bsps/mips/hurricane/abi.yml +++ b/spec/build/bsps/mips/hurricane/abi.yml @@ -10,6 +10,7 @@ default: - -mips3 - -G0 - -EL +default-by-family: [] default-by-variant: [] description: | ABI flags diff --git a/spec/build/bsps/mips/hurricane/optrm52xx.yml b/spec/build/bsps/mips/hurricane/optrm52xx.yml index 1fc3d504e4..83b0ad6807 100644 --- a/spec/build/bsps/mips/hurricane/optrm52xx.yml +++ b/spec/build/bsps/mips/hurricane/optrm52xx.yml @@ -6,6 +6,7 @@ build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) default: true +default-by-family: [] default-by-variant: [] description: | This BSP has a RM52xx compatible CPU. diff --git a/spec/build/bsps/mips/hurricane/optusc320.yml b/spec/build/bsps/mips/hurricane/optusc320.yml index 74ddd56d4f..4779e8a5fb 100644 --- a/spec/build/bsps/mips/hurricane/optusc320.yml +++ b/spec/build/bsps/mips/hurricane/optusc320.yml @@ -6,6 +6,7 @@ build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) default: true +default-by-family: [] default-by-variant: [] description: | This BSP has a V3 USC320 system controller chip. -- cgit v1.2.3