Re: [oe] [PATCHv2] iw: build version 0.9.22 from git sources

2011-10-05 Thread Reizer, Eyal
Hi,

Pinging on this patch.

Best Regards,
Eyal Reizer

 -Original Message-
 From: Eyal Reizer [mailto:eyalrei...@googlemail.com]
 Sent: Monday, September 26, 2011 4:08 PM
 To: openembedded-devel@lists.openembedded.org
 Cc: Reizer, Eyal
 Subject: [PATCHv2] iw: build version 0.9.22 from git sources
 
 Builds a new version which adds wowlan support from public git source
 
 Signed-off-by: Eyal Reizer ey...@ti.com
 ---
  recipes/iw/iw_git.bb |   29 +
  1 files changed, 29 insertions(+), 0 deletions(-)
  create mode 100644 recipes/iw/iw_git.bb
 
 diff --git a/recipes/iw/iw_git.bb b/recipes/iw/iw_git.bb
 new file mode 100644
 index 000..e4d0cd5
 --- /dev/null
 +++ b/recipes/iw/iw_git.bb
 @@ -0,0 +1,27 @@
 +DESCRIPTION = nl80211 based CLI configuration utility for wireless
 devices
 +HOMEPAGE = http://linuxwireless.org/en/users/Documentation/iw;
 +SECTION = base
 +PRIORITY = optional
 +LICENSE = BSD
 +
 +SRCREV = 0a236ef5f8e4ba7218aac7d0cdacf45673d5b35c
 +PR = r0
 +PV = 0.9.22
 +PR_append = +gitr${SRCPV}
 +
 +DEPENDS = libnl pkgconfig
 +
 +SRC_URI =  \
 + git://git.sipsolutions.net/iw.git;protocol=git \
 + 
 +CFLAGS += -DCONFIG_LIBNL20
 +
 +S = ${WORKDIR}/git/
 +
 +do_compile() {
 + oe_runmake
 +}
 +
 +do_install() {
 + oe_runmake DESTDIR=${D} install
 +}
 --
 1.7.0.4


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] OE TSC meeting 11 August 2011 (re-send)

2011-10-05 Thread Frans Meulenbroeks
2011/10/4 Jeff Osier-Mixon je...@jefro.net

 Hi Frans

 Sent to the list, and there is also a link at
 http://www.openembedded.org/wiki/TSC


Saw the resend and the link. Thanks! Frans
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe v2] cloud9: created

2011-10-05 Thread Jason Kridner
Cloud9 is a web-browser based IDE running on node.js.

This application should support multiple architectures as long as they have
node.js and a build of node-o3-xml that is dropped into this system.
Currently, that includes x86 32/64-bit and ARM armv7.  Ideally, that library
would be added separately as a system-dependent portion, because everything
else should be ISA independent.

Signed-off-by: Jason Kridner j...@ti.com
---
v2:
* addressed feedback from http://patches.openembedded.org/patch/12077/
* moved shared workspace to /var/lib/cloud9
---
 meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb |   38 +++
 1 files changed, 38 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb

diff --git a/meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb 
b/meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb
new file mode 100644
index 000..6ae2246
--- /dev/null
+++ b/meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb
@@ -0,0 +1,38 @@
+DESCRIPTION = Meet Cloud9, development-as-a-service for Javascripters and 
other developers
+HOMEPAGE = http://c9.io;
+LICENSE = GPLv3
+LIC_FILES_CHKSUM = file://LICENSE;md5=4784c3bcff601fd8f9515f52a11e7018
+DEPENDS = rsync
+RDEPENDS = nodejs
+
+SRC_URI = git://github.com/jadonk/cloud9.git;protocol=git \
+
+
+SRCREV = 08bae1d1cc2ba9f7f883a25afd07f0339a82fa8b
+S = ${WORKDIR}/git
+
+# Most of cloud9 is in git submodules that still need to be fetched.
+do_configure_prepend () {
+ git submodule update --init --recursive
+}
+
+# There's nothing left to be compiled at this time.
+# node-o3-xml is the only compiled code module in here.
+# The repository has binaries for:
+#  Linux ARM armv7
+#  Linux x86 32/64-bit
+#  Sun Solaris 32-bit
+#  Mac x86 32/64-bit
+#  Windows x86 32-bit
+do_compile () {
+:
+}
+
+do_install () {
+ install -m 0755 -d ${D}/usr/share/cloud9 ${D}${bindir} ${D}/var/lib/cloud9
+ rsync -r --exclude=.* ${S}/* ${D}/usr/share/cloud9
+ touch ${D}${bindir}/cloud9
+ echo #!/bin/sh  ${D}${bindir}/cloud9
+ echo node /usr/share/cloud9/bin/cloud9.js -l 0.0.0.0 -w /var/lib/cloud9 -p 
3000  ${D}${bindir}/cloud9
+ chmod 0755 ${D}${bindir}/cloud9
+}
-- 
1.7.4.1


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] Getting Started

2011-10-05 Thread Russell Morris
Hi,

My apologies in advance for what is likely a stupid question, but I have been 
working with OpenEmbedded for a while, with some level of success (and some 
pain ... :-)), but it really seems that the current information on the Wiki 
site related to Getting Started 
(http://www.openembedded.org/wiki/Getting_started) is out of date.

I have checked out the git repository, and it really seems that the newer 
core and meta trees are being updated regularly (and not the old 
openembedded tree), but I'm not sure how to use them to get builds working. 
This is likely just ignorance on my part, but is there any info out there of 
how to work with the new structure?

Thanks in advance for any pointers that you have!

... Russell


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] Getting Started

2011-10-05 Thread Andreas Müller
On Thursday, October 06, 2011 01:11:50 AM Russell Morris wrote:
 Hi,
 
 My apologies in advance for what is likely a stupid question, but I have been 
 working with OpenEmbedded for a while, with some level of success (and some 
 pain ... :-)), but it really seems that the current information on the Wiki 
 site related to Getting Started 
 (http://www.openembedded.org/wiki/Getting_started) is out of date.
 
 I have checked out the git repository, and it really seems that the newer 
 core and meta trees are being updated regularly (and not the old 
 openembedded tree), but I'm not sure how to use them to get builds working. 
 This is likely just ignorance on my part, but is there any info out there of 
 how to work with the new structure?
 
 Thanks in advance for any pointers that you have!
 
 ... Russell
 
http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/angstrom-layers/tree/README
http://sakrah.homelinux.org/blog/2011/03/using-openembedded-core-to-build-angstrom-for-qemu/

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH] openssl: Fix build with gold linker

2011-10-05 Thread Khem Raj
There was a missing version script for one of
the apps that was being flagged by gold. So we
add appropriate openssl.ld for engines/ccgost

Signed-off-by: Khem Raj raj.k...@gmail.com
---
 .../openssl-1.0.0e/debian/version-script.patch |   34 +++-
 .../recipes-connectivity/openssl/openssl_1.0.0e.bb |2 +-
 2 files changed, 27 insertions(+), 9 deletions(-)

diff --git 
a/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/debian/version-script.patch
 
b/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/debian/version-script.patch
index 9d73f31..6d73a4c 100644
--- 
a/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/debian/version-script.patch
+++ 
b/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/debian/version-script.patch
@@ -1,7 +1,7 @@
-Index: openssl-1.0.0c/Configure
+Index: openssl-1.0.0e/Configure
 ===
 openssl-1.0.0c.orig/Configure  2011-08-12 23:02:54.436331036 -0700
-+++ openssl-1.0.0c/Configure   2011-08-12 23:03:39.626397324 -0700
+--- openssl-1.0.0e.orig/Configure  2011-10-04 22:49:47.599379260 -0700
 openssl-1.0.0e/Configure   2011-10-04 22:49:53.263407376 -0700
 @@ -1486,6 +1486,8 @@
}
}
@@ -11,10 +11,10 @@ Index: openssl-1.0.0c/Configure
  open(IN,'Makefile.org') || die unable to read Makefile.org:$!\n;
  unlink($Makefile.new) || die unable to remove old $Makefile.new:$!\n if 
-e $Makefile.new;
  open(OUT,$Makefile.new) || die unable to create $Makefile.new:$!\n;
-Index: openssl-1.0.0c/openssl.ld
+Index: openssl-1.0.0e/openssl.ld
 ===
 --- /dev/null  1970-01-01 00:00:00.0 +
-+++ openssl-1.0.0c/openssl.ld  2011-08-12 23:03:39.626397324 -0700
 openssl-1.0.0e/openssl.ld  2011-10-04 22:49:53.295407572 -0700
 @@ -0,0 +1,4461 @@
 +OPENSSL_1.0.0 {
 +  global:
@@ -4477,14 +4477,32 @@ Index: openssl-1.0.0c/openssl.ld
 +  *;
 +};
 +
-Index: openssl-1.0.0c/engines/openssl.ld
+Index: openssl-1.0.0e/engines/openssl.ld
 ===
 --- /dev/null  1970-01-01 00:00:00.0 +
-+++ openssl-1.0.0c/engines/openssl.ld  2011-08-12 23:03:39.626397324 -0700
-@@ -0,0 +1,7 @@
 openssl-1.0.0e/engines/openssl.ld  2011-10-04 22:49:53.295407572 -0700
+@@ -0,0 +1,10 @@
 +OPENSSL_1.0.0 {
 +  global:
 +  bind_engine;
++  v_check;
++  OPENSSL_init;
++  OPENSSL_finish;
++  local:
++  *;
++};
++
+Index: openssl-1.0.0e/engines/ccgost/openssl.ld
+===
+--- /dev/null  1970-01-01 00:00:00.0 +
 openssl-1.0.0e/engines/ccgost/openssl.ld   2011-10-04 22:49:53.339407745 
-0700
+@@ -0,0 +1,10 @@
++OPENSSL_1.0.0 {
++  global:
++  bind_engine;
++  v_check;
++  OPENSSL_init;
++  OPENSSL_finish;
 +  local:
 +  *;
 +};
diff --git a/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb 
b/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb
index bc812d3..8fcf0ff 100644
--- a/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb
+++ b/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb
@@ -6,7 +6,7 @@ DEPENDS += ocf-linux
 
 CFLAG += -DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS
 
-PR = ${INC_PR}.2
+PR = ${INC_PR}.3
 
 LIC_FILES_CHKSUM = file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8
 
-- 
1.7.5.4


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel