Use generic open() to execute kmscube in co-existance of multiple drm devices.
For example: omapdrm and vDRM Signed-off-by: Ramprasad N <[email protected]> --- meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb b/meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb index 3ed0c16..2b305e7 100644 --- a/meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb +++ b/meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb @@ -10,8 +10,8 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" inherit autotools pkgconfig -PR = "r12" -SRCREV = "5f90636ae01b859a064b9136da4b759b41c1ee10" +PR = "r13" +SRCREV = "456cabc661caac5c60729751d45efd668faa8e97" SRC_URI = "git://git.ti.com/glsdk/kmscube.git;protocol=git" -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
