[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 11/13] roms: use PYTHON to invoke python
From: |
Michael Tokarev |
Subject: |
[PULL 11/13] roms: use PYTHON to invoke python |
Date: |
Wed, 11 Oct 2023 14:20:52 +0300 |
From: Olaf Hering <olaf@aepfle.de>
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>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
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
--
2.39.2
- [PULL 02/13] hw/rdma/vmw/pvrdma_cmd: Use correct struct in query_port(), (continued)
- [PULL 02/13] hw/rdma/vmw/pvrdma_cmd: Use correct struct in query_port(), Michael Tokarev, 2023/10/11
- [PULL 04/13] MAINTAINERS: Add g364fb and ds1225y to the Jazz section, Michael Tokarev, 2023/10/11
- [PULL 05/13] MAINTAINERS: Add unowned RISC-V related files to the right sections, Michael Tokarev, 2023/10/11
- [PULL 06/13] MAINTAINERS: Add include folder to the hw/char/ section, Michael Tokarev, 2023/10/11
- [PULL 03/13] Fix compilation when UFFDIO_REGISTER is not set., Michael Tokarev, 2023/10/11
- [PULL 07/13] MAINTAINERS: Add the CI-related doc files to the CI section, Michael Tokarev, 2023/10/11
- [PULL 09/13] MAINTAINERS: Add section for overall sensors, Michael Tokarev, 2023/10/11
- [PULL 10/13] MAINTAINERS: Add some unowned files to the SBSA-REF section, Michael Tokarev, 2023/10/11
- [PULL 11/13] roms: use PYTHON to invoke python,
Michael Tokarev <=
- [PULL 08/13] MAINTAINERS: add standard-headers to Hosts/LINUX, Michael Tokarev, 2023/10/11
- [PULL 12/13] scripts/xml-preprocess: Make sure this script is invoked via the right Python, Michael Tokarev, 2023/10/11
- [PULL 13/13] cpus: Remove unused smp_cores/smp_threads declarations, Michael Tokarev, 2023/10/11