summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-12-14 14:28:35 -0800
committerAndrei Gherzan <andrei@gherzan.com>2021-03-16 22:25:08 +0000
commit62cac6946533d78dadff2f01366b05821b49a60e (patch)
treea2ebcfd9aeb0077ff1fdfd4c30462071f54af707
parentc6e203bac86710917f4e479382b00d07c6086ecb (diff)
downloadmeta-raspberrypi-62cac6946533d78dadff2f01366b05821b49a60e.tar.gz
raspidmx: Disable for all non-rpi hosts
Currently its only disabled when vc4graphics is in use but this recipe actually needs userland and therefore can not be used for non-rpi machines as well. Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 361f42e346e59f3a3fafcfa4ab7c948969d5abf4) Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
-rw-r--r--recipes-graphics/raspidmx/raspidmx_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/raspidmx/raspidmx_git.bb b/recipes-graphics/raspidmx/raspidmx_git.bb
index ffe305a..71590e3 100644
--- a/recipes-graphics/raspidmx/raspidmx_git.bb
+++ b/recipes-graphics/raspidmx/raspidmx_git.bb
@@ -4,6 +4,7 @@ SECTION = "graphics"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=52962875ab02c36df6cde47b1f463024" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=52962875ab02c36df6cde47b1f463024"
6 6
7COMPATIBLE_HOST = "null"
7COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'null', '(.*)', d)}" 8COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'null', '(.*)', d)}"
8 9
9SRC_URI = "git://github.com/AndrewFromMelbourne/raspidmx;protocol=https \ 10SRC_URI = "git://github.com/AndrewFromMelbourne/raspidmx;protocol=https \