Skip to content

Commit

Permalink
bsp: add optee-os-fio 3.20 fork for imx
Browse files Browse the repository at this point in the history
Based on the NXP BSP tree (with our additional fixes on top).

This fork will be initially used by 7ulp/8ulp and imx93, until most
relevant changes are proposed and merged upstream (ELE, provisioning
TAs, cpufreq, suspend, etc).

DEFAULT_PREFERENCE set to -1 as we still prefer our main fio fork when
possible.

Signed-off-by: Ricardo Salveti <[email protected]>
  • Loading branch information
ricardosalveti committed Apr 4, 2023
1 parent be2900e commit f01c998
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require optee-os-fio_${PV}.bb

DEFAULT_PREFERENCE = "-1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
require recipes-security/optee/optee-os-fio.inc

SRCREV = "6fc97721edb8d5de24b19f5e29c0ecdc3fc70a90"
SRCBRANCH = "3.20+fio-imx"

DEFAULT_PREFERENCE = "-1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Needed an explicit PV setting due the require/include chain
PV = "3.20.0-imx"

require recipes-security/optee/optee-os-tadevkit_3.20.0.bb

DEFAULT_PREFERENCE = "-1"

0 comments on commit f01c998

Please sign in to comment.