From: Denys Dmytriyenko <denys@ti.com>
To: <meta-arago@arago-project.org>
Subject: Re: [PATCH 11/11] arago.conf: use the new _remove override to filter out sgx feature
Date: Fri, 18 Jul 2014 15:20:47 -0400 [thread overview]
Message-ID: <20140718192047.GQ15788@edge> (raw)
In-Reply-To: <1405709522-404-11-git-send-email-denis@denix.org>
On Fri, Jul 18, 2014 at 02:52:02PM -0400, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
I'll have to send v2 that preserves filter_out as it's used by
Chase's ASSUME_PROVIDED.
> ---
> meta-arago-distro/conf/distro/arago.conf | 2 +-
> meta-arago-distro/conf/distro/include/arago-prefs.inc | 4 ----
> 2 files changed, 1 insertion(+), 5 deletions(-)
>
> 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
> diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> index 8261d10..650a71d 100644
> --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> @@ -103,7 +103,3 @@ PREFERRED_PROVIDER_gstreamer = "${@base_contains('MACHINE_FEATURES', 'mmip', 'gs
> PREFERRED_PROVIDER_gst-plugins-bad = "${@base_contains('MACHINE_FEATURES', 'mmip', 'gst-plugins-bad-mm-accel', 'gst-plugins-bad', d)}"
> PREFERRED_PROVIDER_gst-plugins-base = "${@base_contains('MACHINE_FEATURES', 'mmip', 'gst-plugins-base-mm-accel', 'gst-plugins-base', d)}"
> PREFERRED_PROVIDER_gst-plugins-good = "${@base_contains('MACHINE_FEATURES', 'mmip', 'gst-plugins-good-mm-accel', 'gst-plugins-good', d)}"
> -
> -def filter_out(f, str, d):
> - from re import match
> - return " ".join(filter(lambda x: not match(f, x, 0), str.split()))
> --
> 2.0.0
>
next prev parent reply other threads:[~2014-07-18 19:20 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-18 18:51 [PATCH 01/11] qt5: update bbappends to match version 5.2.1 in meta-qt5/daisy Denys Dmytriyenko
2014-07-18 18:51 ` [PATCH 02/11] qtwebkit: update patches applied to 5.2.1 version Denys Dmytriyenko
2014-07-24 16:57 ` Cooper Jr., Franklin
2014-07-18 18:51 ` [PATCH 03/11] arago.conf: re-enable gles2 flag for qt5 builds Denys Dmytriyenko
2014-07-22 21:38 ` Denys Dmytriyenko
2014-07-18 18:51 ` [PATCH 04/11] weston: set default fbdev backend automatically when building for it Denys Dmytriyenko
2014-07-18 18:51 ` [PATCH 05/11] HACK: packagegroup-*-connectivity: disable wpa-gui for not supporting Qt5 Denys Dmytriyenko
2014-07-18 19:33 ` [PATCH v2 05/11] packagegroup-*-connectivity: conditionally " Denys Dmytriyenko
2014-07-24 18:30 ` Cooper Jr., Franklin
2014-07-18 18:51 ` [PATCH 06/11] HACK: matrix-gui: run on top of Wayland Denys Dmytriyenko
2014-07-18 19:18 ` Denys Dmytriyenko
2014-07-24 18:32 ` Cooper Jr., Franklin
2014-07-31 18:45 ` [PATCH v2 06/11] matrix-gui: run on top of Wayland and Qt5 Denys Dmytriyenko
2014-07-31 19:01 ` Cooper Jr., Franklin
2014-07-18 18:51 ` [PATCH 07/11] arago.conf: enable Qt5 by default, disable DRM for Weston Denys Dmytriyenko
2014-07-24 18:36 ` Cooper Jr., Franklin
2014-07-24 18:43 ` Denys Dmytriyenko
2014-07-18 18:51 ` [PATCH 08/11] packagegroup-*-graphics: add Weston to corresponding packagegroup Denys Dmytriyenko
2014-07-24 18:37 ` Cooper Jr., Franklin
2014-07-18 18:52 ` [PATCH 09/11] refresh-screen: fix up Windows newlines in patches Denys Dmytriyenko
2014-07-18 19:17 ` Denys Dmytriyenko
2014-07-18 18:52 ` [PATCH 10/11] matrix-gui-apps: set more specific CC-BY-SA-3.0 license Denys Dmytriyenko
2014-07-24 18:40 ` Cooper Jr., Franklin
2014-07-18 18:52 ` [PATCH 11/11] arago.conf: use the new _remove override to filter out sgx feature Denys Dmytriyenko
2014-07-18 19:20 ` Denys Dmytriyenko [this message]
2014-07-18 19:34 ` [PATCH v2 " Denys Dmytriyenko
2014-07-24 18:41 ` Cooper Jr., Franklin
2014-07-24 16:56 ` [PATCH 01/11] qt5: update bbappends to match version 5.2.1 in meta-qt5/daisy Cooper Jr., Franklin
2014-07-24 18:18 ` Denys Dmytriyenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140718192047.GQ15788@edge \
--to=denys@ti.com \
--cc=meta-arago@arago-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.