glmark2 has a dependency on libgbm which will come from Mesa. Disable this for now on J7.
Signed-off-by: Anand Balagopalakrishnan <[email protected]> --- meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb b/meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb index d7744ad..0b38596 100644 --- a/meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb +++ b/meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb @@ -13,6 +13,7 @@ DEPENDS = "libpng jpeg" PV = "2014.03+${SRCPV}" COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '.*-linux*', 'null', d)}" +COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15" SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https \ file://build-Check-packages-to-be-used-by-the-enabled-flavo.patch \ -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
