diff options
| -rw-r--r-- | conf/machine/raspberrypi2.conf | 5 | ||||
| -rw-r--r-- | recipes-graphics/userland/userland_git.bb | 1 |
2 files changed, 1 insertions, 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 @@ | |||
| 2 | #@NAME: RaspberryPi 2 Development Board | 2 | #@NAME: RaspberryPi 2 Development Board |
| 3 | #@DESCRIPTION: Machine configuration for the RaspberryPi 2 | 3 | #@DESCRIPTION: Machine configuration for the RaspberryPi 2 |
| 4 | 4 | ||
| 5 | # userland is not compiling on RPI 2 | ||
| 6 | # https://github.com/raspberrypi/userland/issues/214 | ||
| 7 | PREFERRED_PROVIDER_virtual/egl ?= "vc-graphics-hardfp" | ||
| 8 | PREFERRED_PROVIDER_virtual/libgles2 ?= "vc-graphics-hardfp" | ||
| 9 | |||
| 10 | DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4" | 5 | DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4" |
| 11 | 6 | ||
| 12 | require conf/machine/include/tune-cortexa7.inc | 7 | require conf/machine/include/tune-cortexa7.inc |
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index 1e60ea8..729c42a 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb | |||
| @@ -22,6 +22,7 @@ S = "${WORKDIR}/git" | |||
| 22 | inherit cmake | 22 | inherit cmake |
| 23 | 23 | ||
| 24 | EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS='-Wl,--no-as-needed'" | 24 | EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS='-Wl,--no-as-needed'" |
| 25 | CFLAGS_append = " -fPIC" | ||
| 25 | 26 | ||
| 26 | # The compiled binaries don't provide sonames. | 27 | # The compiled binaries don't provide sonames. |
| 27 | SOLIBS = "${SOLIBSDEV}" | 28 | SOLIBS = "${SOLIBSDEV}" |
