summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-security
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-11-23 19:11:35 -0600
committerRyan Eatmon <reatmon@ti.com>2022-11-23 19:11:35 -0600
commit40564313754a9a9c9e9e8643868d0010822c1e1b (patch)
treea490a6098c72b1105605ca351f44057094469192 /meta-ti-bsp/recipes-security
parent0ae9fbb11c0c6f7cba0f1793dd6ea8f76b9a5f95 (diff)
downloadmeta-ti-40564313754a9a9c9e9e8643868d0010822c1e1b.tar.gz
optee-os: Remove 3.18 patches from our 3.19 recipe
These patches are from upstream against v3.18, but we moved to v3.19 and the patches are now invalid. These can be removed once upstream moves up to or beyond v3.19. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-security')
-rw-r--r--meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend b/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend
index 6913851b..8640d7b0 100644
--- a/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend
+++ b/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend
@@ -1,6 +1,12 @@
1PV:ti-soc = "3.19.0+git${SRCPV}" 1PV:ti-soc = "3.19.0+git${SRCPV}"
2SRCREV:ti-soc = "afacf356f9593a7f83cae9f96026824ec242ff52" 2SRCREV:ti-soc = "afacf356f9593a7f83cae9f96026824ec242ff52"
3 3
4# These patches are from upstream against v3.18, but we moved to v3.19 and the
5# patches are now invalid. These can be removed once upstream moves up to or
6# beyond v3.19.
7SRC_URI:remove:ti-soc = "file://0008-no-warn-rwx-segments.patch"
8SRC_URI:remove:ti-soc = "file://0009-add-z-execstack.patch"
9
4EXTRA_OEMAKE:append:k3 = "${@ ' CFG_CONSOLE_UART='+ d.getVar('OPTEE_K3_USART') if d.getVar('OPTEE_K3_USART') else ''}" 10EXTRA_OEMAKE:append:k3 = "${@ ' CFG_CONSOLE_UART='+ d.getVar('OPTEE_K3_USART') if d.getVar('OPTEE_K3_USART') else ''}"
5 11
6EXTRA_OEMAKE:append:am62xx = " CFG_WITH_SOFTWARE_PRNG=y CFG_TEE_CORE_LOG_LEVEL=1" 12EXTRA_OEMAKE:append:am62xx = " CFG_WITH_SOFTWARE_PRNG=y CFG_TEE_CORE_LOG_LEVEL=1"