From 26834267421183e1abef0dc880ac0a0ad5a9c6a1 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Mon, 26 Oct 2009 16:42:07 +0100 Subject: open-iscsi: added recipe; still needs stress-testing --- recipes/open-iscsi/open-iscsi-kernel_2.0-871.bb | 19 +++++++++++++++++++ recipes/open-iscsi/open-iscsi-user_2.0-871.bb | 16 ++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 recipes/open-iscsi/open-iscsi-kernel_2.0-871.bb create mode 100644 recipes/open-iscsi/open-iscsi-user_2.0-871.bb (limited to 'recipes/open-iscsi') diff --git a/recipes/open-iscsi/open-iscsi-kernel_2.0-871.bb b/recipes/open-iscsi/open-iscsi-kernel_2.0-871.bb new file mode 100644 index 0000000000..c58e142f4f --- /dev/null +++ b/recipes/open-iscsi/open-iscsi-kernel_2.0-871.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Open-iSCSI project is a high performance, transport independent, multi-platform implementation of RFC3720." +HOMEPAGE = "http://www.open-iscsi.org/" +LICENSE = "GPL" +PR = "r0" + +SRC_URI = "http://www.open-iscsi.org/bits/open-iscsi-${PV}.tar.gz" +S = "${WORKDIR}/open-iscsi-${PV}" +TARGET_CC_ARCH += "${LDFLAGS}" + +inherit module + +do_compile () { + oe_runmake 'KSRC=${STAGING_KERNEL_DIR}' LDFLAGS="" kernel +} + +do_install() { + oe_runmake 'KSRC=${STAGING_KERNEL_DIR}' LDFLAGS="" DESTDIR="${D}" install_kernel +} + diff --git a/recipes/open-iscsi/open-iscsi-user_2.0-871.bb b/recipes/open-iscsi/open-iscsi-user_2.0-871.bb new file mode 100644 index 0000000000..92ecea1d3f --- /dev/null +++ b/recipes/open-iscsi/open-iscsi-user_2.0-871.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Open-iSCSI project is a high performance, transport independent, multi-platform implementation of RFC3720." +HOMEPAGE = "http://www.open-iscsi.org/" +LICENSE = "GPL" +PR = "r0" + +SRC_URI = "http://www.open-iscsi.org/bits/open-iscsi-${PV}.tar.gz" +S = "${WORKDIR}/open-iscsi-${PV}" +TARGET_CC_ARCH += "${LDFLAGS}" + +do_compile () { + oe_runmake user +} + +do_install () { + oe_runmake DESTDIR="${D}" install_user +} -- cgit 1.2.3-korg