Commit 8ab5bc37 authored by Anton Midyukov's avatar Anton Midyukov

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

At the moment it seems useless on other architectures.
parent 79289808
......@@ -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
......
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