diff options
4 files changed, 5 insertions, 4 deletions
diff --git a/meta-rcar-gen3/recipes-bsp/optee/optee-examples_git.bb b/meta-rcar-gen3/recipes-bsp/optee/optee-examples_git.bb index ccfe3fe..440fe8f 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-examples_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-examples_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=cd95ab417e23b94f381dafc453d70c30" PACKAGE_ARCH = "${MACHINE_ARCH}" -inherit pythonnative +inherit python3native PV = "3.6.0+git${SRCPV}" diff --git a/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb b/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb index 6725ebb..09deeb6 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb @@ -1,3 +1,4 @@ + DESCRIPTION = "OP-TEE OS" LICENSE = "BSD-2-Clause & BSD-3-Clause" diff --git a/meta-rcar-gen3/recipes-bsp/optee/optee-test_git.bb b/meta-rcar-gen3/recipes-bsp/optee/optee-test_git.bb index ea58e24..80a22b8 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-test_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-test_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${S}/host/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a426 PACKAGE_ARCH = "${MACHINE_ARCH}" -inherit pythonnative +inherit python3native PV = "3.1.0+git${SRCPV}" @@ -19,7 +19,7 @@ SRC_URI = " \ COMPATIBLE_MACHINE = "(salvator-x|h3ulcb|m3ulcb|m3nulcb|ebisu)" PLATFORM = "rcar" -DEPENDS = "optee-os optee-client python-pycrypto-native" +DEPENDS = "optee-os optee-client python3-pycrypto-native" export CROSS_COMPILE64="${TARGET_PREFIX}" diff --git a/meta-rcar-gen3/recipes-bsp/optee/optee-user-app-template_git.bb b/meta-rcar-gen3/recipes-bsp/optee/optee-user-app-template_git.bb index 8d45a3c..d66060b 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-user-app-template_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-user-app-template_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=cd95ab417e23b94f381dafc453d70c30" PACKAGE_ARCH = "${MACHINE_ARCH}" -inherit pythonnative +inherit python3native PV = "0.1+git${SRCPV}" |