From: Denys Dmytriyenko <[email protected]> Submitted upstream to default to null, unless set for armv7a or aarch64.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/recipes-security/optee/optee-os_git.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend index 2fb3e27..716a95c 100644 --- a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend +++ b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend @@ -6,6 +6,8 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-os.git;branch=${BRANCH} \ BRANCH = "ti-optee-os" SRCREV = "199fca17b575d4c748c9c435e908a6ec9618c75a" +OPTEE_ARCH = "null" + do_compile() { export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG} oe_runmake all PLATFORM=${OPTEEMACHINE} PLATFORM_FLAVOR=${OPTEEFLAVOR} -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
