Signed-off-by: Hongmei Gou <[email protected]> --- .../acontis-ethercat-demo/acontis-atemsys_3.0.1.28.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-arago-extras/recipes-apps/acontis-ethercat-demo/acontis-atemsys_3.0.1.28.bb
diff --git a/meta-arago-extras/recipes-apps/acontis-ethercat-demo/acontis-atemsys_3.0.1.28.bb b/meta-arago-extras/recipes-apps/acontis-ethercat-demo/acontis-atemsys_3.0.1.28.bb new file mode 100644 index 0000000..94e0c56 --- /dev/null +++ b/meta-arago-extras/recipes-apps/acontis-ethercat-demo/acontis-atemsys_3.0.1.28.bb @@ -0,0 +1,18 @@ +SUMMARY = "acontis atemsys kernel module for EtherCAT master" +HOMEPAGE = "https://www.acontis.com/en/ethercat-for-ti-processors.html" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=65dd37ccb3e888dc57e47d925b80b38a" + +SRC_URI = "https://www.acontis.com/files/support/ethercat/EC-Master-Atemsys-V${PV}-Linux.tar.gz;subdir=${P}" +SRC_URI[md5sum] = "d8d92ae671c5cf78ae22bc5386d7f44f" +SRC_URI[sha256sum] = "dd3d83eb984b17b8378e0a5e5dfae8c77e25c5428a26319f59f44f805aff9e89" + +COMPATIBLE_MACHINE = "am335x-evm|am57xx-evm" + +PR = "r0" + +S = "${WORKDIR}/${P}/yocto/meta-acontis/recipes-kernel/atemsys/files" + +inherit module + +EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"' -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
