* [PATCH v1] roms: use PYTHON to invoke python
@ 2023-10-02 10:18 Olaf Hering
2023-10-02 12:10 ` Michael Tokarev
0 siblings, 1 reply; 2+ messages in thread
From: Olaf Hering @ 2023-10-02 10:18 UTC (permalink / raw)
To: qemu-devel
python3 may not be the expected python version.
Use PYTHON to invoke python.
Fixes: 22e11539e1 ("edk2: replace build scripts")
Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
roms/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roms/Makefile b/roms/Makefile
index 6859685290..67f709ba2d 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -147,7 +147,7 @@ skiboot:
cp skiboot/skiboot.lid ../pc-bios/skiboot.lid
efi:
- python3 edk2-build.py --config edk2-build.config \
+ $(PYTHON) edk2-build.py --config edk2-build.config \
--version-override "edk2-stable202302-for-qemu" \
--release-date "03/01/2023"
rm -f ../pc-bios/edk2-*.fd.bz2
base-commit: 36e9aab3c569d4c9ad780473596e18479838d1aa
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v1] roms: use PYTHON to invoke python
2023-10-02 10:18 [PATCH v1] roms: use PYTHON to invoke python Olaf Hering
@ 2023-10-02 12:10 ` Michael Tokarev
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tokarev @ 2023-10-02 12:10 UTC (permalink / raw)
To: Olaf Hering, qemu-devel; +Cc: QEMU Trivial
02.10.2023 13:18, Olaf Hering:
> python3 may not be the expected python version.
> Use PYTHON to invoke python.
Applied to my trivial-patches tree, thanks!
/mjt
> Fixes: 22e11539e1 ("edk2: replace build scripts")
>
> Signed-off-by: Olaf Hering <olaf@aepfle.de>
>
> diff --git a/roms/Makefile b/roms/Makefile
>
> efi:
> - python3 edk2-build.py --config edk2-build.config \
> + $(PYTHON) edk2-build.py --config edk2-build.config \
> --version-override "edk2-stable202302-for-qemu" \
> --release-date "03/01/2023"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-10-02 12:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-02 10:18 [PATCH v1] roms: use PYTHON to invoke python Olaf Hering
2023-10-02 12:10 ` Michael Tokarev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).