diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-03-15 22:29:06 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 22:29:06 -0300 |
commit | 3bc32954c0825139f2afcee131fe5919f89e64fa (patch) | |
tree | f9eecdaf3057bf715bf73b001d339c96517f5c1f | |
parent | 2937fddb56d51cf0c4187396eb7e778b9237045a (diff) | |
parent | 3f452909d08cc2f8ab603dac33d745853982bb76 (diff) | |
download | meta-freescale-3bc32954c0825139f2afcee131fe5919f89e64fa.tar.gz |
Merge pull request #1001 from thochstein/master
optee-os: Fix RPMB build break
-rw-r--r-- | recipes-security/optee-imx/optee-os/0001-arm-imx-fix-RPMB-header-include.patch | 29 | ||||
-rw-r--r-- | recipes-security/optee-imx/optee-os_3.15.0.imx.bb | 1 |
2 files changed, 30 insertions, 0 deletions
diff --git a/recipes-security/optee-imx/optee-os/0001-arm-imx-fix-RPMB-header-include.patch b/recipes-security/optee-imx/optee-os/0001-arm-imx-fix-RPMB-header-include.patch new file mode 100644 index 00000000..469802e8 --- /dev/null +++ b/recipes-security/optee-imx/optee-os/0001-arm-imx-fix-RPMB-header-include.patch | |||
@@ -0,0 +1,29 @@ | |||
1 | From d965393256e32a93dae41765543523598fca5d00 Mon Sep 17 00:00:00 2001 | ||
2 | From: Clement Faure <clement.faure@nxp.com> | ||
3 | Date: Mon, 7 Mar 2022 10:21:04 -0600 | ||
4 | Subject: [PATCH] arm: imx: fix RPMB header include | ||
5 | |||
6 | Replace <drivers/imx_snvs.h> by <drivers/nxp_snvs.h> | ||
7 | |||
8 | Upstream-Status: Backport from NXP 5.15.5-1.0.0 | ||
9 | Signed-off-by: Clement Faure <clement.faure@nxp.com> | ||
10 | --- | ||
11 | core/arch/arm/plat-imx/imx_rpmb.c | 2 +- | ||
12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
13 | |||
14 | diff --git a/core/arch/arm/plat-imx/imx_rpmb.c b/core/arch/arm/plat-imx/imx_rpmb.c | ||
15 | index 9f0eb384d..2dd41105e 100644 | ||
16 | --- a/core/arch/arm/plat-imx/imx_rpmb.c | ||
17 | +++ b/core/arch/arm/plat-imx/imx_rpmb.c | ||
18 | @@ -2,7 +2,7 @@ | ||
19 | /* | ||
20 | * Copyright 2020 Pengutronix, Rouven Czerwinski <entwicklung@pengutronix.de> | ||
21 | */ | ||
22 | -#include <drivers/imx_snvs.h> | ||
23 | +#include <drivers/nxp_snvs.h> | ||
24 | #include <imx.h> | ||
25 | #include <tee/tee_fs.h> | ||
26 | |||
27 | -- | ||
28 | 2.17.1 | ||
29 | |||
diff --git a/recipes-security/optee-imx/optee-os_3.15.0.imx.bb b/recipes-security/optee-imx/optee-os_3.15.0.imx.bb index ffa3cc85..e3eea2b4 100644 --- a/recipes-security/optee-imx/optee-os_3.15.0.imx.bb +++ b/recipes-security/optee-imx/optee-os_3.15.0.imx.bb | |||
@@ -11,6 +11,7 @@ DEPENDS = "python3-pycryptodomex-native python3-pyelftools-native u-boot-mkimage | |||
11 | SRCBRANCH = "lf-5.10.72_2.2.0" | 11 | SRCBRANCH = "lf-5.10.72_2.2.0" |
12 | SRC_URI = "\ | 12 | SRC_URI = "\ |
13 | 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} \ |
14 | file://0001-arm-imx-fix-RPMB-header-include.patch \ | ||
14 | " | 15 | " |
15 | 16 | ||
16 | SRCREV = "c939619d64dea014ad1b8382356eee4d1cbfbb22" | 17 | SRCREV = "c939619d64dea014ad1b8382356eee4d1cbfbb22" |