Commit de18e39e authored by Anton Midyukov's avatar Anton Midyukov

uuid-iso: Allowed for all platform with grub support

Since we are now using fuuid, it doesn't depend on mkimage version. But it depends on the propagator version. Needed propagator >= 20210329-alt1 See-also: commit 52e90c26
parent 97df2ac2
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
UUID_ISO := $(shell date -u +%Y-%m-%d-%H-%M-%S-00)
UUID_ISO_SHRT := $(shell echo $(UUID_ISO) | sed 's/-//g')
use/uuid-iso:
@$(call add_feature)
@$(call set,MKI_VER_MINIMAL,0.2.41)
@$(call set,MKI_VER_OPTIMAL,0.2.41)
@$(call set,UUID_ISO_SHRT,$(UUID_ISO_SHRT))
@$(call set,UUID_ISO,$(UUID_ISO))
@$(call xport,UUID_ISO)
else
use/uuid-iso: ; @:
endif
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