summaryrefslogtreecommitdiff
path: root/recipes-support
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-07-25 19:46:59 +0200
committerStefan Agner <stefan.agner@toradex.com>2016-09-28 13:27:22 -0700
commit759dba8c3d00690dc522ad1371b75b8365b342bf (patch)
treef08adac73cbb5dc70bea90ac5ed01320b1fa4787 /recipes-support
parent0607816e7ebb27f13c0f39690f27765d09090813 (diff)
trdx-oak-sensors: mv all files into recipes-support/trdx-oak-sensors
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/trdx-oak-sensors/trdx-oak-sensors_0082.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-support/trdx-oak-sensors/trdx-oak-sensors_0082.bb b/recipes-support/trdx-oak-sensors/trdx-oak-sensors_0082.bb
new file mode 100644
index 0000000..f3e8017
--- /dev/null
+++ b/recipes-support/trdx-oak-sensors/trdx-oak-sensors_0082.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Sample code to access the toradex oak sensors"
+LICENSE = "PD"
+
+S="${WORKDIR}/OakLinux_${PV}"
+
+SRC_URI = "http://files.toradex.com/Oak/Linux/OakLinux_${PV}.tar.bz2"
+
+SRC_URI[md5sum] = "cedc87c056f961c15751ee899fb719d5"
+SRC_URI[sha256sum] = "69836dfa746422a64f6518cc9e785a7a64ca67d82f5fae0421515a59f4394929"
+LIC_FILES_CHKSUM = "file://COPYING;md5=1c3a7fb45253c11c74434676d84fe7dd"
+
+inherit autotools
+
+FILES_${PN} += ""
+