From 2a7348129a42f21095fcd62e47a035f78d254130 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 12 Dec 2013 17:36:38 +0100 Subject: initial commit of Enea Linux 3.1 Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau --- recipes-enea/linx/linx-mod_2.6.5.bb | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes-enea/linx/linx-mod_2.6.5.bb (limited to 'recipes-enea/linx/linx-mod_2.6.5.bb') diff --git a/recipes-enea/linx/linx-mod_2.6.5.bb b/recipes-enea/linx/linx-mod_2.6.5.bb new file mode 100644 index 0000000..6cb1266 --- /dev/null +++ b/recipes-enea/linx/linx-mod_2.6.5.bb @@ -0,0 +1,26 @@ +SUMMARY = "LINX for Linux fast IPC" +DESCRIPTION = "LINX is a distributed communication protocol stack for transparent inter node and interprocess communication for a heterogeneous mix of systems." +HOMEPAGE = "http://linx.sourceforge.net/" + +SECTION = "kernel/modules" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://../../COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" + +DEPENDS = "linux-libc-headers linx" +RRECOMMENDS_${PN} = "linx kmod" + +SRC_URI = "http://linux.enea.com/linx/linx-${PV}.tar.gz \ + file://linx-kernel-modules.patch \ + file://support-for-3.11-kernel-versions.patch \ + " +SRC_URI[md5sum] = "986191fbceff8e15c03dedc5e544e42e" +SRC_URI[sha256sum] = "ee51c905115dbf6e25b5980006994a81732b1c0aac460f16a6f0582bc1114954" + +S = "${WORKDIR}/linx-${PV}/net/linx" + +inherit module + +module_do_compile_prepend () { + do_make_scripts +} -- cgit v1.2.3-54-g00ecf