Openembedded Devel Discussions
 help / color / mirror / Atom feed
* Adding aoetools to meta-networking
@ 2012-11-07 19:15 Joe MacDonald
  2012-11-07 19:15 ` [meta-networking][PATCH] aoetools: add a recipe for version 34 Joe MacDonald
  2012-11-19 16:34 ` Adding aoetools to meta-networking Joe MacDonald
  0 siblings, 2 replies; 3+ messages in thread
From: Joe MacDonald @ 2012-11-07 19:15 UTC (permalink / raw)
  To: openembedded-devel; +Cc: dennis.hall

This work was actually done by Dennis Hall (copied here) but since he's not yet
on the list, I'm forwarding it for him.

Dennis:  I made a couple of minor changes to your recipe after you sent it to
me, collecting the SRC_URI values into a single block, removing the PRIROITY
field which I think is an artifact from the OE-Classic recipe, and moving
LIC_FILES_CHKSUM to be next to LICENSE.  I think other than those trivial
changes, this is exactly what you sent me.

--
-Joe MacDonald.
:wq




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [meta-networking][PATCH] aoetools: add a recipe for version 34
  2012-11-07 19:15 Adding aoetools to meta-networking Joe MacDonald
@ 2012-11-07 19:15 ` Joe MacDonald
  2012-11-19 16:34 ` Adding aoetools to meta-networking Joe MacDonald
  1 sibling, 0 replies; 3+ messages in thread
From: Joe MacDonald @ 2012-11-07 19:15 UTC (permalink / raw)
  To: openembedded-devel; +Cc: dennis.hall

From: dhall <dennis.hall@windriver.com>

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>
---
 .../recipes-support/aoetools/aoetools_34.bb        | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 meta-networking/recipes-support/aoetools/aoetools_34.bb

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 0000000..07bfb0f
--- /dev/null
+++ b/meta-networking/recipes-support/aoetools/aoetools_34.bb
@@ -0,0 +1,25 @@
+SUMMARY = "ATA over Ethernet Tools"
+DESCRIPTION = " \
+The aoetools are programs for users of the ATA over Ethernet (AoE)network \
+storage protocol, a simple protocol for using storage over anethernet LAN. \
+The vblade program (storage target) exports a blockdevice using AoE. \
+"
+HOMEPAGE = "http://sourceforge.net/projects/${PN}"
+SECTION = "console/network"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+RRECOMMENDS_${PN} = "kernel-module-aoe"
+PR = "r0"
+
+
+SRC_URI = "http://sourceforge.net/projects/${PN}/files/${PN}/${PV}/${PN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "cde7f7cedc7cd9938a5ebfd009dd3ec0"
+SRC_URI[sha256sum] = "fd6c57244e9458d7cbe7a0171295ddee4d8cdcae291e40d6acbc641df7296d85"
+
+# EXTRA_OEMAKE is typically: -e MAKEFLAGS=
+# the -e causes problems as CFLAGS is modified in the Makefile.
+EXTRA_OEMAKE = ""
+
+do_install() {
+        oe_runmake DESTDIR=${D} install
+}
-- 
1.7.11.3




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: Adding aoetools to meta-networking
  2012-11-07 19:15 Adding aoetools to meta-networking Joe MacDonald
  2012-11-07 19:15 ` [meta-networking][PATCH] aoetools: add a recipe for version 34 Joe MacDonald
@ 2012-11-19 16:34 ` Joe MacDonald
  1 sibling, 0 replies; 3+ messages in thread
From: Joe MacDonald @ 2012-11-19 16:34 UTC (permalink / raw)
  To: openembedded-devel, dennis.hall

[-- Attachment #1: Type: text/plain, Size: 657 bytes --]

[[oe] Adding aoetools to meta-networking] On 12.11.07 (Wed 14:15) Joe MacDonald wrote:

> This work was actually done by Dennis Hall (copied here) but since he's not yet
> on the list, I'm forwarding it for him.
> 
> Dennis:  I made a couple of minor changes to your recipe after you sent it to
> me, collecting the SRC_URI values into a single block, removing the PRIROITY
> field which I think is an artifact from the OE-Classic recipe, and moving
> LIC_FILES_CHKSUM to be next to LICENSE.  I think other than those trivial
> changes, this is exactly what you sent me.
> 
> --
> -Joe MacDonald.
> :wq

Merged.

-- 
-Joe MacDonald.
:wq

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-11-19 16:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-07 19:15 Adding aoetools to meta-networking Joe MacDonald
2012-11-07 19:15 ` [meta-networking][PATCH] aoetools: add a recipe for version 34 Joe MacDonald
2012-11-19 16:34 ` Adding aoetools to meta-networking Joe MacDonald

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox