On Sat, 2011-11-26 at 13:36 -0800, Khem Raj wrote:
> Hi Saul
>
> On Sat, Nov 26, 2011 at 10:49 AM, Saul Wold wrote:
> > On 11/24/2011 11:37 AM, Khem Raj wrote:
> >>
> >> On Thu, Nov 24, 2011 at 10:29 AM, Saul Wold wrote:
> >>>
> >>> Add Patch to disable the XML::Parser check in the target
> >>>
On Sat, 2011-11-26 at 13:50 -0800, Khem Raj wrote:
> On Sat, Nov 26, 2011 at 2:16 AM, Richard Purdie
> wrote:
> > On Fri, 2011-11-25 at 18:39 -0800, Khem Raj wrote:
> >> On Fri, Nov 25, 2011 at 7:06 AM, Richard Purdie
> >> wrote:
> >> > On my system, the sys/time.h header is in a subdir off /usr/
On Sat, 2011-11-26 at 13:38 +0100, Eric Bénard wrote:
> Hi Ulf,
>
> Le 26/11/2011 12:24, Ulf Samuelsson a écrit :
> > 3. When I ran into this problem, I exited with ctrl-C.
> > This left some recipes in the middle of a fetch ,and the build could not
> > continue.
> > I had to "bitbake -c clean " o
Le 27/11/2011 12:40, Richard Purdie a écrit :
On Sat, 2011-11-26 at 13:38 +0100, Eric Bénard wrote:
Le 26/11/2011 12:24, Ulf Samuelsson a écrit :
I noted that "iostream" is built and available in/usr/include/c++
On the host, it is located in /usr/incolude/c++/
"tiff" build seems to be OK with U
On Sun, Nov 27, 2011 at 3:37 AM, Richard Purdie
wrote:
> On Sat, 2011-11-26 at 13:36 -0800, Khem Raj wrote:
>> Hi Saul
>>
>> On Sat, Nov 26, 2011 at 10:49 AM, Saul Wold wrote:
>> > On 11/24/2011 11:37 AM, Khem Raj wrote:
>> >>
>> >> On Thu, Nov 24, 2011 at 10:29 AM, Saul Wold wrote:
>> >>>
>> >>
These patches fix a problem with python-native
and other patches to get runqemu working with uclibc
The following changes since commit a14b41f4de3ea6c3f00ff7a1d0441483e40b28de:
default-distrovars: Define SDK_VERSION and DISTRO_VERSION (2011-11-27
17:32:00 -0800)
are available in the git repos
runqemu scripts check for them and when using just oe-core
these are not defined anywhere
Signed-off-by: Khem Raj
---
meta/conf/distro/include/default-distrovars.inc |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/conf/distro/include/default-distrovars.inc
b/meta
This class currently only works with eglibc. Since
it adds dependencies explicitly on eglibc when using
uclibc this creates problems. So we make sure that
it checks for TCLIBC to determine system C library
in use
Signed-off-by: Khem Raj
---
meta/classes/toolchain-scripts.bbclass |8 ++--
We have a patch unixccompiler.patch where we try to throw away
everything except first element of CC string but this does not
work if gcc is prepended with something e.g. CC="ccache gcc"
then the logic fails and it ends up in some modules failing on
you silently (_sqlite3) in my case.
The fix here