diff --git a/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend b/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend index 7f8b600..7692133 100644 --- a/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend +++ b/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend @@ -1 +1,2 @@ EGLINFO_DEVICE_rpi = "raspberrypi" +COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'null', '"(.*)"', d)}"