summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-10-10 16:38:22 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2019-10-16 15:31:42 +0100
commit95ac7c9c11c1d34e8fb1eb4308eb69141d69711a (patch)
tree709b76b726e8272b96f4b25fe1de8b6102264094
parentf599fe632e15c970578dd38ac486675ebad2f171 (diff)
downloadmeta-raspberrypi-95ac7c9c11c1d34e8fb1eb4308eb69141d69711a.tar.gz
omxplayer: Disable on aarch64
It does not build for 64bit, needs porting Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-multimedia/omxplayer/omxplayer_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb
index a09a9fc..3cc0321 100644
--- a/recipes-multimedia/omxplayer/omxplayer_git.bb
+++ b/recipes-multimedia/omxplayer/omxplayer_git.bb
@@ -41,6 +41,7 @@ SRC_URI_append = "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", " file
41S = "${WORKDIR}/git" 41S = "${WORKDIR}/git"
42 42
43COMPATIBLE_MACHINE = "^rpi$" 43COMPATIBLE_MACHINE = "^rpi$"
44COMPATIBLE_HOST_aarch64 = "null"
44 45
45def cpu(d): 46def cpu(d):
46 for arg in (d.getVar('TUNE_CCARGS') or '').split(): 47 for arg in (d.getVar('TUNE_CCARGS') or '').split():