mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 03:46:56 +00:00
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>
This commit is contained in:
@@ -4,6 +4,7 @@ SECTION = "graphics"
|
|||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=52962875ab02c36df6cde47b1f463024"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=52962875ab02c36df6cde47b1f463024"
|
||||||
|
|
||||||
|
COMPATIBLE_HOST = "null"
|
||||||
COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'null', '(.*)', d)}"
|
COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'null', '(.*)', d)}"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/AndrewFromMelbourne/raspidmx;protocol=https \
|
SRC_URI = "git://github.com/AndrewFromMelbourne/raspidmx;protocol=https \
|
||||||
|
|||||||
Reference in New Issue
Block a user