Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anton Palgunov
mkimage-profiles
Commits
1d2d715b
Commit
1d2d715b
authored
Feb 09, 2024
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set MKI_VER_MINIMAL=0.3.0, MKI_VER_OPTIMAL=0.3.2
parent
29193f90
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
6 deletions
+2
-6
config.mk
features.in/efi/config.mk
+0
-2
config.mk
features.in/isohybrid/config.mk
+0
-1
config.mk
features.in/uuid-iso/config.mk
+0
-1
Makefile
image.in/Makefile
+2
-2
No files found.
features.in/efi/config.mk
View file @
1d2d715b
...
@@ -8,8 +8,6 @@ EFI_LISTS := $(call tags,base efi)
...
@@ -8,8 +8,6 @@ EFI_LISTS := $(call tags,base efi)
use/efi:
use/efi:
@$(call add_feature)
@$(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 try,EFI_BOOTLOADER,grub-efi) # default one
@$(call xport,EFI_BOOTLOADER)
@$(call xport,EFI_BOOTLOADER)
@$(call add,COMMON_LISTS,$(EFI_LISTS))
@$(call add,COMMON_LISTS,$(EFI_LISTS))
...
...
features.in/isohybrid/config.mk
View file @
1d2d715b
use/isohybrid:
use/isohybrid:
@$(call add_feature)
@$(call add_feature)
@$(call try,ISOHYBRID,1)
@$(call try,ISOHYBRID,1)
@$(call set,MKI_VER_MINIMAL,0.2.5)
features.in/uuid-iso/config.mk
View file @
1d2d715b
...
@@ -3,7 +3,6 @@ UUID_ISO_SHRT := $(shell echo $(UUID_ISO) | sed 's/-//g')
...
@@ -3,7 +3,6 @@ UUID_ISO_SHRT := $(shell echo $(UUID_ISO) | sed 's/-//g')
use/uuid-iso:
use/uuid-iso:
@$(call add_feature)
@$(call add_feature)
@$(call set,MKI_VER_OPTIMAL,0.2.41)
@$(call set,UUID_ISO_SHRT,$(UUID_ISO_SHRT))
@$(call set,UUID_ISO_SHRT,$(UUID_ISO_SHRT))
@$(call set,UUID_ISO,$(UUID_ISO))
@$(call set,UUID_ISO,$(UUID_ISO))
@$(call xport,UUID_ISO)
@$(call xport,UUID_ISO)
image.in/Makefile
View file @
1d2d715b
...
@@ -7,8 +7,8 @@ OUT_LINK := out
...
@@ -7,8 +7,8 @@ OUT_LINK := out
# there were mkimage fixes induced by mkimage-profile development
# there were mkimage fixes induced by mkimage-profile development
# - minimal version is bumped for critical bugfixes/features
# - minimal version is bumped for critical bugfixes/features
# - optimal one relates to the less universally relevant bits
# - optimal one relates to the less universally relevant bits
MKI_VER_MINIMAL
=
0.
1.7
MKI_VER_MINIMAL
=
0.
3.0
MKI_VER_OPTIMAL
=
0.
2.6
MKI_VER_OPTIMAL
=
0.
3.2
include
distcfg.mk
include
distcfg.mk
include
functions.mk
include
functions.mk
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment