dev: exclude livecd-qemu-arch from use/dev/builder/live for non-x86_64

At the moment it seems useless on other architectures.
This commit is contained in:
Anton Midyukov 2021-11-16 23:08:33 +07:00
parent 79289808af
commit 8ab5bc37e2

View File

@ -16,7 +16,9 @@ use/dev/builder/base: use/dev/mkimage
use/dev/builder/live: use/dev/builder/base
@$(call add,LIVE_LISTS,$(call tags,live builder))
ifeq (,$(filter-out x86_64 ,$(ARCH)))
@$(call add,LIVE_PACKAGES,livecd-qemu-arch qemu-user-binfmt_misc)
endif
use/dev/builder/full: use/dev use/dev/builder/live use/dev/repo
ifdef BIGRAM