diff options
author | dhall <dennis.hall@windriver.com> | 2012-11-07 19:15:21 +0000 |
---|---|---|
committer | Joe MacDonald <joe.macdonald@windriver.com> | 2012-11-19 11:18:30 -0500 |
commit | 4c20b896d8b709fbaed8888da98e81de74292b90 (patch) | |
tree | 1eeea2071b5ef7b78bf4d9ed39e40948475fb22a /meta-networking/recipes-support | |
parent | b38e0815204007873116bb657d9943c7f0206fb2 (diff) | |
download | meta-openembedded-4c20b896d8b709fbaed8888da98e81de74292b90.tar.gz |
aoetools: add a recipe for version 34
Add the aoetools (ATA over Ethernet) package to be
used along with a kernel module(aoe.ko) and server
software(vblade) to support ATA over ethernet network
storage.
Signed-off-by: dhall <dennis.hall@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r-- | meta-networking/recipes-support/aoetools/aoetools_34.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/aoetools/aoetools_34.bb b/meta-networking/recipes-support/aoetools/aoetools_34.bb new file mode 100644 index 000000000..07bfb0f15 --- /dev/null +++ b/meta-networking/recipes-support/aoetools/aoetools_34.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | SUMMARY = "ATA over Ethernet Tools" | ||
2 | DESCRIPTION = " \ | ||
3 | The aoetools are programs for users of the ATA over Ethernet (AoE)network \ | ||
4 | storage protocol, a simple protocol for using storage over anethernet LAN. \ | ||
5 | The vblade program (storage target) exports a blockdevice using AoE. \ | ||
6 | " | ||
7 | HOMEPAGE = "http://sourceforge.net/projects/${PN}" | ||
8 | SECTION = "console/network" | ||
9 | LICENSE = "GPLv2" | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
11 | RRECOMMENDS_${PN} = "kernel-module-aoe" | ||
12 | PR = "r0" | ||
13 | |||
14 | |||
15 | SRC_URI = "http://sourceforge.net/projects/${PN}/files/${PN}/${PV}/${PN}-${PV}.tar.gz" | ||
16 | SRC_URI[md5sum] = "cde7f7cedc7cd9938a5ebfd009dd3ec0" | ||
17 | SRC_URI[sha256sum] = "fd6c57244e9458d7cbe7a0171295ddee4d8cdcae291e40d6acbc641df7296d85" | ||
18 | |||
19 | # EXTRA_OEMAKE is typically: -e MAKEFLAGS= | ||
20 | # the -e causes problems as CFLAGS is modified in the Makefile. | ||
21 | EXTRA_OEMAKE = "" | ||
22 | |||
23 | do_install() { | ||
24 | oe_runmake DESTDIR=${D} install | ||
25 | } | ||