basealt.mk: Add vm/alt-workstation target

Build rootfs images for aarch64 and armh.
This commit is contained in:
Mikhail Efremov 2019-06-06 16:16:15 +03:00 committed by Anton Midyukov
parent eeea63f92f
commit b82ec6c07f

View File

@ -56,3 +56,11 @@ distro/alt-workstation-801: distro/.alt-workstation-base use/e2k/install2/801
endif
endif
ifeq (vm,$(IMAGE_CLASS))
ifeq (,$(filter-out aarch64 armh,$(ARCH)))
vm/alt-workstation: vm/systemd use/x11/armsoc use/x11/lightdm/gtk \
use/oem use/repo use/bootloader/uboot mixin/alt-workstation; @:
endif
endif