summaryrefslogtreecommitdiff
path: root/meta-raspberrypi
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-10-16 21:30:16 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-10-16 21:30:16 +0300
commitb652a03d7d6ab6d9e0ca2b6f4a7b4b37f7f4997a (patch)
tree73a74f0aa893b6660dddbfb0090bcecfa46d0ae0 /meta-raspberrypi
parent49fa52db6f9e5aff2bb2e47b3474c0b9e550aee0 (diff)
downloadopenbmc-b652a03d7d6ab6d9e0ca2b6f4a7b4b37f7f4997a.tar.xz
meta-raspberrypi: subtree update:f599fe632e..95ac7c9c11
Khem Raj (1): omxplayer: Disable on aarch64 Change-Id: I362ff9c74ddd6fc61e39923bfc884de262e5cdbb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-raspberrypi')
-rw-r--r--meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer_git.bb b/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer_git.bb
index a09a9fcf0..3cc03213d 100644
--- a/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer_git.bb
+++ b/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer_git.bb
@@ -41,6 +41,7 @@ SRC_URI_append = "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", " file
S = "${WORKDIR}/git"
COMPATIBLE_MACHINE = "^rpi$"
+COMPATIBLE_HOST_aarch64 = "null"
def cpu(d):
for arg in (d.getVar('TUNE_CCARGS') or '').split():