]> code.ossystems Code Review - meta-freescale.git/commitdiff
optee-os: Rename optee-os -> optee-os-qoriq
authorC.R. Guo <chunrong.guo@nxp.com>
Wed, 7 Mar 2018 08:45:45 +0000 (16:45 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 15 Mar 2018 12:50:54 +0000 (09:50 -0300)
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-security/optee/optee-os-qoriq/0001-allow-setting-sysroot-for-libgcc-lookup.patch [moved from recipes-security/optee/optee-os/0001-allow-setting-sysroot-for-libgcc-lookup.patch with 100% similarity]
recipes-security/optee/optee-os-qoriq_git.bb [moved from recipes-security/optee/optee-os_git.bb with 89% similarity]

similarity index 89%
rename from recipes-security/optee/optee-os_git.bb
rename to recipes-security/optee/optee-os-qoriq_git.bb
index 8151d4265de0f071ba0b6145a4c1f391c01bc6d1..21b467efc0aaab0e115353f400e3086e2e746845 100644 (file)
@@ -8,8 +8,8 @@ DEPENDS = "python-pycrypto-native"
 
 inherit deploy pythonnative
 
-SRCREV = "ced7d32072c2b350c2090803f6dcfa006057efda"
-SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_os;nobranch=1 \
+SRCREV = "4886ddbd44665589215df4ef010958cba55dc8ba"
+SRC_URI = "git://bitbucket.sw.nxp.com/scm/dash/optee_os.git;nobranch=1 \
            file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
           "
 
@@ -18,10 +18,10 @@ S = "${WORKDIR}/git"
 OPTEEMACHINE ?= "${MACHINE}"
 
 EXTRA_OEMAKE = "PLATFORM=ls-${OPTEEMACHINE} CFG_ARM64_core=y \
+                ARCH=arm \
                 CROSS_COMPILE_core=${HOST_PREFIX} \
                 CROSS_COMPILE_ta_arm64=${HOST_PREFIX} \
                 NOWERROR=1 \
-                ta-targets=ta_arm64 \
                 LDFLAGS= \
                 LIBGCC_LOCATE_CFLAGS=--sysroot=${STAGING_DIR_HOST} \
         "