PR/57923: Jan-Benedict Glaw: Use $MKREPRO_TIMESTAMP for mkubootimage

This commit is contained in:
christos 2024-02-11 17:13:02 +00:00
parent 652e3ff5e3
commit 7627975f76
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ MKUBOOTIMAGEARGS+= -E $(TEXTADDR)
MKUBOOTIMAGEARGS+= -e $(TEXTADDR)
.endif
MKUBOOTIMAGEARGS+= -n "$(MACHINE) ${_OSRELEASE} ($(KERNEL_BUILD:T))"
.if ${MKREPRO_TIMESTAMP:Uno} != "no"
MKUBOOTIMAGEARGS+= -t ${MKREPRO_TIMESTAMP}
.endif
.if ${NEED_UBOOTIMAGE:Mgz} == "gz"
MKUBOOTIMAGEARGS+= -C gz