summaryrefslogtreecommitdiffstats
path: root/recipes-security/optee-imx/optee-client_3.17.0.imx.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/optee-imx/optee-client_3.17.0.imx.bb')
-rw-r--r--recipes-security/optee-imx/optee-client_3.17.0.imx.bb18
1 files changed, 7 insertions, 11 deletions
diff --git a/recipes-security/optee-imx/optee-client_3.17.0.imx.bb b/recipes-security/optee-imx/optee-client_3.17.0.imx.bb
index 53ee5bc4..6f0435fe 100644
--- a/recipes-security/optee-imx/optee-client_3.17.0.imx.bb
+++ b/recipes-security/optee-imx/optee-client_3.17.0.imx.bb
@@ -5,13 +5,11 @@ HOMEPAGE = "http://www.optee.org/"
5LICENSE = "BSD-2-Clause" 5LICENSE = "BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=69663ab153298557a59c67a60a743e5b" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=69663ab153298557a59c67a60a743e5b"
7 7
8SRCBRANCH = "lf-5.15.5_1.0.0"
9SRC_URI = " \ 8SRC_URI = " \
10 git://source.codeaurora.org/external/imx/imx-optee-client.git;protocol=https;branch=${SRCBRANCH} \ 9 git://github.com/nxp-imx/imx-optee-client.git;protocol=https;branch=${SRCBRANCH} \
11 file://tee-supplicant.service \ 10 file://tee-supplicant.service"
12" 11SRCBRANCH = "lf-5.15.52_2.1.0"
13 12SRCREV = "9d8f1903bbea3a1e631c8d26ee51c37020569312"
14SRCREV = "182874320395787a389e5b0f7df02b32f3c0a1b0"
15 13
16S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
17B = "${WORKDIR}/build" 15B = "${WORKDIR}/build"
@@ -22,11 +20,9 @@ REQUIRED_MACHINE_FEATURES = "optee"
22 20
23SYSTEMD_SERVICE:${PN} = "tee-supplicant.service" 21SYSTEMD_SERVICE:${PN} = "tee-supplicant.service"
24 22
25OPTEE_ARCH ?= "arm32" 23EXTRA_OEMAKE = " \
26OPTEE_ARCH:armv7a = "arm32" 24 -C ${S} O=${B} \
27OPTEE_ARCH:aarch64 = "arm64" 25"
28
29EXTRA_OEMAKE = "ARCH=${OPTEE_ARCH} O=${B}"
30 26
31do_install () { 27do_install () {
32 oe_runmake -C ${S} install 28 oe_runmake -C ${S} install