Commit 7244d20f authored by Anton Midyukov's avatar Anton Midyukov

slinux: Added support build vm image for riscv64

parent 2b9c9d88
......@@ -46,8 +46,14 @@ use/slinux/services: use/slinux/services-enabled use/slinux/services-disabled
use/slinux/arm-base: use/x11/armsoc use/bootloader/uboot
ifeq (,$(filter-out riscv64,$(ARCH)))
use/slinux/vm-base: vm/systemd \
use/oem/vnc use/bootloader/uboot use/slinux/mixin-base
@$(call set,KFLAVOURS,un-def)
else
use/slinux/vm-base: vm/systemd \
use/oem use/slinux/mixin-base
endif
@$(call add,THE_LISTS,slinux/games-base)
@$(call add,THE_LISTS,slinux/graphics-base)
@$(call add,THE_LISTS,slinux/multimedia-base)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment