From: Denys Dmytriyenko <[email protected]>

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
v2 - do not remove local filter_out function, still used by ASSUME_PROVIDED

 meta-arago-distro/conf/distro/arago.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-distro/conf/distro/arago.conf 
b/meta-arago-distro/conf/distro/arago.conf
index 2686264..3ac30ce 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -49,7 +49,7 @@ TARGET_CPPFLAGS += "-fstack-protector"
 require conf/distro/include/arago-prefs.inc
 
 # Hack out sgx flag for now, as breaking on kernels >= 3.14
-MACHINE_FEATURES := "${@filter_out('sgx','${MACHINE_FEATURES}',d)}"
+MACHINE_FEATURES_remove = "sgx"
 
 # Allow branding on top of Arago Distro and Core TI-SDK
 # If ARAGO_BRAND is not set in local.conf, default to core
-- 
2.0.0

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to