Re: [PULL 1/4] edk2: get version + date from git submodule

2024-04-09 Thread Peter Maydell
On Tue, 9 Apr 2024 at 19:02, Michael Tokarev wrote: > > 09.04.2024 19:29, Gerd Hoffmann: > > +efi: edk2-version > > $(PYTHON) edk2-build.py --config edk2-build.config \ > > - --version-override "edk2-stable202302-for-qemu" \ > > - --release-date "03/01/2023" > > +

Re: [PULL 1/4] edk2: get version + date from git submodule

2024-04-09 Thread Michael Tokarev
09.04.2024 19:29, Gerd Hoffmann: Turned out hard-coding version and date in the Makefile wasn't a bright idea. Updating it on edk2 updates is easily forgotten. Fetch the info from git instead. Store in edk2-version, so this can be committed to the repo and is present in tarballs too. This

[PULL 1/4] edk2: get version + date from git submodule

2024-04-09 Thread Gerd Hoffmann
Turned out hard-coding version and date in the Makefile wasn't a bright idea. Updating it on edk2 updates is easily forgotten. Fetch the info from git instead. Store in edk2-version, so this can be committed to the repo and is present in tarballs too. Reviewed-by: Peter Maydell Signed-off-by: