Set MKI_VER_MINIMAL=0.3.0, MKI_VER_OPTIMAL=0.3.2
This commit is contained in:
parent
29193f90ba
commit
1d2d715bac
@ -8,8 +8,6 @@ EFI_LISTS := $(call tags,base efi)
|
||||
|
||||
use/efi:
|
||||
@$(call add_feature)
|
||||
@$(call set,MKI_VER_MINIMAL,0.2.12) # it's official now
|
||||
@$(call set,MKI_VER_OPTIMAL,0.2.17) # for EFI_BOOTARGS
|
||||
@$(call try,EFI_BOOTLOADER,grub-efi) # default one
|
||||
@$(call xport,EFI_BOOTLOADER)
|
||||
@$(call add,COMMON_LISTS,$(EFI_LISTS))
|
||||
|
@ -1,4 +1,3 @@
|
||||
use/isohybrid:
|
||||
@$(call add_feature)
|
||||
@$(call try,ISOHYBRID,1)
|
||||
@$(call set,MKI_VER_MINIMAL,0.2.5)
|
||||
|
@ -3,7 +3,6 @@ UUID_ISO_SHRT := $(shell echo $(UUID_ISO) | sed 's/-//g')
|
||||
|
||||
use/uuid-iso:
|
||||
@$(call add_feature)
|
||||
@$(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)
|
||||
|
@ -7,8 +7,8 @@ OUT_LINK := out
|
||||
# there were mkimage fixes induced by mkimage-profile development
|
||||
# - minimal version is bumped for critical bugfixes/features
|
||||
# - optimal one relates to the less universally relevant bits
|
||||
MKI_VER_MINIMAL = 0.1.7
|
||||
MKI_VER_OPTIMAL = 0.2.6
|
||||
MKI_VER_MINIMAL = 0.3.0
|
||||
MKI_VER_OPTIMAL = 0.3.2
|
||||
|
||||
include distcfg.mk
|
||||
include functions.mk
|
||||
|
Loading…
x
Reference in New Issue
Block a user