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:
parent
79289808af
commit
8ab5bc37e2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user