diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-06-30 08:31:19 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-30 08:31:19 -0300 |
commit | 06e69dcd392637b5c3ec1f4bfb91313d45198c14 (patch) | |
tree | 899bf610704e10acd8cc4882af8226bcaa346761 /recipes-security/optee-qoriq | |
parent | 4273bade195b3d0df1eb879b4ce24076e825d788 (diff) | |
parent | b747b01501d19a160612711b0bdc1cee0c24f670 (diff) | |
download | meta-freescale-master.tar.gz |
global: whinlatter updates for WORKDIR/UNPACKDIR and git fetch location
Diffstat (limited to 'recipes-security/optee-qoriq')
-rw-r--r-- | recipes-security/optee-qoriq/optee-client.nxp.inc | 1 | ||||
-rw-r--r-- | recipes-security/optee-qoriq/optee-os.nxp.inc | 1 | ||||
-rw-r--r-- | recipes-security/optee-qoriq/optee-test.nxp.inc | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/recipes-security/optee-qoriq/optee-client.nxp.inc b/recipes-security/optee-qoriq/optee-client.nxp.inc index c3933a243..a7e51a29d 100644 --- a/recipes-security/optee-qoriq/optee-client.nxp.inc +++ b/recipes-security/optee-qoriq/optee-client.nxp.inc | |||
@@ -13,7 +13,6 @@ SRCREV = "7c9c423d00e96bf51debd5fe10fd70dce83be5cc" | |||
13 | FILESEXTRAPATHS:prepend := "${THISDIR}/optee-client:" | 13 | FILESEXTRAPATHS:prepend := "${THISDIR}/optee-client:" |
14 | SRC_URI += "file://tee-supplicant.service" | 14 | SRC_URI += "file://tee-supplicant.service" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | ||
17 | B = "${WORKDIR}/build" | 16 | B = "${WORKDIR}/build" |
18 | 17 | ||
19 | OPTEE_ARCH ?= "arm32" | 18 | OPTEE_ARCH ?= "arm32" |
diff --git a/recipes-security/optee-qoriq/optee-os.nxp.inc b/recipes-security/optee-qoriq/optee-os.nxp.inc index 5b90b937c..989da06d7 100644 --- a/recipes-security/optee-qoriq/optee-os.nxp.inc +++ b/recipes-security/optee-qoriq/optee-os.nxp.inc | |||
@@ -12,7 +12,6 @@ DEPENDS = "python3-pycryptodome-native python3-pyelftools-native python3-pycrypt | |||
12 | SRC_URI = "git://github.com/nxp-qoriq/optee_os.git;protocol=https;nobranch=1" | 12 | SRC_URI = "git://github.com/nxp-qoriq/optee_os.git;protocol=https;nobranch=1" |
13 | SRCREV = "735d98806dc26fbeeecad7f5e60ffeab8170c67e" | 13 | SRCREV = "735d98806dc26fbeeecad7f5e60ffeab8170c67e" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | ||
16 | B = "${WORKDIR}/build.${PLATFORM_FLAVOR}" | 15 | B = "${WORKDIR}/build.${PLATFORM_FLAVOR}" |
17 | 16 | ||
18 | PLATFORM_FLAVOR ?= "${MACHINE}" | 17 | PLATFORM_FLAVOR ?= "${MACHINE}" |
diff --git a/recipes-security/optee-qoriq/optee-test.nxp.inc b/recipes-security/optee-qoriq/optee-test.nxp.inc index 14a42ac5a..17108ff38 100644 --- a/recipes-security/optee-qoriq/optee-test.nxp.inc +++ b/recipes-security/optee-qoriq/optee-test.nxp.inc | |||
@@ -12,7 +12,6 @@ inherit python3native cmake | |||
12 | SRC_URI = "git://github.com/nxp-qoriq/optee_test.git;protocol=https;nobranch=1" | 12 | SRC_URI = "git://github.com/nxp-qoriq/optee_test.git;protocol=https;nobranch=1" |
13 | SRCREV = "69722dab8c1f2683e30e0ee3b536053367e37aad" | 13 | SRCREV = "69722dab8c1f2683e30e0ee3b536053367e37aad" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | ||
16 | B = "${WORKDIR}/build" | 15 | B = "${WORKDIR}/build" |
17 | 16 | ||
18 | TA_DEV_KIT_DIR ?= "${STAGING_INCDIR}/optee/export-user_ta" | 17 | TA_DEV_KIT_DIR ?= "${STAGING_INCDIR}/optee/export-user_ta" |