On Wed, Dec 14, 2011 at 5:50 PM, Saul Wold wrote:
>
> +EXTRA_OECONF = "'CC=${CC}' 'CXX=${CXX}' 'CFLAGS=${CFLAGS}'
> 'CXXFLAGS=${CXXFLAGS}' 'CPPFLAGS=${CPPFLAGS}' 'LDFLAGS=${LDFLAGS}'"
> +
hmm why doesnt it pick it from environment in configure ?
___
O
On 12/15/2011 01:20 AM, Koen Kooi wrote:
Op 13 dec. 2011, om 16:19 heeft Dmitry Eremin-Solenikov het volgende geschreven:
As per org.oe.dev and meta-oe's kernel.bbclass move uImage creation to
separate task from do_deploy. This way the do_install task can also
benefit from generated uImage.
T
Signed-off-by: Saul Wold
---
meta/recipes-bsp/orinoco/files/COPYING.patch |2 ++
.../u-boot/files/fix-arm920t-eabi.patch|2 ++
.../x-load/x-load-git/beagleboard/name.patch |2 ++
.../bind/bind-9.8.1/conf.patch |2 ++
.../bind/bind-9.8.1/
The following changes since commit b9dfccc018f32a47fc045f35d5f53d7269d791ed:
gdk-pixbuf: Ensure the binaries can be relocated (2011-12-13 18:00:18 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib sgw/upstream
http://cgit.openembedded.org/
Signed-off-by: Saul Wold
---
meta/recipes-devtools/perl/perl_5.14.2.bb |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/perl/perl_5.14.2.bb
b/meta/recipes-devtools/perl/perl_5.14.2.bb
index 5efe249..0abefe4 100644
--- a/meta/recipes-devtools/perl
Signed-off-by: Saul Wold
---
.../libtool/libtool-cross_2.4.2.bb |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/libtool/libtool-cross_2.4.2.bb
b/meta/recipes-devtools/libtool/libtool-cross_2.4.2.bb
index 5003c9b..97794a6 100644
--
Signed-off-by: Saul Wold
---
meta/recipes-support/icu/icu-3.6.inc |2 ++
meta/recipes-support/icu/icu_3.6.bb |2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-support/icu/icu-3.6.inc
b/meta/recipes-support/icu/icu-3.6.inc
index 18efd16..8fadc92 100644
--
Signed-off-by: Saul Wold
---
meta/recipes-qt/qt4/qt-mobility_1.2.0.inc |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc
b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc
index b3a3fad..55650b8 100644
--- a/meta/recipes-qt/qt4/qt-m
Signed-off-by: Saul Wold
---
meta/recipes-support/gmp/gmp.inc |2 ++
meta/recipes-support/gmp/gmp_4.2.1.bb |2 +-
meta/recipes-support/gmp/gmp_5.0.2.bb |2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gm
This allows recipes to specify files that may be outside the normal set
for inclusion when there are hardcoded paths that need to be fixmepathed
to work correctly.
Signed-off-by: Saul Wold
---
meta/classes/sstate.bbclass | 11 ++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff
Richard,
This patch contains a couple of fixes for world and non-gplv3 along
with the sstate fix for ensure we mangle (or "fixmepath") files that
do not fall into the standard set.
SSTATE_SCAN_FILES is defaulted to "*.la and *-configs", recipes can
append to it with SSTATE_SCAN_FILES += "".
The
Signed-off-by: Saul Wold
---
meta/recipes-extended/ed/ed_0.5.bb |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/ed/ed_0.5.bb
b/meta/recipes-extended/ed/ed_0.5.bb
index 205822f..d251e4e 100644
--- a/meta/recipes-extended/ed/ed_0.5.bb
+++ b/meta/r
From: Nitin A Kamble
This fixes bug: [YOCTO #1783]
Fix populated image creation. Earlier subdirectories support
was broken, and files can only be placed in the root directory.
Now directory hirarchy is supported in the image. Also support
for long names is extended to directory names.
There are
From: Nitin A Kamble
This has enhanced the commit for fixing mkdosfs. We noticed some
issues with the generated image with the earlier sent-out commit.
This version 2 commit has improved the the mkdosfs further. Now
the outstanding issues in the image are fixable by dosfsck.
More details are
On Wed, Dec 14, 2011 at 8:06 AM, Phil Blundell wrote:
> On Wed, 2011-12-07 at 11:34 -0800, Beth Flanagan wrote:
>> diff --git a/meta/recipes-extended/less/less_444.bb
>> b/meta/recipes-extended/less/less_444.bb
>> index c78dbaa..f198692 100644
>> --- a/meta/recipes-extended/less/less_444.bb
>> ++
This allows cmake to find the binaries of an external toolchain.
Signed-off-by: Ken Werner
---
meta/classes/cmake.bbclass |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass
index 432427e..8aec759 100644
--- a/meta/cla
Defining a new task instead of using configure_prepend allows inheriting
recipes to override the pre_configure task.
Signed-off-by: Ken Werner
---
meta/classes/libc-package.bbclass |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/classes/libc-package.bbclass
b/me
Hi there,
I've spent some time on getting OE-Core compiled with the CSL 2011.03 external
binary toolchain for ARM GNUEABI. I've started with the existent csl recipe
and the steps that Tom documented [*] which have been very useful. It turned
out that only one change to OE-Core was needed to ge
Currently we have a problem in our cross compiler since we use
/usr/include/c++ to be default gxx-include-dir and then expect
the patch we did to do the relocation w.r.t. sysroot however it
does not quite work so and we end up gxx-include-dirs not respecting
sysroot. A small test case would be
tst
This adds initial support for using the Sourcery G++ Lite 2011.03 for
ARM GNU/Linux as an external toolchain.
Signed-off-by: Ken Werner
---
.../include/tcmode-external-csl-arm-2011.03.inc| 33 +
.../meta/external-csl-toolchain_arm-2011.03.bb | 137
2 files cha
Op 13 dec. 2011, om 16:19 heeft Dmitry Eremin-Solenikov het volgende geschreven:
> As per org.oe.dev and meta-oe's kernel.bbclass move uImage creation to
> separate task from do_deploy. This way the do_install task can also
> benefit from generated uImage.
>
> The only major feature of oe-core's
On Wed, Dec 14, 2011 at 10:08 AM, Ulf Samuelsson
wrote:
>>
>>
> Not familiar with gcc internals, but just want to reiterate the point
> that the problem occured (the one I saw) only when I had
> BB_NUMBER_THREADS at a high value, so WHEN things
> are done seems to be important.
could you test out
From: Nitin A Kamble
The following changes since commit 9d136b2db8f906c562cbdb23a9b238f0e237074b:
gdk-pixbuf: Ensure the binaries can be relocated (2011-12-13 18:00:25 +)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib nitin/bugfix
http://git.pokylinux.or
From: Nitin A Kamble
This fixes bug: [YOCTO #1783]
Fix populated image creation. Earlier subdirectories support
was broken, and files can only be placed in the root directory.
Now directory hirarchy is supported in the image. Also support
for long names is extended to directory names.
Signed-of
On 2011-12-14 11:02, Richard Purdie wrote:
Hi Khem,
What's puzzling me is that reading through this patch, we already do
what this patch is doing?
Where is the difference which this patch is fixing?
I appreciate that patch adds in the prefix to the --with-gxx-include-dir
option but it then rem
Unfortunately we now have code in BitBake which is parsed before the
current version check and is incompatible with Python < 2.6. Rather than
fixing this and being eternally vigilant for >= 2.6 feature usage, just
add a version check to the wrapper script.
Signed-off-by: Paul Eggleton
---
script
A few fixes I made in the process of testing builds on CentOS 5.7.
The following changes since commit b9dfccc018f32a47fc045f35d5f53d7269d791ed:
gdk-pixbuf: Ensure the binaries can be relocated (2011-12-13 18:00:18 +)
are available in the git repository at:
git://git.openembedded.org/open
When building qemu-native, if the linux kvm header is unavailable (as
it is on CentOS 5.x 32-bit) then do not pass the --enable-kvm switch to
the configure script, thus avoiding failed do_configure.
Signed-off-by: Paul Eggleton
---
meta/recipes-devtools/qemu/qemu.inc | 10 --
met
If /dev/net/tun is either not present or is not writable by the
user, then show an appropriate error message. (QEMU needs access to this
device in order to enable networking; it may be missing if it is not
enabled or loaded into the kernel, and some distributions such as CentOS
5.x set restrictive
On Wed, 2011-12-07 at 11:34 -0800, Beth Flanagan wrote:
> diff --git a/meta/recipes-extended/less/less_444.bb
> b/meta/recipes-extended/less/less_444.bb
> index c78dbaa..f198692 100644
> --- a/meta/recipes-extended/less/less_444.bb
> +++ b/meta/recipes-extended/less/less_444.bb
> @@ -7,11 +7,14 @@
On Wed, Dec 14, 2011 at 2:02 AM, Richard Purdie
wrote:
> Hi Khem,
>
> What's puzzling me is that reading through this patch, we already do
> what this patch is doing?
>
> Where is the difference which this patch is fixing?
>
this does essentially what we were doing earlier but this one is going
t
From: Xiaofeng Yan
This file can make an image to run gtk over directfb.
[YOCTO #1674]
Signed-off-by: Xiaofeng Yan
---
.../images/core-image-gtk-directfb.bb | 22
1 files changed, 22 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-graphics/im
From: Xiaofeng Yan
This file remind user to add "gtk-directfb" to DISTRO_FEATURES and remove "x11"
\
when building core-image-gtk-directfb.
[YOCTO #1674]
Signed-off-by: Xiaofeng Yan
---
meta/classes/gtk-directfb.bbclass | 12
1 files changed, 12 insertions(+), 0 deletions(-)
From: Xiaofeng Yan
gtk-directfb is for reminding user to add "gtk-directfb" to DISTRO_FEATURES and
remove "x11"
core-image-gtk-directfb is for getting an image to gtk over directfb.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: xiaofeng/gtk-directfb
Browse:
http://git.pokylinu
Hi Khem,
What's puzzling me is that reading through this patch, we already do
what this patch is doing?
Where is the difference which this patch is fixing?
I appreciate that patch adds in the prefix to the --with-gxx-include-dir
option but it then removes it again during configure so this should
Right now for cross recipes e.g. gcc-cross and binutils-cross
we specify --disable-nls --enable-nls on configure cmdline
the --enable-nls coming from gettext bbclass.
So we disable nls for all cross inheriting recipes in gettext
bbclass and then we remove the extra --disable-nls in gcc-cross
Currently we have a problem in our cross compiler since we use
/usr/include/c++ to be default gxx-include-dir and then expect
the patch we did to do the relocation w.r.t. sysroot however it
does not quite work so and we end up gxx-include-dirs not respecting
sysroot. A small test case would be
tst
37 matches
Mail list logo