mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-27 07:46:53 +00:00
doc: update UP2 sample directory name in create-up2-image.sh
Signed-off-by: Lei Lu <leix.lu@intel.com>
This commit is contained in:
parent
904c9e291e
commit
fddc5b9154
@ -46,7 +46,7 @@ create_sos_images() {
|
||||
return 1
|
||||
}
|
||||
|
||||
SOS_BOOTARGS_DEBUG=sos_rootfs/usr/share/acrn/samples/up2/sos_bootargs_debug.txt
|
||||
SOS_BOOTARGS_DEBUG=sos_rootfs/usr/share/acrn/samples/apl-up2/sos_bootargs_debug.txt
|
||||
|
||||
if [[ ! ${ACRN_SBL} || ! -f ${ACRN_SBL} ]]
|
||||
then
|
||||
@ -55,7 +55,7 @@ create_sos_images() {
|
||||
|
||||
if [ ${ACRN_HV_CODE_PATH} ]
|
||||
then
|
||||
SOS_BOOTARGS_DEBUG=${ACRN_HV_CODE_PATH}/devicemodel/samples/up2/sos_bootargs_debug.txt
|
||||
SOS_BOOTARGS_DEBUG=${ACRN_HV_CODE_PATH}/devicemodel/samples/apl-up2/sos_bootargs_debug.txt
|
||||
|
||||
make -C ${ACRN_HV_CODE_PATH} clean || return 1
|
||||
make -C ${ACRN_HV_CODE_PATH} hypervisor BOARD=apl-up2 FIRMWARE=sbl || return 1
|
||||
|
Loading…
Reference in New Issue
Block a user