diff options
Diffstat (limited to 'recipes-security')
-rw-r--r-- | recipes-security/optee-imx/optee-client-fslc.inc | 2 | ||||
-rw-r--r-- | recipes-security/optee-imx/optee-os-fslc.inc | 1 | ||||
-rw-r--r-- | recipes-security/optee-imx/optee-test-fslc.inc | 1 | ||||
-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 | ||||
-rw-r--r-- | recipes-security/smw/keyctl-caam_git.bb | 2 | ||||
-rw-r--r-- | recipes-security/smw/smw_git.bb | 2 |
8 files changed, 1 insertions, 10 deletions
diff --git a/recipes-security/optee-imx/optee-client-fslc.inc b/recipes-security/optee-imx/optee-client-fslc.inc index 455bdd780..2c1a0f450 100644 --- a/recipes-security/optee-imx/optee-client-fslc.inc +++ b/recipes-security/optee-imx/optee-client-fslc.inc | |||
@@ -18,8 +18,6 @@ SRC_URI = " \ | |||
18 | 18 | ||
19 | UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$" | 19 | UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | ||
22 | |||
23 | EXTRA_OECMAKE = " \ | 21 | EXTRA_OECMAKE = " \ |
24 | -DBUILD_SHARED_LIBS=ON \ | 22 | -DBUILD_SHARED_LIBS=ON \ |
25 | -DCFG_TEE_FS_PARENT_PATH='${localstatedir}/lib/tee' \ | 23 | -DCFG_TEE_FS_PARENT_PATH='${localstatedir}/lib/tee' \ |
diff --git a/recipes-security/optee-imx/optee-os-fslc.inc b/recipes-security/optee-imx/optee-os-fslc.inc index c1f1f48f5..56c0f3e12 100644 --- a/recipes-security/optee-imx/optee-os-fslc.inc +++ b/recipes-security/optee-imx/optee-os-fslc.inc | |||
@@ -19,7 +19,6 @@ DEPENDS:append:toolchain-clang = " compiler-rt" | |||
19 | 19 | ||
20 | SRC_URI = "git://github.com/OP-TEE/optee_os.git;branch=master;protocol=https" | 20 | SRC_URI = "git://github.com/OP-TEE/optee_os.git;branch=master;protocol=https" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | ||
23 | B = "${WORKDIR}/build" | 22 | B = "${WORKDIR}/build" |
24 | 23 | ||
25 | EXTRA_OEMAKE += " \ | 24 | EXTRA_OEMAKE += " \ |
diff --git a/recipes-security/optee-imx/optee-test-fslc.inc b/recipes-security/optee-imx/optee-test-fslc.inc index 0fb5f878a..ed64c87f8 100644 --- a/recipes-security/optee-imx/optee-test-fslc.inc +++ b/recipes-security/optee-imx/optee-test-fslc.inc | |||
@@ -18,7 +18,6 @@ SRC_URI = "git://github.com/OP-TEE/optee_test.git;branch=master;protocol=https \ | |||
18 | file://run-ptest \ | 18 | file://run-ptest \ |
19 | " | 19 | " |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | ||
22 | B = "${WORKDIR}/build" | 21 | B = "${WORKDIR}/build" |
23 | 22 | ||
24 | EXTRA_OEMAKE += "TA_DEV_KIT_DIR=${TA_DEV_KIT_DIR} \ | 23 | EXTRA_OEMAKE += "TA_DEV_KIT_DIR=${TA_DEV_KIT_DIR} \ |
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" |
diff --git a/recipes-security/smw/keyctl-caam_git.bb b/recipes-security/smw/keyctl-caam_git.bb index 25a5f656a..66ff7ecb0 100644 --- a/recipes-security/smw/keyctl-caam_git.bb +++ b/recipes-security/smw/keyctl-caam_git.bb | |||
@@ -11,8 +11,6 @@ SRC_URI = "git://github.com/nxp-imx/keyctl_caam.git;protocol=https;branch=${SRCB | |||
11 | 11 | ||
12 | SRCREV = "81dc06cdb9c4d0d4ba10459d85af9a8603774948" | 12 | SRCREV = "81dc06cdb9c4d0d4ba10459d85af9a8603774948" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | TARGET_CC_ARCH += "${LDFLAGS}" | 14 | TARGET_CC_ARCH += "${LDFLAGS}" |
17 | 15 | ||
18 | do_install () { | 16 | do_install () { |
diff --git a/recipes-security/smw/smw_git.bb b/recipes-security/smw/smw_git.bb index 3c1d04908..dbb59d2f3 100644 --- a/recipes-security/smw/smw_git.bb +++ b/recipes-security/smw/smw_git.bb | |||
@@ -19,7 +19,7 @@ SRC_URI = "git://github.com/nxp-imx/imx-smw.git;protocol=https;branch=release/ve | |||
19 | SRCREV_smw = "f0570b3e8cb5f68d54edc4f9dd7cb984f6f604ed" | 19 | SRCREV_smw = "f0570b3e8cb5f68d54edc4f9dd7cb984f6f604ed" |
20 | SRCREV_psa = "463cb95ada820bc6f758d50066cf8c0ed5cc3a02" | 20 | SRCREV_psa = "463cb95ada820bc6f758d50066cf8c0ed5cc3a02" |
21 | SRCREV_FORMAT = "smw_psa" | 21 | SRCREV_FORMAT = "smw_psa" |
22 | S = "${WORKDIR}/git/smw" | 22 | S = "${UNPACKDIR}/git/smw" |
23 | 23 | ||
24 | inherit cmake python3native | 24 | inherit cmake python3native |
25 | 25 | ||