summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorC.R. Guo <chunrong.guo@nxp.com>2018-03-07 16:45:45 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-03-15 09:50:54 -0300
commitfe25ab0a190680d05bb3e3c5f509274d0f89d722 (patch)
tree4a37976eede2b18913ab132ebe691603400ad846 /recipes-security
parente0518234f9ac3e46755e931c341646cfd9cb6ae2 (diff)
downloadmeta-freescale-fe25ab0a190680d05bb3e3c5f509274d0f89d722.tar.gz
optee-os: Rename optee-os -> optee-os-qoriq
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-security')
-rw-r--r--recipes-security/optee/optee-os-qoriq/0001-allow-setting-sysroot-for-libgcc-lookup.patch (renamed from recipes-security/optee/optee-os/0001-allow-setting-sysroot-for-libgcc-lookup.patch)0
-rw-r--r--recipes-security/optee/optee-os-qoriq_git.bb (renamed from recipes-security/optee/optee-os_git.bb)6
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-security/optee/optee-os/0001-allow-setting-sysroot-for-libgcc-lookup.patch b/recipes-security/optee/optee-os-qoriq/0001-allow-setting-sysroot-for-libgcc-lookup.patch
index 17127d0b..17127d0b 100644
--- a/recipes-security/optee/optee-os/0001-allow-setting-sysroot-for-libgcc-lookup.patch
+++ b/recipes-security/optee/optee-os-qoriq/0001-allow-setting-sysroot-for-libgcc-lookup.patch
diff --git a/recipes-security/optee/optee-os_git.bb b/recipes-security/optee/optee-os-qoriq_git.bb
index 8151d426..21b467ef 100644
--- a/recipes-security/optee/optee-os_git.bb
+++ b/recipes-security/optee/optee-os-qoriq_git.bb
@@ -8,8 +8,8 @@ DEPENDS = "python-pycrypto-native"
8 8
9inherit deploy pythonnative 9inherit deploy pythonnative
10 10
11SRCREV = "ced7d32072c2b350c2090803f6dcfa006057efda" 11SRCREV = "4886ddbd44665589215df4ef010958cba55dc8ba"
12SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_os;nobranch=1 \ 12SRC_URI = "git://bitbucket.sw.nxp.com/scm/dash/optee_os.git;nobranch=1 \
13 file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \ 13 file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
14 " 14 "
15 15
@@ -18,10 +18,10 @@ S = "${WORKDIR}/git"
18OPTEEMACHINE ?= "${MACHINE}" 18OPTEEMACHINE ?= "${MACHINE}"
19 19
20EXTRA_OEMAKE = "PLATFORM=ls-${OPTEEMACHINE} CFG_ARM64_core=y \ 20EXTRA_OEMAKE = "PLATFORM=ls-${OPTEEMACHINE} CFG_ARM64_core=y \
21 ARCH=arm \
21 CROSS_COMPILE_core=${HOST_PREFIX} \ 22 CROSS_COMPILE_core=${HOST_PREFIX} \
22 CROSS_COMPILE_ta_arm64=${HOST_PREFIX} \ 23 CROSS_COMPILE_ta_arm64=${HOST_PREFIX} \
23 NOWERROR=1 \ 24 NOWERROR=1 \
24 ta-targets=ta_arm64 \
25 LDFLAGS= \ 25 LDFLAGS= \
26 LIBGCC_LOCATE_CFLAGS=--sysroot=${STAGING_DIR_HOST} \ 26 LIBGCC_LOCATE_CFLAGS=--sysroot=${STAGING_DIR_HOST} \
27 " 27 "