From b652a03d7d6ab6d9e0ca2b6f4a7b4b37f7f4997a Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 16 Oct 2019 14:30:16 -0400 Subject: meta-raspberrypi: subtree update:f599fe632e..95ac7c9c11 Khem Raj (1): omxplayer: Disable on aarch64 Change-Id: I362ff9c74ddd6fc61e39923bfc884de262e5cdbb Signed-off-by: Brad Bishop --- meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer_git.bb') 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(): -- cgit v1.2.3