summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-08-11 20:41:28 -0500
committerRyan Eatmon <reatmon@ti.com>2022-08-26 14:33:15 -0500
commitdbc88f2d652a08d3f0f9dbb24b7f693dec6f7f2a (patch)
tree16dc07935f2b8c86f1e9c1e8209e8a116f7b24ca /recipes-security
parentb74211a771a489c9e38ad38453e584a0797521d8 (diff)
downloadmeta-ti-dbc88f2d652a08d3f0f9dbb24b7f693dec6f7f2a.tar.gz
conf: machine: am64xx-evm: Make HS-SE the default
The HS-SE AM64xx machine can now be run on GP devices and built without needing the TI_SECURE_DEV_PKG for the same. AM64xx will only be available in the HS-FS type going forward. Make the HS-SE the default and remove the original GP machine. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-security')
-rw-r--r--recipes-security/optee/optee-os_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/optee/optee-os_%.bbappend b/recipes-security/optee/optee-os_%.bbappend
index 5a25bd99..8a429bbc 100644
--- a/recipes-security/optee/optee-os_%.bbappend
+++ b/recipes-security/optee/optee-os_%.bbappend
@@ -66,7 +66,7 @@ do_compile_append_am65xx-hs-evm() {
66 optee_sign_k3hs 66 optee_sign_k3hs
67} 67}
68 68
69do_compile_append_am64xx-hs-evm() { 69do_compile_append_am64xx-evm() {
70 optee_sign_k3hs 70 optee_sign_k3hs
71} 71}
72 72