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 = "1ee647035939e073a2e8dddb727c0f019cc035f1" |
| 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-ldelf-link-add-z-execstack.patch \ |
| 14 | file://0006-arm32-libutils-libutee-ta-add-.note.GNU-stack-sectio.patch \ |
| 15 | " |