summaryrefslogtreecommitdiffstats
path: root/recipes-security/optee-imx/optee-test_3.2.0.imx.bb
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2020-04-15 08:56:25 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-16 10:32:45 -0300
commitfcb3b7452d37c189437621440f6aa68393d3e261 (patch)
treeae71cbc847f70c075e9164c4b9f84152ff33e7ce /recipes-security/optee-imx/optee-test_3.2.0.imx.bb
parent9837d52e9bf3b6aa67db9d882543c9e805b15635 (diff)
downloadmeta-freescale-fcb3b7452d37c189437621440f6aa68393d3e261.tar.gz
optee-imx: upgrade to lf-5.4.y
Upgrade optee recipes to fetch sources from lf-5.4.y branch, this is aligned with new kernel release from NXP. optee-os and optee-client has build defines dropped, this is originated in NXP fork. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Diffstat (limited to 'recipes-security/optee-imx/optee-test_3.2.0.imx.bb')
-rw-r--r--recipes-security/optee-imx/optee-test_3.2.0.imx.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-security/optee-imx/optee-test_3.2.0.imx.bb b/recipes-security/optee-imx/optee-test_3.2.0.imx.bb
index fa46720d..03cb2b57 100644
--- a/recipes-security/optee-imx/optee-test_3.2.0.imx.bb
+++ b/recipes-security/optee-imx/optee-test_3.2.0.imx.bb
@@ -11,7 +11,7 @@ inherit python3native
11 11
12FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 12FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
13 13
14SRCBRANCH = "imx_4.19.35_1.1.0" 14SRCBRANCH = "lf-5.4.y"
15OPTEE_TEST_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-test.git;protocol=https" 15OPTEE_TEST_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-test.git;protocol=https"
16 16
17SRC_URI = "${OPTEE_TEST_SRC};branch=${SRCBRANCH} \ 17SRC_URI = "${OPTEE_TEST_SRC};branch=${SRCBRANCH} \
@@ -25,8 +25,6 @@ S = "${WORKDIR}/git"
25 25
26SRCREV = "b7114b828b82f2c0eec124ed424eff1230cc5319" 26SRCREV = "b7114b828b82f2c0eec124ed424eff1230cc5319"
27 27
28
29
30do_compile () { 28do_compile () {
31 if [ ${DEFAULTTUNE} = "aarch64" ];then 29 if [ ${DEFAULTTUNE} = "aarch64" ];then
32 export TA_DEV_KIT_DIR=${STAGING_INCDIR}/optee/export-user_ta_arm64/ 30 export TA_DEV_KIT_DIR=${STAGING_INCDIR}/optee/export-user_ta_arm64/
@@ -40,7 +38,7 @@ do_compile () {
40 export CROSS_COMPILE_TA=${HOST_PREFIX} 38 export CROSS_COMPILE_TA=${HOST_PREFIX}
41 export CROSS_COMPILE=${HOST_PREFIX} 39 export CROSS_COMPILE=${HOST_PREFIX}
42 export OPTEE_OPENSSL_EXPORT=${STAGING_INCDIR}/ 40 export OPTEE_OPENSSL_EXPORT=${STAGING_INCDIR}/
43 oe_runmake V=1 41 oe_runmake V=1 --warn-undefined-variables
44} 42}
45 43
46do_install () { 44do_install () {