eglinfo-fb: Mark is userland specific

It does not yet compile/work with vc4 open graphics driver

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2017-04-14 09:20:34 -07:00 committed by Andrei Gherzan
parent 1a42bce360
commit 7e941bb1ed

View File

@ -1 +1,2 @@
EGLINFO_DEVICE_rpi = "raspberrypi"
COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'null', '"(.*)"', d)}"