This application is dependent on omapdrm display driver which is supported only on AM43x and DRA7xx SoCs.
Signed-off-by: Anand Balagopalakrishnan <[email protected]> --- meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb index cc54c5d..8020776 100644 --- a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb +++ b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb @@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://viddec3test.c;beginline=1;endline=16;md5=c391f44e40a2 DEPENDS = "ffmpeg libdce libdrm libgbm ti-sgx-ddk-um wayland" +COMPATIBLE_MACHINE = "omap-a15|ti43x" + inherit autotools pkgconfig PR = "r28" -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
