[meta-ti] [for master 6/6] libdrm: do_install_append added for modetest
Karthik Ramanan
a0393906 at ti.com
Tue Sep 23 09:00:36 PDT 2014
* modetest is a very important application to test the drm
interface, this is not installed by the default make install.
* It is desirable to have this binary on the target because it
allows all kinds of basic debugging.
Signed-off-by: Karthik Ramanan <a0393906 at ti.com>
---
recipes-graphics/drm/libdrm_2.4.41.bb | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/recipes-graphics/drm/libdrm_2.4.41.bb b/recipes-graphics/drm/libdrm_2.4.41.bb
index 0150632..d94dca1 100644
--- a/recipes-graphics/drm/libdrm_2.4.41.bb
+++ b/recipes-graphics/drm/libdrm_2.4.41.bb
@@ -15,6 +15,12 @@ SRC_URI += "file://installtests-ti.patch \
file://GNU_SOURCE_definition.patch \
"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
S = "${WORKDIR}/git"
+
+do_install_append() {
+ mkdir -p ${D}/usr/bin/
+ cp ${S}/tests/modetest/.libs/modetest ${D}/usr/bin
+}
+
--
1.7.9.5
More information about the meta-ti
mailing list