summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <pbarker@toganlabs.com>2017-11-30 13:40:44 +0000
committerGitHub <noreply@github.com>2017-11-30 13:40:44 +0000
commit2323140c2a7570dfc4970b486bd572ea23ab6245 (patch)
tree2981f0aaef00b08fa85def9a06ba12ad60e3159c
parenta1cfeb3324c458a73507e34ffcf28c25591b8052 (diff)
parent4b13f74d9a986d58735107dc889a0e57bf1295b0 (diff)
downloadmeta-raspberrypi-2323140c2a7570dfc4970b486bd572ea23ab6245.tar.gz
Merge pull request #165 from koenkooi/rocko-backports
Rocko backports
-rw-r--r--recipes-graphics/userland/userland_git.bb2
-rw-r--r--recipes-multimedia/x264/x264_git.bbappend1
2 files changed, 2 insertions, 1 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb
index 1fc0717..d4624bf 100644
--- a/recipes-graphics/userland/userland_git.bb
+++ b/recipes-graphics/userland/userland_git.bb
@@ -10,7 +10,7 @@ PR = "r5"
10PROVIDES = "virtual/libgles2 \ 10PROVIDES = "virtual/libgles2 \
11 virtual/egl" 11 virtual/egl"
12 12
13RPROVIDES_${PN} += "libgles2 egl" 13RPROVIDES_${PN} += "libgles2 egl libegl"
14 14
15COMPATIBLE_MACHINE = "^rpi$" 15COMPATIBLE_MACHINE = "^rpi$"
16 16
diff --git a/recipes-multimedia/x264/x264_git.bbappend b/recipes-multimedia/x264/x264_git.bbappend
index c1cb3bc..505719e 100644
--- a/recipes-multimedia/x264/x264_git.bbappend
+++ b/recipes-multimedia/x264/x264_git.bbappend
@@ -1 +1,2 @@
1EXTRA_OECONF_append_raspberrypi = " --disable-asm" 1EXTRA_OECONF_append_raspberrypi = " --disable-asm"
2EXTRA_OECONF_append_raspberrypi0-wifi = " --disable-asm"