mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-27 19:53:58 +00:00
debian/configs: Remove proprietary configs, just provide a hook directory
Tracked-On: #6688 Signed-off-by: Helmut Buchsbaum <helmut.buchsbaum@opensource.tttech-industrial.com>
This commit is contained in:
committed by
acrnsi-robot
parent
dc4a1548f3
commit
3bd6030e08
20
debian/rules
vendored
20
debian/rules
vendored
@@ -31,12 +31,26 @@ rwildcard=$(foreach d,$(wildcard $(1:=/*)),$(call rwildcard,$d,$2) $(filter $(su
|
||||
# remove double quotes
|
||||
unquote = $(subst $\",,$1)
|
||||
|
||||
include debian/acrn-hypervisor.conf.mk
|
||||
# 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
|
||||
|
||||
# for now build the debug versions
|
||||
# set to 1 for RELEASE build
|
||||
export RELEASE ?= 0
|
||||
|
||||
# eventually add-in locally contributed configurations
|
||||
-include debian/configs/configurations.mk
|
||||
debian/configs/configurations.mk:
|
||||
@:
|
||||
|
||||
ifeq ($(ACRN_SCENARIOLIST),)
|
||||
$(error No scenarios defined. Please set ACRN_SCENARIOLIST)
|
||||
endif
|
||||
# defaults to config_tools provided data
|
||||
CONFIGDIRS ?= misc/config_tools/data
|
||||
|
||||
# misc/config_tools/data: contains ACRN supported configuration
|
||||
# debian/configs: add additional, unsupported configurations here!
|
||||
CONFIGDIRS ?= misc/config_tools/data debian/configs
|
||||
CONFIGXMLS := $(call rwildcard,$(CONFIGDIRS),*.xml)
|
||||
|
||||
# get relevant data from acrn-config attributes of an XML
|
||||
|
Reference in New Issue
Block a user