diff options
| -rw-r--r-- | recipes-security/optee-imx/optee-client_3.17.0.imx.bb | 18 |
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 53ee5bc42..6f0435fef 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/" | |||
| 5 | LICENSE = "BSD-2-Clause" | 5 | LICENSE = "BSD-2-Clause" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=69663ab153298557a59c67a60a743e5b" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=69663ab153298557a59c67a60a743e5b" |
| 7 | 7 | ||
| 8 | SRCBRANCH = "lf-5.15.5_1.0.0" | ||
| 9 | SRC_URI = " \ | 8 | SRC_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 | " | 11 | SRCBRANCH = "lf-5.15.52_2.1.0" |
| 13 | 12 | SRCREV = "9d8f1903bbea3a1e631c8d26ee51c37020569312" | |
| 14 | SRCREV = "182874320395787a389e5b0f7df02b32f3c0a1b0" | ||
| 15 | 13 | ||
| 16 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 17 | B = "${WORKDIR}/build" | 15 | B = "${WORKDIR}/build" |
| @@ -22,11 +20,9 @@ REQUIRED_MACHINE_FEATURES = "optee" | |||
| 22 | 20 | ||
| 23 | SYSTEMD_SERVICE:${PN} = "tee-supplicant.service" | 21 | SYSTEMD_SERVICE:${PN} = "tee-supplicant.service" |
| 24 | 22 | ||
| 25 | OPTEE_ARCH ?= "arm32" | 23 | EXTRA_OEMAKE = " \ |
| 26 | OPTEE_ARCH:armv7a = "arm32" | 24 | -C ${S} O=${B} \ |
| 27 | OPTEE_ARCH:aarch64 = "arm64" | 25 | " |
| 28 | |||
| 29 | EXTRA_OEMAKE = "ARCH=${OPTEE_ARCH} O=${B}" | ||
| 30 | 26 | ||
| 31 | do_install () { | 27 | do_install () { |
| 32 | oe_runmake -C ${S} install | 28 | oe_runmake -C ${S} install |
