From a0f84a7992752adb3b9e2a32e120ec40ad4a1f2a Mon Sep 17 00:00:00 2001 From: Helmut Buchsbaum Date: Fri, 21 Oct 2022 08:41:05 +0200 Subject: [PATCH] debian: make ACRN_BOARDLIST and ACRN_SCENARIOLIST optional To be able to set ACRN_BOARDLIST and ACRN_SCENARIOLIST via environment variable when using debuild, both variables must be overridable. Tracked-On: #8246 Signed-off-by: Helmut Buchsbaum --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 49fae7bd2..c3fb2d21c 100755 --- a/debian/rules +++ b/debian/rules @@ -32,8 +32,8 @@ rwildcard=$(foreach d,$(wildcard $(1:=/*)),$(call rwildcard,$d,$2) $(filter $(su unquote = $(subst $\",,$1) # set these variables to define build of certain boards/scenarios, e.g. -ACRN_BOARDLIST := whl-ipc-i5 nuc11tnbi5 cfl-k700-i7 tgl-vecow-spc-7100-Corei7 -ACRN_SCENARIOLIST := partitioned shared hybrid hybrid_rt +ACRN_BOARDLIST ?= whl-ipc-i5 nuc11tnbi5 cfl-k700-i7 tgl-vecow-spc-7100-Corei7 +ACRN_SCENARIOLIST ?= partitioned shared hybrid hybrid_rt # for now build the debug versions # set to 1 for RELEASE build