Skip to content

Commit

Permalink
DEBUG: ca55: Force disable to build DomD SDK
Browse files Browse the repository at this point in the history
Signed-off-by: Yuya Hamamachi <[email protected]>
  • Loading branch information
yhamamachi committed Mar 22, 2024
1 parent 1803475 commit 4b4112b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application_cpu/build_xenhypervisor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ cd ${SCRIPT_DIR}/work
moulin ./aos-rcar-gen4-wb.yaml \
--TARGET_BOARD $1 \
--USING_UFS_AS_STORAGE $USING_UFS \
--ENABLE_DOMU $USING_DOMU
--ENABLE_DOMU $USING_DOMU \
--BUILD_DOMD_SDK no
ninja
ninja image-full
mv -f full.img $1.${BOOT_DEV}.full.img
Expand Down

0 comments on commit 4b4112b

Please sign in to comment.