mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 16:57:20 +00:00
HV: Make: remove sdc scenario build support
The SDC scenario configurations will not be validated so remove it from build makefile; Tracked-On: #5077 Signed-off-by: Victor Sun <victor.sun@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
config SCENARIO
|
||||
string "ACRN scenario"
|
||||
default "sdc"
|
||||
default "industry"
|
||||
help
|
||||
By specifying SCENARIO name, ACRN will load corresponding VM configurations
|
||||
to build the hypervisor. Currently ACRN provides below reference scenarios:
|
||||
sdc: Typical scenario for automotive Software Defined Cockpit system.
|
||||
sdc will have one pre-launched SOS VM and one post-launched VM;
|
||||
industry: Typical scenario for industry usage with 8 VMs: one pre-launched SOS VM,
|
||||
one post-launched KATA VM, one post-launched RT VM for real-time control,
|
||||
and up to five post-launched Standard VMs;
|
||||
|
Reference in New Issue
Block a user