mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
omxplayer: Disable on aarch64
It does not build for 64bit, needs porting Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
f599fe632e
commit
95ac7c9c11
|
@ -41,6 +41,7 @@ SRC_URI_append = "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", " file
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "^rpi$"
|
COMPATIBLE_MACHINE = "^rpi$"
|
||||||
|
COMPATIBLE_HOST_aarch64 = "null"
|
||||||
|
|
||||||
def cpu(d):
|
def cpu(d):
|
||||||
for arg in (d.getVar('TUNE_CCARGS') or '').split():
|
for arg in (d.getVar('TUNE_CCARGS') or '').split():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user