summaryrefslogtreecommitdiff
path: root/recipes-kernel/kernel-module-atemsys/kernel-module-atemsys_1.2.9.bb
blob: 705285d3c78b3e73bd2fd3dbcf5efae1838847be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright (C) 2015 Toradex AG
# Released under the MIT license (see COPYING.MIT for the terms)
SUMMARY = "Linux kernel driver allowing usermode access for EtherCAT Master Stack AT-EMA"

# The Kernel module under Sources/atemsys/ is licensed differently than the
# rest, this recipe packs the Kernel module only
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://atemsys.c;beginline=144;endline=144;md5=7865b9061132c2794f3fb205cda5bdf4"

inherit module

SRC_URI = "http://software.acontis.com/EC-Master/2.7/EC-Master-V2.7-Linux_armv6-vfp-eabihf-Eval.tar.gz"

SRC_URI[md5sum] = "41e0ff858d2ec8054509ad814453198c"
SRC_URI[sha256sum] = "f934a561c3897d095b1b09bbdc54982dfffd477c52dac39cc898e020cdf8d534"

S = "${WORKDIR}/Sources/atemsys/"

export KERNELDIR = "${STAGING_KERNEL_DIR}"

COMPATIBLE_MACHINE = "(vf60)"