Andrew Geissler | 23e0279 | 2023-07-21 09:06:10 -0500 | [diff] [blame] | 1 | require recipes-security/optee/optee-os.inc |
| 2 | |
| 3 | DEPENDS += "dtc-native" |
| 4 | |
| 5 | FILESEXTRAPATHS:prepend := "${THISDIR}/${P}:" |
| 6 | |
| 7 | SRCREV = "8e74d47616a20eaa23ca692f4bbbf917a236ed94" |
| 8 | SRC_URI += " \ |
| 9 | file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \ |
| 10 | file://0002-optee-enable-clang-support.patch \ |
| 11 | file://0003-core-link-add-no-warn-rwx-segments.patch \ |
| 12 | file://0004-core-Define-section-attributes-for-clang.patch \ |
| 13 | file://0005-core-arm-S-EL1-SPMC-boot-ABI-update.patch \ |
| 14 | file://0006-core-ffa-add-TOS_FW_CONFIG-handling.patch \ |
| 15 | file://0007-core-spmc-handle-non-secure-interrupts.patch \ |
| 16 | file://0008-core-spmc-configure-SP-s-NS-interrupt-action-based-o.patch \ |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 17 | file://CVE-2023-41325.patch \ |
Andrew Geissler | 23e0279 | 2023-07-21 09:06:10 -0500 | [diff] [blame] | 18 | " |