浏览代码

omxplayer: Disable on aarch64

It does not build for 64bit, needs porting

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 6 年之前
父节点
当前提交
95ac7c9c11
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      recipes-multimedia/omxplayer/omxplayer_git.bb

+ 1 - 0
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():