summaryrefslogtreecommitdiffstats
path: root/recipes-security/optee-imx/optee-os_3.2.0.imx.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/optee-imx/optee-os_3.2.0.imx.bb')
-rw-r--r--recipes-security/optee-imx/optee-os_3.2.0.imx.bb10
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes-security/optee-imx/optee-os_3.2.0.imx.bb b/recipes-security/optee-imx/optee-os_3.2.0.imx.bb
index c5328c9c7..be07f0ef3 100644
--- a/recipes-security/optee-imx/optee-os_3.2.0.imx.bb
+++ b/recipes-security/optee-imx/optee-os_3.2.0.imx.bb
@@ -6,12 +6,16 @@ HOMEPAGE = "http://www.optee.org/"
6LICENSE = "BSD" 6LICENSE = "BSD"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=69663ab153298557a59c67a60a743e5b" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=69663ab153298557a59c67a60a743e5b"
8 8
9inherit deploy pythonnative autotools 9inherit deploy python3native autotools
10DEPENDS = "python-pycrypto-native u-boot-mkimage-native" 10DEPENDS = "python3-pycrypto-native u-boot-mkimage-native"
11 11
12SRCBRANCH = "imx_4.19.35_1.1.0" 12SRCBRANCH = "imx_4.19.35_1.1.0"
13OPTEE_OS_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-os.git;protocol=https" 13OPTEE_OS_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-os.git;protocol=https"
14SRC_URI = "${OPTEE_OS_SRC};branch=${SRCBRANCH}" 14SRC_URI = "\
15 ${OPTEE_OS_SRC};branch=${SRCBRANCH} \
16 file://0001-scripts-update-scripts-to-use-python3.patch \
17"
18
15SRCREV = "6a22e6e8a2840b245808527679f3397b7e620b3c" 19SRCREV = "6a22e6e8a2840b245808527679f3397b7e620b3c"
16 20
17S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"