diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-02-16 11:53:44 -0600 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-02-24 13:32:53 -0600 |
commit | 85f2b61f46ac5b8c5ac3c7e747c803891b8ec9b7 (patch) | |
tree | 88bdac1b31e1f2b6a002da9f00ce315a6cdb1384 | |
parent | 12f30e596061e1dd5b43c3a1d532a8f55d0075eb (diff) | |
download | meta-freescale-85f2b61f46ac5b8c5ac3c7e747c803891b8ec9b7.tar.gz |
optee-os: Upgrade 3.10.0.imx -> 3.15.0.imx
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r-- | conf/machine/include/imx-base.inc | 2 | ||||
-rw-r--r-- | recipes-security/optee-imx/optee-os_3.15.0.imx.bb (renamed from recipes-security/optee-imx/optee-os_3.10.0.imx.bb) | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index b074ec01..471300ca 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -428,7 +428,7 @@ PREFERRED_VERSION_libdrm:mx7-nxp-bsp ?= "2.4.107.imx" | |||
428 | PREFERRED_VERSION_libdrm:mx8-nxp-bsp ?= "2.4.107.imx" | 428 | PREFERRED_VERSION_libdrm:mx8-nxp-bsp ?= "2.4.107.imx" |
429 | 429 | ||
430 | # Use i.MX optee Version | 430 | # Use i.MX optee Version |
431 | PREFERRED_VERSION_optee-os:mx8-nxp-bsp ?= "3.10.0.imx" | 431 | PREFERRED_VERSION_optee-os:mx8-nxp-bsp ?= "3.15.0.imx" |
432 | PREFERRED_VERSION_optee-client:mx8-nxp-bsp ?= "3.10.0.imx" | 432 | PREFERRED_VERSION_optee-client:mx8-nxp-bsp ?= "3.10.0.imx" |
433 | PREFERRED_VERSION_optee-test:mx8-nxp-bsp ?= "3.10.0.imx" | 433 | PREFERRED_VERSION_optee-test:mx8-nxp-bsp ?= "3.10.0.imx" |
434 | 434 | ||
diff --git a/recipes-security/optee-imx/optee-os_3.10.0.imx.bb b/recipes-security/optee-imx/optee-os_3.15.0.imx.bb index 003aeba2..defcf63d 100644 --- a/recipes-security/optee-imx/optee-os_3.10.0.imx.bb +++ b/recipes-security/optee-imx/optee-os_3.15.0.imx.bb | |||
@@ -8,13 +8,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c1f21c4f72f372ef38a5a4aee55ec173" | |||
8 | 8 | ||
9 | DEPENDS = "python3-pycryptodomex-native python3-pyelftools-native u-boot-mkimage-native" | 9 | DEPENDS = "python3-pycryptodomex-native python3-pyelftools-native u-boot-mkimage-native" |
10 | 10 | ||
11 | SRCBRANCH = "imx_5.4.70_2.3.0" | 11 | SRCBRANCH = "lf-5.10.72_2.2.0" |
12 | |||
13 | SRC_URI = "\ | 12 | SRC_URI = "\ |
14 | git://source.codeaurora.org/external/imx/imx-optee-os.git;protocol=https;branch=${SRCBRANCH} \ | 13 | git://source.codeaurora.org/external/imx/imx-optee-os.git;protocol=https;branch=${SRCBRANCH} \ |
15 | " | 14 | " |
16 | 15 | ||
17 | SRCREV = "a991c90475bb1c715651e5fe27f7f32cbe61aef9" | 16 | SRCREV = "c939619d64dea014ad1b8382356eee4d1cbfbb22" |
18 | 17 | ||
19 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
20 | 19 | ||