[PATCH v2 0/3] edk2: get version + date from git submodule

Gerd Hoffmann posted 3 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240327102448.61877-1-kraxel@redhat.com
Maintainers: "Philippe Mathieu-Daudé" <philmd@linaro.org>, Gerd Hoffmann <kraxel@redhat.com>
roms/Makefile     | 25 ++++++++++++++++++-------
roms/edk2-version |  2 ++
2 files changed, 20 insertions(+), 7 deletions(-)
create mode 100644 roms/edk2-version
[PATCH v2 0/3] edk2: get version + date from git submodule
Posted by Gerd Hoffmann 1 month ago
v2 changes:
 - store version information in git

Gerd Hoffmann (3):
  edk2: get version + date from git submodule
  edk2: commit version info
  edk2/seabios: use common extra version

 roms/Makefile     | 25 ++++++++++++++++++-------
 roms/edk2-version |  2 ++
 2 files changed, 20 insertions(+), 7 deletions(-)
 create mode 100644 roms/edk2-version

-- 
2.44.0
Re: [PATCH v2 0/3] edk2: get version + date from git submodule
Posted by Peter Maydell 2 weeks, 6 days ago
On Wed, 27 Mar 2024 at 10:26, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> v2 changes:
>  - store version information in git
>
> Gerd Hoffmann (3):
>   edk2: get version + date from git submodule
>   edk2: commit version info
>   edk2/seabios: use common extra version
>
>  roms/Makefile     | 25 ++++++++++++++++++-------
>  roms/edk2-version |  2 ++
>  2 files changed, 20 insertions(+), 7 deletions(-)
>  create mode 100644 roms/edk2-version

Series
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM