Acked-by: Franklin Cooper Jr. <[email protected]>
> -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Denys Dmytriyenko > Sent: Friday, July 18, 2014 3:34 PM > To: [email protected] > Subject: [meta-arago] [PATCH v2 11/11] arago.conf: use the new _remove > override to filter out sgx feature > > 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 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
