All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: Koen Kooi <koen@dominion.thruhere.net>
Cc: yocto@lists.yoctoproject.org, meta-intel@lists.yoctoproject.org
Subject: Re: [meta-intel][common][dora][PATCHv2] emgd-driver-bin: limit build to x86
Date: Fri, 14 Feb 2014 13:13:16 -0800	[thread overview]
Message-ID: <CAMKF1sr5NsOFkP0xE05-0JqzGqn7b1ZjE1Vh1zx-sDqX6ZNj5A@mail.gmail.com> (raw)
In-Reply-To: <1392402286-32663-1-git-send-email-koen@dominion.thruhere.net>

[-- Attachment #1: Type: text/plain, Size: 2080 bytes --]

-Khem
On Feb 14, 2014 10:25 AM, "Koen Kooi" <koen@dominion.thruhere.net> wrote:
>
> When building GL apps for non-x86 machines (e.g. raspberrypi)
emgd-driver-bin is being
> dragged in as a valid provider. To avoid build breakage fix it at the
> source by limiting emgd-driver-bin to x86 architectures.
>
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
>  common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb | 2 ++
>  common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb | 2 ++
>  2 files changed, 4 insertions(+)
>
> diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bbb/common/recipes-graphics/xorg-driver/
emgd-driver-bin_1.16.bb
> index c8ca726..8cb088e 100644
> --- a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb
> +++ b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb
> @@ -9,6 +9,8 @@ LICENSE = "Intel-software-license-emgd-1.16 &
Intel-user-space-graphics-driver-b
>  LICENSE_FLAGS = "license_${PN}_${PV}"
>  PR = "r0"
>
> +COMPATIBLE_HOST = "(i.86).*-linux"

is it not valid for x86_64 ?

> +
>  EMGD_LIC_DIR = "IEMGD_HEAD_Linux/License"
>  EMGD_RPM_DIR = "IEMGD_HEAD_Linux/MeeGo1.2"
>  EMGD_VIDEO_PLUGIN_DIR = "../common/video_plugin"
> diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bbb/common/recipes-graphics/xorg-driver/
emgd-driver-bin_1.18.bb
> index b3bf0d2..cf6d855 100644
> --- a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb
> +++ b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb
> @@ -9,6 +9,8 @@ LICENSE = "Intel-software-license-emgd-1.18 &
Intel-user-space-graphics-driver-b
>  LICENSE_FLAGS = "license_${PN}_${PV}"
>  PR = "r1"
>
> +COMPATIBLE_HOST = "(i.86).*-linux"
> +
>  EMGD_LIC_DIR = "IEMGD_HEAD_Linux/License"
>  EMGD_RPM_DIR = "IEMGD_HEAD_Linux/MeeGo1.2"
>  EMGD_VIDEO_PLUGIN_DIR = "../common/video_plugin"
> --
> 1.8.3.4
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

[-- Attachment #2: Type: text/html, Size: 3282 bytes --]

  parent reply	other threads:[~2014-02-14 21:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-14 18:24 [meta-intel][common][dora][PATCHv2] emgd-driver-bin: limit build to x86 Koen Kooi
2014-02-14 20:58 ` Kamble, Nitin A
2014-02-14 21:13 ` Khem Raj [this message]
2014-02-14 21:27   ` Kamble, Nitin A
2014-02-17  0:02 ` Tom Zanussi

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=CAMKF1sr5NsOFkP0xE05-0JqzGqn7b1ZjE1Vh1zx-sDqX6ZNj5A@mail.gmail.com \
    --to=raj.khem@gmail.com \
    --cc=koen@dominion.thruhere.net \
    --cc=meta-intel@lists.yoctoproject.org \
    --cc=yocto@lists.yoctoproject.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.