Re: [oe] i2c-tools_3.0.2.bb recipe question

2010-12-14 Thread John Faith
On Dec 14, 2010, at 9:36 AM, Ed Nelson wrote: > Sorry if this is a lame question. > In the do_install_append() section > install -d ${D}{$includedir}/linux > > Is there a difference between > ${includedir} > and > {$includedir} > > > Thanks > Ed > Hi Ed, Not sure where the 2nd one came from,

Re: [oe] i2c-dev.h header file

2010-12-09 Thread John Faith
On Dec 9, 2010, at 4:03 PM, Philip Balister wrote: > It turns out i2c-dev.h is being staged by two bb files. I assume the > correct copy comes from the kernel headers file. > > The i2c-tools package is also staging a copy that over writes this one. > This causes a problem with the uhd build. >

Re: [oe] Boost 1.41 seems to have build issues

2010-08-31 Thread John Faith
J. L. wrote: When I bummed boost to the 1.41 version I noticed during building it did not build in the normal manner and displayed a bunch of warning though did not fail to build. Seems like it should not have so many errors or inability to find libraries. Could be my inexperience talking. Hope s

[oe] libgles without X11?

2010-08-12 Thread John Faith
Hi, Is there a way to include libgles-omap3 without including X11? It looks like X is needed to build some demos (DEPENDS in libgles-omap3.inc), but for my raw/non-X11 image those demos just add more build time. Thanks! , John ___ Openembedded-dev

Re: [oe] Chinese Fonts needed for xserver-xorg on OpenEmbedded

2010-08-02 Thread John Faith
Jay Snyder wrote: I need to display Chinese fonts (unicode 4e00 & higher) on an xserver-xorg based OE system. Is there a package(s) to install fonts that include these characters? Hi Jay, I use the package ttf-sazanami-mincho in recipes/ttf-fonts/ for Japanese (on a non-X11 system) which h

Re: [oe] [PATCH v2] busybox-1.11.3/busybox-1.13.2: enable backgrounding for udhcpc

2010-06-15 Thread John Faith
Henri Bragge wrote: Steffen Sledz wrote: * The former default behaviour was to exit with failure if lease is not immediately obtained. This results in permanent network disconnect if DHCP server is (accidentally) not available at boot time. :( * Since bb 1.14 this is no longer hardcoded

Re: [oe] Showing build dependencies, boost needs libxt?

2010-05-27 Thread John Faith
John Faith wrote: ... When I use 'bitbake -g boost' I see no libxt or X11 stuff in the generated .dot files,... Never mind. I found that updated oe source gives expected dependencies. , John ___ Openembedded-devel mailing list Op

[oe] Showing build dependencies, boost needs libxt?

2010-05-27 Thread John Faith
Hi, I'm trying to build boost_1.40 for omap3530. When I use 'bitbake -g boost' I see no libxt or X11 stuff in the generated .dot files, but when I 'bitbake -c compile boost' it first tries to build libxt which fails for me (missing headers, which is another problem). I'd like to understand w

Re: [oe] [PATCH v2] socat: Add version 1.7.1.2

2010-01-25 Thread John Faith
Paul Menzel wrote: Am Samstag, den 23.01.2010, 15:16 -0800 schrieb John Faith: [Moved note about v2 to the end of commit message.] Allow socat 1.7.1.2 to cross build. In configure.in, the 4th value in AC_TRY_RUN() gives a default value for cross build environments since a test program

Re: [oe] [PATCH v2] socat: Add version 1.7.1.2

2010-01-25 Thread John Faith
Holger Hans Peter Freyther wrote: On Sunday 24 January 2010 00:16:46 John Faith wrote: Second try. Added package source checksums, changed PR to r0, and removed some trailing whitespace in the patch. First of all, thank you for the contribution. I have one question. Why did you need

[oe] [PATCH v2] socat: Add version 1.7.1.2

2010-01-23 Thread John Faith
or cross compiling and checks were added in the affected source. Signed-off-by: John Faith --- conf/checksums.ini|4 + recipes/socat/files/socat-1.7.1.2-cross.patch | 98 + recipes/socat/socat_1.7.1.2.bb| 23 ++ 3 files

Re: [oe] [PATCH] socat: Add version 1.7.1.2

2010-01-23 Thread John Faith
Paul Menzel wrote: Am Samstag, den 23.01.2010, 11:03 -0800 schrieb John Faith: .. Thank you for your patch. 1. Applying your patch gives me warnings. $ git am /tmp/\[oe\]_\[PATCH\]_socat\:_Add_version_1.7.1.2 Applying: socat: Add version 1.7.1.2 /srv/filme

Re: [oe] [PATCH] socat: Add version 1.7.1.2

2010-01-23 Thread John Faith
Koen Kooi wrote: On 23-01-10 20:03, John Faith wrote: +do_configure() { + # Override this function to avoid autoconf/automake/aclocal/autoheader + # since config.h.in gets recreated. + (cd ${S} && gnu-configize) || die "failure in running gnu-configize"

[oe] [PATCH] socat: Add version 1.7.1.2

2010-01-23 Thread John Faith
code like "#define CRDLY_SHIFT" which breaks preprocessor checks like "#if CRDLY_SHIFT >= 0". The patch gives default values in configure and configure.in for cross compiling and checks were added in the affected source. Signed-off-by: John Faith --- recipes/so

Re: [oe] why rootfs directory in temp is empty

2009-12-22 Thread John Faith
Frans Meulenbroeks wrote: 2009/12/22 Denys Dmytriyenko : On Tue, Dec 22, 2009 at 09:05:31AM -0600, Mike Westerhof wrote: Guo Hongruan wrote: Hi guys, Today, I build an base-image using OE. And I want to check the content of rootfs, but I found the directory rootfs in building

Re: [oe] dbus error when running menuconfig in konsole

2009-12-15 Thread John Faith
Peter Gsellmann wrote: Am Dienstag, den 15.12.2009, 14:17 -0800 schrieb John Faith: Hello, I just moved my oe development tree from an old gnome setup to a new kde/kubuntu 9.10 machine. After doing things like changing sh symlink from dash to bash, and changing TERMCMD in bitbake.conf to

Re: [oe] dbus error when running menuconfig in konsole

2009-12-15 Thread John Faith
Chris Conroy wrote: On Tue, 2009-12-15 at 14:17 -0800, John Faith wrote: Hello, I just moved my oe development tree from an old gnome setup to a new kde/kubuntu 9.10 machine. After doing things like changing sh symlink from dash to bash, and changing TERMCMD in bitbake.conf to konsole

[oe] dbus error when running menuconfig in konsole

2009-12-15 Thread John Faith
Hello, I just moved my oe development tree from an old gnome setup to a new kde/kubuntu 9.10 machine. After doing things like changing sh symlink from dash to bash, and changing TERMCMD in bitbake.conf to konsole from gnome-terminal, when I try 'bitbake -c menuconfig virtual/kernel' I get: K

Re: [oe] ./gnuplot: canĀ“t resolve symbol 'png _pass_ystart'

2009-12-08 Thread John Faith
Niko Lau wrote: Hello, I have a custom board based on the at91sam9260 with a handmade linux system. I'm now trying to switch to a oe system. I went throught the getting started and made the helloworld program (with uclib), which worked fine on my board. After that I built gnuplot. When I try to