summaryrefslogtreecommitdiffstats
path: root/recipes-security/optee/optee-os
Commit message (Collapse)AuthorAgeFilesLines
* Revert "optee-os: upgrade to upstream 3.11.0"Denys Dmytriyenko2021-04-055-224/+0
| | | | | | | This reverts commit cb9297c9394783d94d69b044689bb226b074e7d2. This commit was meant for dunfell and was merged to master by mistake, as meta-arm/master already has optee 3.11
* optee-os: upgrade to upstream 3.11.0Denys Dmytriyenko2021-01-085-0/+224
As meta-arm has this version in master, but not in dunfell, temporarily overlay corresponding patches locally - could be removed for the next release. Need to alter FILESEXTRAPATHS for bbappend to locate local patches. Since meta-arm/dunfell has 3.8-specific patches in SRC_URI, let's redefine it completely to match 3.11-specific patch list in meta-arm/master. Last, but not least, guard all upstream recipe varibales with "ti-soc" override to only affect platforms in meta-ti, but not any other BSPs. Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Dan Murphy <dmurphy@ti.com>