All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrei Gherzan <andrei@gherzan.ro>
To: yocto@yoctoproject.org
Subject: Re: [meta-raspberrypi][PATCH 1/3] userland: Fix build for armv7
Date: Sun, 1 Mar 2015 01:11:50 +0100	[thread overview]
Message-ID: <20150301001150.GB22308@gmail.com> (raw)
In-Reply-To: <1423686898-23144-1-git-send-email-andrei@gherzan.ro>

On Wed, Feb 11, 2015 at 09:34:56PM +0100, Andrei Gherzan wrote:
> [Bug #49]
>
> Change-Id: I340b4134ae4227f315c1c3df1345b04ebd4b874b
> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
> ---
>  conf/machine/raspberrypi2.conf            | 5 -----
>  recipes-graphics/userland/userland_git.bb | 1 +
>  2 files changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf
> index 778f5a6..30edae3 100644
> --- a/conf/machine/raspberrypi2.conf
> +++ b/conf/machine/raspberrypi2.conf
> @@ -2,11 +2,6 @@
>  #@NAME: RaspberryPi 2 Development Board
>  #@DESCRIPTION: Machine configuration for the RaspberryPi 2
>
> -# userland is not compiling on RPI 2
> -# https://github.com/raspberrypi/userland/issues/214
> -PREFERRED_PROVIDER_virtual/egl ?= "vc-graphics-hardfp"
> -PREFERRED_PROVIDER_virtual/libgles2 ?= "vc-graphics-hardfp"
> -
>  DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4"
>
>  require conf/machine/include/tune-cortexa7.inc
> diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb
> index 77c98d7..ddca36e 100644
> --- a/recipes-graphics/userland/userland_git.bb
> +++ b/recipes-graphics/userland/userland_git.bb
> @@ -22,6 +22,7 @@ S = "${WORKDIR}/git"
>  inherit cmake
>
>  EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS='-Wl,--no-as-needed'"
> +CFLAGS_append = " -fPIC"
>
>  # The compiled binaries don't provide sonames.
>  SOLIBS = "${SOLIBSDEV}"
> --
> 2.1.0
>

Merged to master along with the entire series.

--
Andrei Gherzan


      parent reply	other threads:[~2015-03-01  0:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-11 20:34 [meta-raspberrypi][PATCH 1/3] userland: Fix build for armv7 Andrei Gherzan
2015-02-11 20:34 ` [meta-raspberrypi][PATCH 2/3] rpi-base.inc: Use KERNEL_DEVICETREE by default Andrei Gherzan
2015-02-11 20:34 ` [meta-raspberrypi][PATCH 3/3] raspberrypi.conf: Use arm1176jzfshf as default tune Andrei Gherzan
2015-03-01  0:11 ` Andrei Gherzan [this message]

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=20150301001150.GB22308@gmail.com \
    --to=andrei@gherzan.ro \
    --cc=yocto@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.