[meta-freescale] [PATCH] ppa-optee: support ls2088a

C.r. Guo chunrong.guo at nxp.com
Tue Nov 13 23:38:11 PST 2018


From: Chunrong Guo <chunrong.guo at nxp.com>

Signed-off-by: Chunrong Guo <chunrong.guo at nxp.com>
---
 recipes-bsp/ppa/ppa-optee_git.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-bsp/ppa/ppa-optee_git.bb b/recipes-bsp/ppa/ppa-optee_git.bb
index ff5a54b..41896ba 100644
--- a/recipes-bsp/ppa/ppa-optee_git.bb
+++ b/recipes-bsp/ppa/ppa-optee_git.bb
@@ -5,6 +5,7 @@ DEPENDS += "optee-os-qoriq"
 PPA_PATH_ls1046a = "ls1046"
 PPA_PATH_ls1043a = "ls1043"
 PPA_PATH_ls1012a = "ls1012"
+PPA_PATH_ls2088a = "ls2088"
 
 do_compile() {
     export CROSS_COMPILE="${WRAP_TARGET_PREFIX}"
@@ -14,4 +15,4 @@ do_compile() {
     cd ${S}
 }
 
-COMPATIBLE_MACHINE = "(ls1043a|ls1046a|ls1012a)"
+COMPATIBLE_MACHINE = "(ls1043a|ls1046a|ls1012a|ls2088a)"
-- 
2.7.4



More information about the meta-freescale mailing list