Ver Fonte

omxplayer: Disable on aarch64

It does not build for 64bit, needs porting

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj há 6 anos atrás
pai
commit
95ac7c9c11
1 ficheiros alterados com 1 adições e 0 exclusões
  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():