1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-07 03:04:27 +00:00

arm/edk2-firmware: no need to inherit python3native

There are no python3-foo-native dependencies, so just set PYTHON to the host
python3 (which is in HOSTTOOLS) and remove the python3native inherit.

Change-Id: I1234d04df380a71a1e881328157e1d154f3cb49c
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2020-10-20 17:00:44 +01:00
committed by Jon Mason
parent 4f264deaa4
commit 8492512109
@@ -29,7 +29,6 @@ EDK2_BUILD_MODE = "${@bb.utils.contains('EDK2_BUILD_RELEASE', '1', 'RELEASE', 'D
DEPENDS += "util-linux-native iasl-native"
inherit python3native
inherit deploy
B = "${WORKDIR}/build"
@@ -48,7 +47,7 @@ export GCC5_AARCH64_PREFIX = "${STAGING_BINDIR_TOOLCHAIN}/${TARGET_PREFIX}"
export PACKAGES_PATH = "${S}/edk2:${S}/edk2/edk2-platforms"
export WORKSPACE = "${S}/edk2"
export EDK_TOOLS_PATH = "${WORKSPACE}/BaseTools"
export PYTHON_COMMAND = "${PYTHON}"
export PYTHON_COMMAND = "python3"
export CONF_PATH = "${WORKSPACE}/Conf"
export BTOOLS_PATH = "${EDK_TOOLS_PATH}/BinWrappers/PosixLike"