summaryrefslogtreecommitdiff
path: root/recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-02-06 18:13:57 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2013-02-06 18:13:57 +0100
commit3e4021dde19e9f94aa7a46edca91891cada7cb65 (patch)
treea842142e295edc0fd4f75d2f6349e387db4060d8 /recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb
parent04ec21d430faac268c5c82fe9137448dfd0f1191 (diff)
Apalis-T30: add lvds setup scripts
Diffstat (limited to 'recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb')
-rw-r--r--recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb b/recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb
new file mode 100644
index 0000000..826070f
--- /dev/null
+++ b/recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Scripts to enable the LVDS converter on Apalis-T30"
+LICENSE = "Public Domain"
+PR = "r1"
+
+SRC_URI = " \
+ file://lvds-dual-channel.sh \
+ file://lvds-single-channel.sh \
+ file://COPYING \
+"
+
+LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING;md5=1c3a7fb45253c11c74434676d84fe7dd"
+
+do_compile () {
+}
+
+do_install () {
+ install -d ${D}/${bindir}
+ install -m 0755 ${WORKDIR}/*.sh ${D}/${bindir}
+}