All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacob Stiffler <j-stiffler@ti.com>
To: <meta-arago@arago-project.org>
Subject: Re: [PATCH 1/2] arago.conf: Remove qtwayland from opencv PACKAGECONFIG for keystone
Date: Mon, 15 Feb 2016 13:53:29 -0500	[thread overview]
Message-ID: <56C21EA9.3090209@ti.com> (raw)
In-Reply-To: <1455561794-2206-1-git-send-email-j-stiffler@ti.com>

This may be more of an RFC as I have some concerns.

I am concerned with this patch as it adds machine-specific configuration 
for opencv, but the recipe is not marked as machine-specific.

Will this pose an issue?

Now I understand that if opencv packaging is done well enough, that we 
should still be able to build the qtwayland parts of opencv, but do not 
install them in the keystone filesystem so that wayland is not brought 
in. However, wayland has a dependency on the ddk, which is not 
compatible with keystone machines. Thus the opencv build will be broken 
for keystone machines.

Any suggestions?



On 2/15/2016 1:43 PM, Jacob Stiffler wrote:
> * keystone machines do not have a display, hence they do not support
>    wayland
> * opencv adds qtwayland support since wayland is in DISTRO_FEATURES
> * Remove qtwayland from opencv PACKAGECONFIG for keystone machines
>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>   meta-arago-distro/conf/distro/arago.conf | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
> index 325e112..38c7887 100644
> --- a/meta-arago-distro/conf/distro/arago.conf
> +++ b/meta-arago-distro/conf/distro/arago.conf
> @@ -58,6 +58,9 @@ PACKAGECONFIG_append_pn-qtmultimedia  = " gstreamer"
>   # Prefer OpenSSL over GnuTLS for curl due to TSU exemptions
>   PACKAGECONFIG_pn-curl = "${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)} ssl zlib"
>   
> +# Remove qtwayland from openvcv PACKAGECONFIG for keystone
> +PACKAGECONFIG_remove_pn-opencv_keystone = "qtwayland"
> +
>   # Enable UI and scripting for perf
>   PERF_FEATURES_ENABLE ?= "perf-scripting perf-tui"
>   



  parent reply	other threads:[~2016-02-15 18:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-15 18:43 [PATCH 1/2] arago.conf: Remove qtwayland from opencv PACKAGECONFIG for keystone Jacob Stiffler
2016-02-15 18:43 ` [PATCH 2/2] packagegroup-arago-tisdk-addons*: Add opencv Jacob Stiffler
2016-02-15 18:53 ` Jacob Stiffler [this message]
2016-02-15 19:04   ` [PATCH 1/2] arago.conf: Remove qtwayland from opencv PACKAGECONFIG for keystone Denys Dmytriyenko
2016-02-15 20:40     ` Jacob Stiffler
2016-02-15 21:02       ` Denys Dmytriyenko
2016-02-17 22:18         ` Jacob Stiffler
2016-02-17 22:27           ` Denys Dmytriyenko
2016-02-15 18:55 ` 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=56C21EA9.3090209@ti.com \
    --to=j-stiffler@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.