Re: [oe] [meta-oe][PATCH 0/5] Pull request #18

2011-07-21 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Op 20-07-11 22:58, Martin Jansa schreef:
 The following changes since commit 037a063303d35c2fab8097d977aa5625c916c565:
 
   connman: update to 0.76 (2011-07-20 09:13:00 +0200)
 
 are available in the git repository at:
   git://git.openembedded.org/meta-openembedded-contrib jansa/meta-oe
   
 http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/meta-oe
 
 Martin Jansa (5):
   vala-dbus-binding-tool: inherit perlnative
   pidgin: inherit perlnative
   tangogps: add misssing dependency bluez4
   bluez4: add missing dependency usbpath
   vala-terminal: inherit perlnative

Thanks, I pulled these in and will push to the OE servers once ssh gets fixed. 
In the meantime, it's at github: 
https://github.com/koenkooi/meta-oe/commits/master
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFOJ8biMkyGM64RGpERAnGHAJ0Rrn4XPdSBz2k+4OMPAnIstU7+/QCeMUdp
KfxAxrJoCbeL3mzP9Jm9Yms=
=lQSI
-END PGP SIGNATURE-


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


Re: [oe] [meta-gnome][PATCH 0/2] Pull request #1

2011-07-21 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Op 20-07-11 23:01, Martin Jansa schreef:
 The following changes since commit 037a063303d35c2fab8097d977aa5625c916c565:
 
 connman: update to 0.76 (2011-07-20 09:13:00 +0200)
 
 are available in the git repository at: 
 git://git.openembedded.org/meta-openembedded-contrib jansa/meta-gnome 
 http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/meta-gnome
 
 Martin Jansa (2): libgnome-keyring: inherit perlnative gconf: inherit 
 perlnative
 
 meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb |2 +- 
 .../libgnome/libgnome-keyring_2.32.0.bb|2 +- 2 files changed, 
 2 insertions(+), 2 deletions(-)
 

Thanks, I pulled these in and will push to the OE servers once ssh gets fixed. 
In the meantime, it's at github: 
https://github.com/koenkooi/meta-oe/commits/master
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFOJ8buMkyGM64RGpERArnjAKCuNBbkNg1PJo9wO9JHpoq9cPqp+QCdGpte
BQtJQESmf282JTqLTYF6RiE=
=lYLn
-END PGP SIGNATURE-


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


Re: [oe] [PATCH v2] linux-omap-psp, linux-omap: Added patch to fix MMC timeout errors

2011-07-21 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Op 21-07-11 00:02, Joel A Fernandes schreef:
 This fixes MMC errors due to timeouts on certain SD Cards following 
 suggestions to set dto to 14 by Jason Kridner and Steven Kipisz
 
 Details of the issue: 
 http://talk.maemo.org/showthread.php?p=1000707#post1000707 --- Changes since 
 v1: * Made patch to apply to org.openembedded.dev branch * Bumped PR of 
 respective recipes
 
 ...mc-Adjust-dto-to-eliminate-timeout-errors.patch |   27 ++ 
 ...mc-Adjust-dto-to-eliminate-timeout-errors.patch |   39 
 +++- recipes/linux/linux-omap-psp_2.6.32.bb |
 2 +- recipes/linux/linux-omap_2.6.39.bb |3 +-

Could you please split that in 2? And for the .39 kernel, the master recipe is 
in meta-ti, not in .dev: 
http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/meta-texasinstruments/tree/recipes-kernel/linux/linux-omap_2.6.39.bb?id=7018fe0a81fa33c6d73d6296d25517b5d427d0a7


 4 files changed, 52 insertions(+), 19 deletions(-) create mode 100644 
 recipes/linux/linux-omap-2.6.39/beagle/0006-omap-mmc-Adjust-dto-to-eliminate-timeout-errors.patch
 
 diff --git 
 a/recipes/linux/linux-omap-2.6.39/beagle/0006-omap-mmc-Adjust-dto-to-eliminate-timeout-errors.patch
  
 b/recipes/linux/linux-omap-2.6.39/beagle/0006-omap-mmc-Adjust-dto-to-eliminate-timeout-errors.patch
  new file mode 100644 index 000..7a563b7 --- /dev/null +++
 b/recipes/linux/linux-omap-2.6.39/beagle/0006-omap-mmc-Adjust-dto-to-eliminate-timeout-errors.patch
  @@ -0,0 +1,27 @@ +From bd0b2f97c48aa6aac0c6a494f1c6ba5af5de486b Mon Sep 17 
 00:00:00 2001 +From: Joel A Fernandes agnel.j...@gmail.com +Date: Mon, 18 
 Jul 2011 23:13:41 -0500 +Subject: [PATCH]
 omap_hsmmc: Set dto to max value of 14 to avoid SD Card timeouts + 
 +Signed-off-by: Joel A Fernandes agnel.j...@gmail.com +--- + 
 drivers/mmc/host/omap_hsmmc.c |3 +++ + 1 files changed, 3 insertions(+), 
 0 deletions(-) + +diff --git a/drivers/mmc/host/omap_hsmmc.c
 b/drivers/mmc/host/omap_hsmmc.c +index 9646a75..7443647 100644 +--- 
 a/drivers/mmc/host/omap_hsmmc.c  b/drivers/mmc/host/omap_hsmmc.c +@@ 
 -1049,6 +1049,9 @@ static void set_data_timeout(struct omap_hsmmc_host *host, 
 +  dto = 14; + } + ++  /* Set dto to max value of 14 to 
 avoid SD Card
 timeouts */ ++dto = 14; ++ +  reg = ~DTO_MASK; + reg |= dto  
 DTO_SHIFT; +  OMAP_HSMMC_WRITE(host-base, SYSCTL, reg); +-- +1.7.0.4 + 
 diff --git 
 a/recipes/linux/linux-omap-psp-2.6.32/0047-omap-mmc-Adjust-dto-to-eliminate-timeout-errors.patch
 b/recipes/linux/linux-omap-psp-2.6.32/0047-omap-mmc-Adjust-dto-to-eliminate-timeout-errors.patch
  index 4867d3f..7a563b7 100644 --- 
 a/recipes/linux/linux-omap-psp-2.6.32/0047-omap-mmc-Adjust-dto-to-eliminate-timeout-errors.patch
  +++
 b/recipes/linux/linux-omap-psp-2.6.32/0047-omap-mmc-Adjust-dto-to-eliminate-timeout-errors.patch
  @@ -1,22 +1,27 @@ -From 26a79f408bd41ad7b4a47f2683909d3fc1575eab Mon Sep 17 
 00:00:00 2001 -From: Steve Sakoman st...@sakoman.com -Date: Wed, 12 Jan 
 2011 05:54:55 -0800 -Subject: [PATCH] omap: mmc:
 Adjust dto to eliminate timeout errors +From 
 bd0b2f97c48aa6aac0c6a494f1c6ba5af5de486b Mon Sep 17 00:00:00 2001 +From: Joel 
 A Fernandes agnel.j...@gmail.com +Date: Mon, 18 Jul 2011 23:13:41 -0500 
 +Subject: [PATCH] omap_hsmmc: Set dto to max value of 14 to avoid SD Card 
 timeouts
 
 -A number of SD card types were experiencing timeout errors.  This -could 
 also lead to data corruption in some cases. - -This fix proposed by Sukumar 
 Ghoral of TI. +Signed-off-by: Joel A Fernandes agnel.j...@gmail.com --- + 
 drivers/mmc/host/omap_hsmmc.c |3 +++ + 1 files changed, 3
 insertions(+), 0 deletions(-) + diff --git a/drivers/mmc/host/omap_hsmmc.c 
 b/drivers/mmc/host/omap_hsmmc.c -index 9646a75..ef458d6 100644 +index 
 9646a75..7443647 100644 --- a/drivers/mmc/host/omap_hsmmc.c +++ 
 b/drivers/mmc/host/omap_hsmmc.c -@@ -1032,6 +1032,7 @@ static void
 set_data_timeout(struct omap_hsmmc_host *host, -  cycle_ns = 10 / 
 (clk_get_rate(host-fclk) / clkd); -timeout = timeout_ns / cycle_ns; -
   timeout += timeout_clks; -+ timeout *= 2; - if (timeout) { -
 while ((timeout  0x8000) == 0) { - 
 dto += 1; +@@ -1049,6 +1049,9 @@ static
 void set_data_timeout(struct omap_hsmmc_host *host, + 
 dto = 14; + } + ++  /* Set dto to max value of 14 to avoid SD Card 
 timeouts */ ++   dto = 14; ++ +  reg = ~DTO_MASK; + reg |= dto  
 DTO_SHIFT; +  OMAP_HSMMC_WRITE(host-base, SYSCTL, reg); +-- +1.7.0.4 + 
 diff --git
 a/recipes/linux/linux-omap-psp_2.6.32.bb 
 b/recipes/linux/linux-omap-psp_2.6.32.bb index 91de194..31de659 100644 --- 
 a/recipes/linux/linux-omap-psp_2.6.32.bb +++ 
 b/recipes/linux/linux-omap-psp_2.6.32.bb @@ -9,7 +9,7 @@ COMPATIBLE_MACHINE =
 am3517-crane|beagleboard|omap3evm|am3517-evm|dm37x-evm|am3 SRCREV = 
 

Re: [oe] [meta-oe][PATCH 0/5] Pull request #18

2011-07-21 Thread Martin Jansa
On Thu, Jul 21, 2011 at 08:27:46AM +0200, Koen Kooi wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Op 20-07-11 22:58, Martin Jansa schreef:
  The following changes since commit 037a063303d35c2fab8097d977aa5625c916c565:
  
connman: update to 0.76 (2011-07-20 09:13:00 +0200)
  
  are available in the git repository at:
git://git.openembedded.org/meta-openembedded-contrib jansa/meta-oe

  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/meta-oe
  
  Martin Jansa (5):
vala-dbus-binding-tool: inherit perlnative
pidgin: inherit perlnative
tangogps: add misssing dependency bluez4
bluez4: add missing dependency usbpath
vala-terminal: inherit perlnative
 
 Thanks, I pulled these in and will push to the OE servers once ssh gets 
 fixed. In the meantime, it's at github: 
 https://github.com/koenkooi/meta-oe/commits/master

Thanks,

maybe wait with push a bit more please as there is discussion about
similar patch series on oe-core and Tom maybe has better fix for it (but
that fix doesn't work for me sofar).

Regards,

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


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


Re: [oe] Added header file to linux kernel - how to export

2011-07-21 Thread Mats Kärrman
@ Fabrice
OK, I hear what you're saying.
I've read about packaged staging and it seem to be a good thing 
(http://marcin.juszkiewicz.com.pl/2008/07/01/packaged-staging-and-what-it-gives/).
I did try using oe_stage_append_mymachine() but got an error saying something 
like there is no oe_stage so you can't append, use oe_stage() instead. So I 
tried oe_stage_mymachine() but still got the same error... Then I tried 
oe_stage() that worked but I don't wan't to do it unqualified. (I'm using 
OE tested_2010-12-30, maybe this is fixed in later releases.)

@ Henning
Regarding not using do_stage I found this: 
https://wiki.yoctoproject.org/wiki/Merging_packages_from_OpenEmbedded; and 
know that Yocto and OE are getting closer involved. Also I found posts about 
kernel_do_stage() from kernel.bbclass but I have no such function in my OE 
version.
This info http://openembedded.org/index.php/Legacy_staging; suggests 
STAGING_INCDIR - ${D}${includedir} but that doesn't make sense to me because I 
want the file where other recipes could reach it.
I have seen your comments on other posts also saying don't use do_stage. 
Could you please point me off to somewhere where I could get the background and 
what would be the right way to do this?

Best regards,
Mats


From: openembedded-devel-boun...@lists.openembedded.org 
[openembedded-devel-boun...@lists.openembedded.org] on behalf of Aeschbacher, 
Fabrice [fabrice.aeschbac...@siemens.com]
Sent: Wednesday, July 20, 2011 3:28 PM
To: openembedded-devel@lists.openembedded.org
Subject: Re: [oe] Added header file to linux kernel - how to export

Mats,

Installing myfile.h during do_install() certainly works for you right now.

But it won't if you plan to use packaged-staging in the future. Hence my advice 
to do this rather during do_stage()

With kind regards,
   Fabrice

 -Ursprüngliche Nachricht-
 Von: openembedded-devel-boun...@lists.openembedded.org
 [mailto:openembedded-devel-boun...@lists.openembedded.org] Im
 Auftrag von Mats Kärrman
 Gesendet: Mittwoch, 20. Juli 2011 15:14
 An: openembedded-devel@lists.openembedded.org
 Betreff: Re: [oe] Added header file to linux kernel - how to export

 @ Fabrice  Henning:

 Thank you both for your support! I ended up with:

 ## Export patched in header files for access by other recipes
 do_install_append_mymachine() {
 cp ${S}/arch/powerpc/include/asm/myfile.h
 ${STAGING_DIR_TARGET}${includedir}/asm/
 }

 Works fine but I'm a bit confused about the number of
 STAGING_ definitions in the environment. It's not always
 easy to pick the right one, e.g. STAGING_DIR_TARGET and
 STAGING_DIR_HOST both points to the same location...

 Best Regards,
 Mats

 
 From: openembedded-devel-boun...@lists.openembedded.org
 [openembedded-devel-boun...@lists.openembedded.org] on behalf
 of Henning Heinold [hein...@inf.fu-berlin.de]
 Sent: Wednesday, July 20, 2011 11:05 AM
 To: openembedded-devel@lists.openembedded.org
 Subject: Re: [oe] Added header file to linux kernel - how to export

 On Tue, Jul 19, 2011 at 08:14:14PM +0200, Aeschbacher, Fabrice wrote:
  Hi,
 
  Your could put something like this:
 
  do_stage_append() {
cp ${S}/my_ioctl.h ${STAGING_KERNEL_DIR}/include/linux
  }
 
  in your recipes/linu.bb
 
  With kind regards,
 Fabrice

 Hi,

 do_stage shouldn't be used anymore. Do it via do_install method.


 Bye Henning

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

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

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

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


[oe] [PATCH] vblade: Pass LDFLAGS to final link. Fixes GNU_HASH QA error.

2011-07-21 Thread Mike Stirling
From: Mike Stirling mstirl...@chipwrights.com

Signed-off-by: Mike Stirling mstirl...@chipwrights.com
---
 recipes/vblade/files/ldflags.patch |   12 
 recipes/vblade/vblade_19.bb|5 +++--
 2 files changed, 15 insertions(+), 2 deletions(-)
 create mode 100644 recipes/vblade/files/ldflags.patch

diff --git a/recipes/vblade/files/ldflags.patch 
b/recipes/vblade/files/ldflags.patch
new file mode 100644
index 000..3350513
--- /dev/null
+++ b/recipes/vblade/files/ldflags.patch
@@ -0,0 +1,12 @@
+diff -urN vblade-19.orig/makefile vblade-19/makefile
+--- vblade-19.orig/makefile2011-07-20 15:45:43.851538824 +0100
 vblade-19/makefile 2011-07-20 15:46:26.863358466 +0100
+@@ -11,7 +11,7 @@
+ O=aoe.o bpf.o ${PLATFORM}.o ata.o
+ 
+ vblade: $O
+-  ${CC} -o vblade $O
++  ${CC} ${LDFLAGS} -o vblade $O
+ 
+ aoe.o : aoe.c config.h dat.h fns.h makefile
+   ${CC} ${CFLAGS} -c $
diff --git a/recipes/vblade/vblade_19.bb b/recipes/vblade/vblade_19.bb
index f100a46..7b3504a 100644
--- a/recipes/vblade/vblade_19.bb
+++ b/recipes/vblade/vblade_19.bb
@@ -1,10 +1,11 @@
 DESCRIPTION = Virtual EtherDrive blade AoE target
 SECTION = console/network
-PR = r1
+PR = r2
 LICENSE = GPL
 
 SRC_URI = ${SOURCEFORGE_MIRROR}/aoetools/${PN}-${PV}.tgz \
-  file://cross.patch
+  file://cross.patch \
+  file://ldflags.patch
 
 inherit autotools
 
-- 
1.7.0.4


Closed IPTV, the new safe and secure deterministic IP Video solution from 
Dedicated Micros, is now shipping through selected distributors.
- Come and see this award winning plug and play, IP Video innovation at one of 
our Roadshows around the UK visit: 
https://www.dedicatedmicros.com/europe/ClosedIPTVRoadshow2011
- Contact our Customer Services Team for more information regarding how to 
enter the world of safe and secure hybrid IP and analogue video surveillance 
systems.

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


Re: [oe] [PATCH] vblade: Pass LDFLAGS to final link. Fixes GNU_HASH QA error.

2011-07-21 Thread Paul Menzel
Dear Mike,


thank you for your patch.

Am Donnerstag, den 21.07.2011, 08:36 +0100 schrieb Mike Stirling:
 From: Mike Stirling mstirl...@chipwrights.com

 Signed-off-by: Mike Stirling mstirl...@chipwrights.com
 ---
  recipes/vblade/files/ldflags.patch |   12 
  recipes/vblade/vblade_19.bb|5 +++--
  2 files changed, 15 insertions(+), 2 deletions(-)
  create mode 100644 recipes/vblade/files/ldflags.patch
 
 diff --git a/recipes/vblade/files/ldflags.patch 
 b/recipes/vblade/files/ldflags.patch
 new file mode 100644
 index 000..3350513
 --- /dev/null
 +++ b/recipes/vblade/files/ldflags.patch

Could you please add a patch header [1]?

It would be great if you could send the patch (and the other one)
upstream [2] too or check if it has been fixed in vblade 20.

 @@ -0,0 +1,12 @@
 +diff -urN vblade-19.orig/makefile vblade-19/makefile
 +--- vblade-19.orig/makefile  2011-07-20 15:45:43.851538824 +0100
  vblade-19/makefile   2011-07-20 15:46:26.863358466 +0100
 +@@ -11,7 +11,7 @@
 + O=aoe.o bpf.o ${PLATFORM}.o ata.o
 + 
 + vblade: $O
 +-${CC} -o vblade $O
 ++${CC} ${LDFLAGS} -o vblade $O
 + 
 + aoe.o : aoe.c config.h dat.h fns.h makefile
 + ${CC} ${CFLAGS} -c $
 diff --git a/recipes/vblade/vblade_19.bb b/recipes/vblade/vblade_19.bb
 index f100a46..7b3504a 100644
 --- a/recipes/vblade/vblade_19.bb
 +++ b/recipes/vblade/vblade_19.bb
 @@ -1,10 +1,11 @@
  DESCRIPTION = Virtual EtherDrive blade AoE target
  SECTION = console/network
 -PR = r1
 +PR = r2
  LICENSE = GPL
  
  SRC_URI = ${SOURCEFORGE_MIRROR}/aoetools/${PN}-${PV}.tgz \
 -file://cross.patch
 +file://cross.patch \
 +file://ldflags.patch
  
  inherit autotools

I build tested this patch on `angstrom-2010.x` and `minimal{,-uclibc}`
for `MACHINE = beagleboard`.

Acked-by: Paul Menzel paulepan...@users.sourceforge.net


Thanks,

Paul


[1] http://openembedded.org/index.php/Commit_Patch_Message_Guidelines
[2] http://aoetools.sourceforge.net/


signature.asc
Description: This is a digitally signed message part
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] git server

2011-07-21 Thread Richard Purdie
On Thu, 2011-07-21 at 11:05 +0100, Richard Purdie wrote:
 On Wed, 2011-07-20 at 20:10 -0700, Tom King wrote:
  approximately 0400UTC the git server was migrated from the failing Melo
  instance to another instance on another machine while we continue to
  troubleshoot melo.
 
 Fir reference the machine ssh keys changed as a result of this
 triggering security warnings. 
 
 Something is also wrong with the bitbake repository as I can no longer
 access it:
 
 $ git pull
 fatal: 'repositories/bitbake.git' does not appear to be a git repository
 fatal: The remote end hung up unexpectedly

I figured out why - DNS for git.openembedded.net is still pointing at
what would have been melo and I have a very old config file. I guess
people need to watch out for this...

Cheers,

Richard


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


Re: [oe] git server

2011-07-21 Thread Richard Purdie
On Wed, 2011-07-20 at 20:10 -0700, Tom King wrote:
 approximately 0400UTC the git server was migrated from the failing Melo
 instance to another instance on another machine while we continue to
 troubleshoot melo.

Fir reference the machine ssh keys changed as a result of this
triggering security warnings. 

Something is also wrong with the bitbake repository as I can no longer
access it:

$ git pull
fatal: 'repositories/bitbake.git' does not appear to be a git repository
fatal: The remote end hung up unexpectedly

Cheers,

Richard


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


Re: [oe] Added header file to linux kernel - how to export

2011-07-21 Thread Lynn Lin
在 2011-7-19 下午9:58,Mats Kärrman mats.karr...@tritech.se写道:

 Hi,

 I have made a patch to the linux kernel, involving adding some ioctl's.
Relevant definitions are in a .h file. Now I need to access this .h file
from another recipe (that builds a utility using those ioctl's) but the
headers in sysroots/xxx-linux/usr/include are put there (by
linux-libc-headers?) long before the target Linux kernel is patched and
built.

 I'm thinking about adding a do_install_append to the linux recipe but that
doesn't feel right. Neither does adding a path from the util recipe build to
the work folder of linux kernel. Third alternative would be to build the
driver as an LKM but I really like to have it built into the kernel...

 If any of you have some good advice here I would be very happy!

 Best Regards,
 Mats

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


[oe] [PATCH] connman: remove if_alg.h test from configure

2011-07-21 Thread Martin Jansa
* we're not building alg-test and if_alg.h needs newer linux-libc-headers than 
many distributions prefer now

Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 .../recipes-connectivity/connman/connman_0.76.bb   |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-connectivity/connman/connman_0.76.bb 
b/meta-oe/recipes-connectivity/connman/connman_0.76.bb
index 8257be5..cb84caa 100644
--- a/meta-oe/recipes-connectivity/connman/connman_0.76.bb
+++ b/meta-oe/recipes-connectivity/connman/connman_0.76.bb
@@ -25,7 +25,9 @@ SRC_URI  = \
 SRC_URI[md5sum] = 59b4cfd9fa4f736f7a2d88ee0c758fe9
 SRC_URI[sha256sum] = 
bf58fa72454bb63033da8f847a4709dbdfe64c56a93a7504240cb31c1321
 
-# alg-test doesn't build, so disable that
+# alg-test doesn't build, so disable that and test for if_alg.h as this header 
is only in 2.6.39
 do_configure_prepend() {
sed -i 's:tools/alg-test ::g' Makefile.am
+   sed -i 's:AC_CHECK_HEADERS(linux/if_alg.h, dummy=yes,::g;
+   s:AC_MSG_ERROR(User-space algorithm header files are 
required))::g' configure.ac
 }
-- 
1.7.6


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


[oe] [meta-oe][PATCH] tangogps: fix build with curl-7.21.8 and newer

2011-07-21 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 .../tangogps-0.99.4/remove.unused.header.patch |   37 
 .../recipes-navigation/tangogps/tangogps_0.99.4.bb |4 ++-
 2 files changed, 40 insertions(+), 1 deletions(-)
 create mode 100644 
meta-oe/recipes-navigation/tangogps/tangogps-0.99.4/remove.unused.header.patch

diff --git 
a/meta-oe/recipes-navigation/tangogps/tangogps-0.99.4/remove.unused.header.patch
 
b/meta-oe/recipes-navigation/tangogps/tangogps-0.99.4/remove.unused.header.patch
new file mode 100644
index 000..db8af84
--- /dev/null
+++ 
b/meta-oe/recipes-navigation/tangogps/tangogps-0.99.4/remove.unused.header.patch
@@ -0,0 +1,37 @@
+curl/types.h was removed in 
+https://github.com/bagder/curl/commit/2ef7a28a71f819343afefa721e5497119fb2cee0#include/curl
+and is not available in curl-7.21.8 and newer
+
+diff -uNr tangogps-0.99.4.orig//src/util.h tangogps-0.99.4/src/util.h
+--- tangogps-0.99.4.orig//src/util.h   2009-11-06 13:16:05.0 +0100
 tangogps-0.99.4/src/util.h 2011-07-21 14:36:59.208792227 +0200
+@@ -2,7 +2,6 @@
+ #include gtk/gtk.h
+ 
+ #include curl/curl.h
+-#include curl/types.h
+ #include curl/easy.h
+ int
+ sql_execute(char *db_name, char *sql, int 
(*cb_func)(void*,int,char**,char**));
+diff -uNr tangogps-0.99.4.orig//src/friends.c tangogps-0.99.4/src/friends.c
+--- tangogps-0.99.4.orig//src/friends.c2010-06-25 11:40:04.0 
+0200
 tangogps-0.99.4/src/friends.c  2011-07-21 14:39:14.711789408 +0200
+@@ -17,7 +17,6 @@
+ #include gtk/gtk.h
+ 
+ #include curl/curl.h
+-#include curl/types.h
+ #include curl/easy.h
+ 
+ 
+diff -uNr tangogps-0.99.4.orig//src/tile_management.c 
tangogps-0.99.4/src/tile_management.c
+--- tangogps-0.99.4.orig//src/tile_management.c2010-06-25 
11:40:05.0 +0200
 tangogps-0.99.4/src/tile_management.c  2011-07-21 14:38:45.030790011 
+0200
+@@ -5,7 +5,6 @@
+ #include glib/gprintf.h
+ #include string.h
+ #include curl/curl.h
+-#include curl/types.h 
+ #include curl/easy.h 
+ #include math.h
+ #include globals.h
diff --git a/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb 
b/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb
index e04f0a5..3a1ea3d 100644
--- a/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb
+++ b/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb
@@ -5,8 +5,10 @@ SECTION = x11/applications
 LICENSE = GPLv2
 LIC_FILES_CHKSUM = file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552
 DEPENDS = curl gtk+ gconf sqlite3 libexif libsoup-2.4 bluez4
+PR = r1
 
-SRC_URI = http://www.tangogps.org/downloads/${P}.tar.gz;
+SRC_URI = http://www.tangogps.org/downloads/${P}.tar.gz \
+   file://remove.unused.header.patch
 SRC_URI[md5sum] = 0f07ede94a21eb84f5e017fa88a1fc3d
 SRC_URI[sha256sum] = 
660fdf89ef3c379f2fc0c2a9d0c9d3bfa5345835786b72bf9f513ba9ec2c812a
 
-- 
1.7.6


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


[oe] OE.dev broke with bitbake master

2011-07-21 Thread Philip Balister
OE dev/master does not build (clean build) with bitbake/master. Looks 
like 1.12.0 is better.


The failure appears to revolve around not building native packages.

Philip

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


Re: [oe] [PATCH v2] linux-omap-psp, linux-omap: Added patch to fix MMC timeout errors

2011-07-21 Thread Joel A Fernandes
On Thu, Jul 21, 2011 at 1:29 AM, Koen Kooi k...@dominion.thruhere.net wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Op 21-07-11 00:02, Joel A Fernandes schreef:
 This fixes MMC errors due to timeouts on certain SD Cards following 
 suggestions to set dto to 14 by Jason Kridner and Steven Kipisz

 Details of the issue: 
 http://talk.maemo.org/showthread.php?p=1000707#post1000707 --- Changes since 
 v1: * Made patch to apply to org.openembedded.dev branch * Bumped PR of 
 respective recipes

 ...mc-Adjust-dto-to-eliminate-timeout-errors.patch |   27 ++ 
 ...mc-Adjust-dto-to-eliminate-timeout-errors.patch |   39 
 +++- recipes/linux/linux-omap-psp_2.6.32.bb             |    
 2 +- recipes/linux/linux-omap_2.6.39.bb                 |    3 +-

 Could you please split that in 2? And for the .39 kernel, the master recipe 
 is in meta-ti, not in .dev: 
 http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/meta-texasinstruments/tree/recipes-kernel/linux/linux-omap_2.6.39.bb?id=7018fe0a81fa33c6d73d6296d25517b5d427d0a7


Did you move it recently? If you don't mind, can you point me to some
information on why this has changed?

Thanks
Joel

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


Re: [oe] [PATCH v2] linux-omap-psp, linux-omap: Added patch to fix MMC timeout errors

2011-07-21 Thread Jason Kridner
On Thu, Jul 21, 2011 at 12:24 PM, Joel A Fernandes agnel.j...@gmail.com wrote:
 On Thu, Jul 21, 2011 at 1:29 AM, Koen Kooi k...@dominion.thruhere.net wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Op 21-07-11 00:02, Joel A Fernandes schreef:
 This fixes MMC errors due to timeouts on certain SD Cards following 
 suggestions to set dto to 14 by Jason Kridner and Steven Kipisz

 Details of the issue: 
 http://talk.maemo.org/showthread.php?p=1000707#post1000707 --- Changes 
 since v1: * Made patch to apply to org.openembedded.dev branch * Bumped PR 
 of respective recipes

 ...mc-Adjust-dto-to-eliminate-timeout-errors.patch |   27 ++ 
 ...mc-Adjust-dto-to-eliminate-timeout-errors.patch |   39 
 +++- recipes/linux/linux-omap-psp_2.6.32.bb             |   
  2 +- recipes/linux/linux-omap_2.6.39.bb                 |    3 +-

 Could you please split that in 2? And for the .39 kernel, the master recipe 
 is in meta-ti, not in .dev: 
 http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/meta-texasinstruments/tree/recipes-kernel/linux/linux-omap_2.6.39.bb?id=7018fe0a81fa33c6d73d6296d25517b5d427d0a7


 Did you move it recently? If you don't mind, can you point me to some
 information on why this has changed?

Are we not keeping both up-to-date for the time being?  Is
Angstrom-next now officially oe-core?  Should Narcissus now rename
'next' to 'classic'?


 Thanks
 Joel

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


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


Re: [oe] [meta-oe][PATCH 4/5] bluez4: add missing dependency usbpath

2011-07-21 Thread Martin Jansa
On Wed, Jul 20, 2011 at 10:58:49PM +0200, Martin Jansa wrote:
 Signed-off-by: Martin Jansa martin.ja...@gmail.com
 ---
  meta-oe/recipes-connectivity/bluez/bluez4_4.93.bb |2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/meta-oe/recipes-connectivity/bluez/bluez4_4.93.bb 
 b/meta-oe/recipes-connectivity/bluez/bluez4_4.93.bb
 index ab85776..7688986 100644
 --- a/meta-oe/recipes-connectivity/bluez/bluez4_4.93.bb
 +++ b/meta-oe/recipes-connectivity/bluez/bluez4_4.93.bb
 @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = 
 file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
  file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \
  
 file://src/main.c;beginline=1;endline=24;md5=9bc54b93cd7e17bf03f52513f39f926e 
 \
  
 file://sbc/sbc.c;beginline=1;endline=25;md5=1a40781ed30d50d8639323a184aeb191
 -DEPENDS = udev gst-plugins-base alsa-lib libusb dbus-glib libnl
 +DEPENDS = udev gst-plugins-base alsa-lib libusb dbus-glib libnl usbpath

This patch only adds usbpath.

The patch which was commited also removes libnl, I guess it was
intentional manual edit, but maybe is worth it to say so in commit message 
or pushing as separate change (to see who did it).

Because otherwise when I noticed it I expected that it was typo on my
side and that I did replace libnl with usbpath by my error.

Regards,

  RDEPENDS_${PN}-dev = bluez-hcidump
  
  ASNEEDED = 
 -- 
 1.7.6
 

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


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


[oe] [2011.03-maintenance] Pull request #22

2011-07-21 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tom,

Please pull the 4 commits from here:

URI: git://dominion.thruhere.net/var/cache/git/openembedded.git
Branch: 2011.03-maintenance

Joel A Fernandes (2):
  linux-omap-psp: Added patch to fix MMC timeout errors
  beagleboard-test-scripts: BeagleBoard userbutton detection for flashing

Koen Kooi (1):
  gst-plugins-good 0.10.28: bump PR for pulseaudio .15 - .22 update

chase maupin (1):
  nodejs: Add patch to compile with GCC 4.3.3

2 cherry-pick, the nodejs is a backport since the version in .dev isn't in 
maintenance and gst-plugins-good is local to maintenance since the pulse update 
was local as well.

I'll do a seperate #23 with some more beagle kernel updates later this week.

regards,

Koen

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Darwin)

iD4DBQFOKHueMkyGM64RGpERApIGAJjJTzkChaf2EKHhRNTaHoQbx6iLAJ43KaUB
EyIR8kDGgN0bHiZzPFrapQ==
=20YW
-END PGP SIGNATURE-


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


[oe] [meta-oe][PATCH 2/4] tangogps: fix build with curl-7.21.8 and newer

2011-07-21 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 .../tangogps-0.99.4/remove.unused.header.patch |   37 
 .../recipes-navigation/tangogps/tangogps_0.99.4.bb |4 ++-
 2 files changed, 40 insertions(+), 1 deletions(-)
 create mode 100644 
meta-oe/recipes-navigation/tangogps/tangogps-0.99.4/remove.unused.header.patch

diff --git 
a/meta-oe/recipes-navigation/tangogps/tangogps-0.99.4/remove.unused.header.patch
 
b/meta-oe/recipes-navigation/tangogps/tangogps-0.99.4/remove.unused.header.patch
new file mode 100644
index 000..db8af84
--- /dev/null
+++ 
b/meta-oe/recipes-navigation/tangogps/tangogps-0.99.4/remove.unused.header.patch
@@ -0,0 +1,37 @@
+curl/types.h was removed in 
+https://github.com/bagder/curl/commit/2ef7a28a71f819343afefa721e5497119fb2cee0#include/curl
+and is not available in curl-7.21.8 and newer
+
+diff -uNr tangogps-0.99.4.orig//src/util.h tangogps-0.99.4/src/util.h
+--- tangogps-0.99.4.orig//src/util.h   2009-11-06 13:16:05.0 +0100
 tangogps-0.99.4/src/util.h 2011-07-21 14:36:59.208792227 +0200
+@@ -2,7 +2,6 @@
+ #include gtk/gtk.h
+ 
+ #include curl/curl.h
+-#include curl/types.h
+ #include curl/easy.h
+ int
+ sql_execute(char *db_name, char *sql, int 
(*cb_func)(void*,int,char**,char**));
+diff -uNr tangogps-0.99.4.orig//src/friends.c tangogps-0.99.4/src/friends.c
+--- tangogps-0.99.4.orig//src/friends.c2010-06-25 11:40:04.0 
+0200
 tangogps-0.99.4/src/friends.c  2011-07-21 14:39:14.711789408 +0200
+@@ -17,7 +17,6 @@
+ #include gtk/gtk.h
+ 
+ #include curl/curl.h
+-#include curl/types.h
+ #include curl/easy.h
+ 
+ 
+diff -uNr tangogps-0.99.4.orig//src/tile_management.c 
tangogps-0.99.4/src/tile_management.c
+--- tangogps-0.99.4.orig//src/tile_management.c2010-06-25 
11:40:05.0 +0200
 tangogps-0.99.4/src/tile_management.c  2011-07-21 14:38:45.030790011 
+0200
+@@ -5,7 +5,6 @@
+ #include glib/gprintf.h
+ #include string.h
+ #include curl/curl.h
+-#include curl/types.h 
+ #include curl/easy.h 
+ #include math.h
+ #include globals.h
diff --git a/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb 
b/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb
index e04f0a5..3a1ea3d 100644
--- a/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb
+++ b/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb
@@ -5,8 +5,10 @@ SECTION = x11/applications
 LICENSE = GPLv2
 LIC_FILES_CHKSUM = file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552
 DEPENDS = curl gtk+ gconf sqlite3 libexif libsoup-2.4 bluez4
+PR = r1
 
-SRC_URI = http://www.tangogps.org/downloads/${P}.tar.gz;
+SRC_URI = http://www.tangogps.org/downloads/${P}.tar.gz \
+   file://remove.unused.header.patch
 SRC_URI[md5sum] = 0f07ede94a21eb84f5e017fa88a1fc3d
 SRC_URI[sha256sum] = 
660fdf89ef3c379f2fc0c2a9d0c9d3bfa5345835786b72bf9f513ba9ec2c812a
 
-- 
1.7.6


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


[oe] [meta-oe][PATCH 1/4] connman: remove if_alg.h test from configure

2011-07-21 Thread Martin Jansa
* we're not building alg-test and if_alg.h needs newer linux-libc-headers than 
many distributions prefer now

Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 .../recipes-connectivity/connman/connman_0.76.bb   |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-connectivity/connman/connman_0.76.bb 
b/meta-oe/recipes-connectivity/connman/connman_0.76.bb
index 8257be5..cb84caa 100644
--- a/meta-oe/recipes-connectivity/connman/connman_0.76.bb
+++ b/meta-oe/recipes-connectivity/connman/connman_0.76.bb
@@ -25,7 +25,9 @@ SRC_URI  = \
 SRC_URI[md5sum] = 59b4cfd9fa4f736f7a2d88ee0c758fe9
 SRC_URI[sha256sum] = 
bf58fa72454bb63033da8f847a4709dbdfe64c56a93a7504240cb31c1321
 
-# alg-test doesn't build, so disable that
+# alg-test doesn't build, so disable that and test for if_alg.h as this header 
is only in 2.6.39
 do_configure_prepend() {
sed -i 's:tools/alg-test ::g' Makefile.am
+   sed -i 's:AC_CHECK_HEADERS(linux/if_alg.h, dummy=yes,::g;
+   s:AC_MSG_ERROR(User-space algorithm header files are 
required))::g' configure.ac
 }
-- 
1.7.6


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


[oe] [meta-oe][PATCH 4/4] xf86-video-glamo: bump SRCREV, remove upstream applied patch

2011-07-21 Thread Martin Jansa
* remove mese-dri from RDEPENDS as we're now using kernel without DRM patch and 
it can fallback to sw rendering just fine

Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 ...efine-GLAMO_CMDQ_MAX_COUNT-instead-of-mag.patch |   66 
 .../xorg-driver/xf86-video-glamo_git.bb|5 +-
 2 files changed, 2 insertions(+), 69 deletions(-)
 delete mode 100644 
meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo/0001-glamo-drm-define-GLAMO_CMDQ_MAX_COUNT-instead-of-mag.patch

diff --git 
a/meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo/0001-glamo-drm-define-GLAMO_CMDQ_MAX_COUNT-instead-of-mag.patch
 
b/meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo/0001-glamo-drm-define-GLAMO_CMDQ_MAX_COUNT-instead-of-mag.patch
deleted file mode 100644
index 0c7350f..000
--- 
a/meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo/0001-glamo-drm-define-GLAMO_CMDQ_MAX_COUNT-instead-of-mag.patch
+++ /dev/null
@@ -1,66 +0,0 @@
-From e2d0f9a3ba7f36b0b8ac8d736dd76da6e5e07f38 Mon Sep 17 00:00:00 2001
-From: Martin Jansa martin.ja...@gmail.com
-Date: Fri, 29 Oct 2010 11:19:08 +0200
-Subject: [PATCH] glamo-drm: define GLAMO_CMDQ_MAX_COUNT instead of magic 
constant 1024
-
-* fix check for full queue, because size != count here
-* make sure we have enough space in queue for 2 resp. 4 more commands in
-  GlamoDRMAddCommand resp. GlamoDRMAddCommandBO
-
-Signed-off-by: Martin Jansa martin.ja...@gmail.com

- src/glamo-drm.c |   16 +++-
- 1 files changed, 11 insertions(+), 5 deletions(-)
-
-diff --git a/src/glamo-drm.c b/src/glamo-drm.c
-index aac93bb..01e8510 100644
 a/src/glamo-drm.c
-+++ b/src/glamo-drm.c
-@@ -32,6 +32,8 @@
- 
- #include glamo.h
- 
-+/* How many commands can be stored before forced dispatch */
-+#define GLAMO_CMDQ_MAX_COUNT 1024
- 
- /* Submit the prepared command sequence to the kernel */
- void GlamoDRMDispatch(GlamoPtr pGlamo)
-@@ -60,7 +62,7 @@ void GlamoDRMDispatch(GlamoPtr pGlamo)
- 
- void GlamoDRMAddCommand(GlamoPtr pGlamo, uint16_t reg, uint16_t val)
- {
--  if ( pGlamo-cmdq_drm_used == pGlamo-cmdq_drm_size ) {
-+  if ( pGlamo-cmdq_drm_used = GLAMO_CMDQ_MAX_COUNT - 2 ) {
-   xf86DrvMsg(pGlamo-pScreen-myNum, X_INFO,
-  Forced command cache flush.\n);
-   GlamoDRMDispatch(pGlamo);
-@@ -74,7 +76,8 @@ void GlamoDRMAddCommand(GlamoPtr pGlamo, uint16_t reg, 
uint16_t val)
- 
- void GlamoDRMAddCommandBO(GlamoPtr pGlamo, uint16_t reg, struct glamo_bo *bo)
- {
--  if ( pGlamo-cmdq_drm_used == pGlamo-cmdq_drm_size ) {
-+  if ( pGlamo-cmdq_drm_used = GLAMO_CMDQ_MAX_COUNT - 4 ||
-+ pGlamo-cmdq_obj_used = GLAMO_CMDQ_MAX_COUNT) {
-   xf86DrvMsg(pGlamo-pScreen-myNum, X_INFO,
-  Forced command cache flush.\n);
-   GlamoDRMDispatch(pGlamo);
-@@ -98,10 +101,13 @@ void GlamoDRMAddCommandBO(GlamoPtr pGlamo, uint16_t reg, 
struct glamo_bo *bo)
- 
- void GlamoDRMInit(GlamoPtr pGlamo)
- {
--  pGlamo-cmdq_objs = malloc(1024);
--  pGlamo-cmdq_obj_pos = malloc(1024);
-+  pGlamo-cmdq_objs = malloc(GLAMO_CMDQ_MAX_COUNT);
-+  pGlamo-cmdq_obj_pos = malloc(GLAMO_CMDQ_MAX_COUNT);
-   pGlamo-cmdq_obj_used = 0;
-   pGlamo-cmdq_drm_used = 0;
--  pGlamo-cmdq_drm_size = 4 * 1024;
-+  /* we're using 2bytes per entry (uint16_t) that's why we need to 
allocate
-+   * GLAMO_CMDQ_MAX_COUNT * 2 bytes
-+   */
-+  pGlamo-cmdq_drm_size = 2 * GLAMO_CMDQ_MAX_COUNT;
-   pGlamo-cmdq_drm = malloc(pGlamo-cmdq_drm_size);
- }
--- 
-1.7.3.2
-
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo_git.bb 
b/meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo_git.bb
index 82263f2..b1030d9 100644
--- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo_git.bb
+++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo_git.bb
@@ -4,17 +4,16 @@ DEPENDS += libdrm
 
 LIC_FILES_CHKSUM = file://COPYING;md5=d8cbd99fff773f92e844948f74ef0df8
 
-RDEPENDS_${PN} = xserver-xorg-extension-dri xserver-xorg-extension-dri2 
xserver-xorg-extension-glx mesa-dri
+RDEPENDS_${PN} = xserver-xorg-extension-dri xserver-xorg-extension-dri2 
xserver-xorg-extension-glx
 PE = 2
 PV = 1.0.0+gitr${SRCPV}
 PR = ${INC_PR}.6
 
 SRC_URI = 
git://git.openmoko.org/git/xf86-video-glamo.git;protocol=git;branch=master \
-   
file://0001-glamo-drm-define-GLAMO_CMDQ_MAX_COUNT-instead-of-mag.patch \
file://0001-glamo-kms-driver-drop-unused-xf86_config.patch \
   
 
 S = ${WORKDIR}/git
-SRCREV = 16af3c00195adc68cbd508e3613be4b2349260b3
+SRCREV = cb9ed17035a79e49dde26a1e7e2bc5f10fd8144b
 
 EXTRA_OECONF =  --enable-kms 
-- 
1.7.6


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


[oe] [meta-oe][PATCH 3/4] foxtrotgps: fix build with curl-7.21.8 and newer

2011-07-21 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 .../foxtrotgps-1.0.1/remove.unused.header.patch|   40 
 .../foxtrotgps/foxtrotgps_1.0.1.bb |6 ++-
 2 files changed, 44 insertions(+), 2 deletions(-)
 create mode 100644 
meta-oe/recipes-navigation/foxtrotgps/foxtrotgps-1.0.1/remove.unused.header.patch

diff --git 
a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps-1.0.1/remove.unused.header.patch
 
b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps-1.0.1/remove.unused.header.patch
new file mode 100644
index 000..d80d321
--- /dev/null
+++ 
b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps-1.0.1/remove.unused.header.patch
@@ -0,0 +1,40 @@
+curl/types.h was removed in
+https://github.com/bagder/curl/commit/2ef7a28a71f819343afefa721e5497119fb2cee0#include/curl
+and is not available in curl-7.21.8 and newer
+
+=== modified file 'foxtrotgps-1.0.1/src/friends.c'
+--- foxtrotgps-1.0.1.orig/src/friends.c2011-05-01 20:51:37 +
 foxtrotgps-1.0.1/src/friends.c 2011-07-21 15:34:03 +
+@@ -17,7 +17,6 @@
+ #include gtk/gtk.h
+ 
+ #include curl/curl.h
+-#include curl/types.h
+ #include curl/easy.h
+ 
+ 
+
+=== modified file 'foxtrotgps-1.0.1/src/tile_management.c'
+--- foxtrotgps-1.0.1.orig/src/tile_management.c2011-06-02 11:25:49 
+
 foxtrotgps-1.0.1/src/tile_management.c 2011-07-21 15:34:06 +
+@@ -8,7 +8,6 @@
+ #include glib/gprintf.h
+ #include string.h
+ #include curl/curl.h
+-#include curl/types.h 
+ #include curl/easy.h 
+ #include math.h
+ #include globals.h
+
+=== modified file 'foxtrotgps-1.0.1/src/util.h'
+--- foxtrotgps-1.0.1.orig/src/util.h   2010-04-13 02:20:30 +
 foxtrotgps-1.0.1/src/util.h2011-07-21 15:34:05 +
+@@ -2,7 +2,6 @@
+ #include gtk/gtk.h
+ 
+ #include curl/curl.h
+-#include curl/types.h
+ #include curl/easy.h
+ int
+ sql_execute(char *db_name, char *sql, int 
(*cb_func)(void*,int,char**,char**));
+
diff --git a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.0.1.bb 
b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.0.1.bb
index c517f08..2a8293e 100644
--- a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.0.1.bb
+++ b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.0.1.bb
@@ -5,11 +5,13 @@ SECTION = x11/applications
 LICENSE = GPLv2
 LIC_FILES_CHKSUM = file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552
 DEPENDS = curl gtk+ gconf libglade sqlite3 libexif gpsd
+PR = r1
 
-SRC_URI = http://www.foxtrotgps.org/releases/${P}.tar.gz;
+SRC_URI = http://www.foxtrotgps.org/releases/${P}.tar.gz \
+   file://remove.unused.header.patch
 SRC_URI[md5sum] = 982d14cdb0439cc4d6aa6cefc232124d
 SRC_URI[sha256sum] = 
059158fd8e61137e2e6d6e01685add7fb85cce8483faa99efb01187f2ba50841
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig perlnative
 
 RRECOMMENDS_${PN} = gpsd
-- 
1.7.6


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


[oe] [meta-oe][PATCH 0/4] Pull request #19

2011-07-21 Thread Martin Jansa
The following changes since commit 059369b22fddb5e69536d37c29cb064c3d1372ae:

  gconf: inherit perlnative (2011-07-21 08:26:14 +0200)

are available in the git repository at:
  git://git.openembedded.org/meta-openembedded-contrib jansa/meta-oe
  
http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/meta-oe

Martin Jansa (4):
  connman: remove if_alg.h test from configure
  tangogps: fix build with curl-7.21.8 and newer
  foxtrotgps: fix build with curl-7.21.8 and newer
  xf86-video-glamo: bump SRCREV, remove upstream applied patch

 .../recipes-connectivity/connman/connman_0.76.bb   |4 +-
 ...efine-GLAMO_CMDQ_MAX_COUNT-instead-of-mag.patch |   66 
 .../xorg-driver/xf86-video-glamo_git.bb|5 +-
 .../foxtrotgps-1.0.1/remove.unused.header.patch|   40 
 .../foxtrotgps/foxtrotgps_1.0.1.bb |6 +-
 .../tangogps-0.99.4/remove.unused.header.patch |   37 +++
 .../recipes-navigation/tangogps/tangogps_0.99.4.bb |4 +-
 7 files changed, 89 insertions(+), 73 deletions(-)
 delete mode 100644 
meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo/0001-glamo-drm-define-GLAMO_CMDQ_MAX_COUNT-instead-of-mag.patch
 create mode 100644 
meta-oe/recipes-navigation/foxtrotgps/foxtrotgps-1.0.1/remove.unused.header.patch
 create mode 100644 
meta-oe/recipes-navigation/tangogps/tangogps-0.99.4/remove.unused.header.patch

-- 
1.7.6


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


[oe] [PATCH] gpe-mini-browser2_svn : remove fixes SRCREV

2011-07-21 Thread Philippe De Swert
* SCREV points to a broken revision which crashes due to badly initialized 
g_threads
  See http://bugs.openembedded.org/show_bug.cgi?id=5409

Signed-off-by: Philippe De Swert philippedesw...@gmail.com
---
 recipes/gpe-mini-browser/gpe-mini-browser2_svn.bb |2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/recipes/gpe-mini-browser/gpe-mini-browser2_svn.bb 
b/recipes/gpe-mini-browser/gpe-mini-browser2_svn.bb
index 6bc89c8..2aa55b4 100644
--- a/recipes/gpe-mini-browser/gpe-mini-browser2_svn.bb
+++ b/recipes/gpe-mini-browser/gpe-mini-browser2_svn.bb
@@ -2,8 +2,6 @@ DEPENDS = gtk+ glib-2.0 libgpewidget webkit-gtk
 PV = 0.0.1+svnr${SRCPV}
 PR = r0
 
-SRCREV = 9900
-
 inherit autotools
 
 SRC_URI = ${GPE_EXTRA_SVN}
-- 
1.7.2.5


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


Re: [oe] [PATCH] gpe-mini-browser2_svn : remove fixes SRCREV

2011-07-21 Thread Paul Menzel
Dear Philippe,


thank you for your patch.

Am Freitag, den 22.07.2011, 01:31 +0300 schrieb Philippe De Swert:
 * SCREV points to a broken revision which crashes due to badly initialized 
 g_threads
   See http://bugs.openembedded.org/show_bug.cgi?id=5409
 
 Signed-off-by: Philippe De Swert philippedesw...@gmail.com
 ---
  recipes/gpe-mini-browser/gpe-mini-browser2_svn.bb |2 --
  1 files changed, 0 insertions(+), 2 deletions(-)
 
 diff --git a/recipes/gpe-mini-browser/gpe-mini-browser2_svn.bb 
 b/recipes/gpe-mini-browser/gpe-mini-browser2_svn.bb
 index 6bc89c8..2aa55b4 100644
 --- a/recipes/gpe-mini-browser/gpe-mini-browser2_svn.bb
 +++ b/recipes/gpe-mini-browser/gpe-mini-browser2_svn.bb
 @@ -2,8 +2,6 @@ DEPENDS = gtk+ glib-2.0 libgpewidget webkit-gtk
  PV = 0.0.1+svnr${SRCPV}
  PR = r0
  
 -SRCREV = 9900
 -

Please do not remove the `SRCREV` but replace it by a valid and working
revision. Otherwise the builds would not be reproducible.

  inherit autotools
  
  SRC_URI = ${GPE_EXTRA_SVN}


Thanks,

Paul



signature.asc
Description: This is a digitally signed message part
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel