commit | b652a03d7d6ab6d9e0ca2b6f4a7b4b37f7f4997a | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Oct 16 14:30:16 2019 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Oct 16 14:30:16 2019 -0400 |
tree | 73a74f0aa893b6660dddbfb0090bcecfa46d0ae0 | |
parent | 49fa52db6f9e5aff2bb2e47b3474c0b9e550aee0 [diff] |
meta-raspberrypi: subtree update:f599fe632e..95ac7c9c11 Khem Raj (1): omxplayer: Disable on aarch64 Change-Id: I362ff9c74ddd6fc61e39923bfc884de262e5cdbb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer_git.bb b/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer_git.bb index a09a9fc..3cc0321 100644 --- a/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer_git.bb +++ b/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer_git.bb
@@ -41,6 +41,7 @@ S = "${WORKDIR}/git" COMPATIBLE_MACHINE = "^rpi$" +COMPATIBLE_HOST_aarch64 = "null" def cpu(d): for arg in (d.getVar('TUNE_CCARGS') or '').split():