Skip to content

Commit

Permalink
acrn-hypervisor: industry as default scenario
Browse files Browse the repository at this point in the history
Align default SCENARIO (ACRN_SCENARIO) with upstream acrn-hypervisor.

Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
  • Loading branch information
cheeyanglee authored and saininav committed Oct 2, 2020
1 parent 4586693 commit 04a774c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-core/acrn/acrn-hypervisor.bb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require acrn-common.inc

ACRN_BOARD ?= "nuc7i7dnb"
ACRN_FIRMWARE ?= "uefi"
ACRN_SCENARIO ?= "sdc"
ACRN_SCENARIO ?= "industry"

EXTRA_OEMAKE += "HV_OBJDIR=${B}/hypervisor EFI_OBJDIR=${B}/efi-stub"
EXTRA_OEMAKE += "BOARD=${ACRN_BOARD} FIRMWARE=${ACRN_FIRMWARE} SCENARIO=${ACRN_SCENARIO}"
Expand Down

0 comments on commit 04a774c

Please sign in to comment.