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 <helmut.buchsbaum@opensource.tttech-industrial.com>
This commit is contained in:
Helmut Buchsbaum 2022-10-21 08:41:05 +02:00 committed by acrnsi-robot
parent 96e1b6704f
commit a0f84a7992
1 changed files with 2 additions and 2 deletions

4
debian/rules vendored
View File

@ -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