Richard,
I have done a basic review of these patches, and built both
uclibc/oe-core along with yocto based x86 and arm builds with
these changes.
There is some additional multilib support from Dongxiao and Ke
This mostly gets us caught up.
Thanks
Sau!
The following changes since comm
From: Dongxiao Xu
Remove some elements in alsa-tools to avoid build error and further
dependency on new recipes.
[YOCTO #1038]
Signed-off-by: Dongxiao Xu
---
.../alsa/alsa-tools-1.0.24.1/autotools.patch | 34
.../recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb |
From: Khem Raj
This reverts commit bd1e627bef29830f9346b4b984905fd8fcf2e716.
Signed-off-by: Khem Raj
---
.../{files => libiconv-1.11.1}/autoconf.patch |2 -
.../shared_preloadable_libiconv_linux.patch|2 -
meta/recipes-support/libiconv/libiconv_1.13.1.bb | 29 -
From: Paul Eggleton
test_build_time.sh is a bash script intended to be used in conjunction
with "git bisect run" in order to find regressions in build time, however
it can also be used independently. It cleans out the build output
directories, runs a specified worker script (an example is
test_bu
From: Scott Garman
This addresses the following security advisories:
* CVE-2011-2690
* CVE-2011-2692
This fixes bug [YOCTO #1255]
The LICENSE and png.h checksum changes were due to trivial changes
in the files.
Signed-off-by: Scott Garman
---
.../libpng/{libpng_1.2.44.bb => libpng_1.2.46.bb
From: Scott Garman
Signed-off-by: Scott Garman
---
.../conf/distro/include/distro_tracking_fields.inc | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc
b/meta/conf/distro/include/distro_tracking_fields.inc
inde
From: Dongxiao Xu
There is hardcode of /usr/lib dir for some python files.
Fix it to support multilib.
Signed-off-by: Dongxiao Xu
---
.../xcb/xcb-proto-1.6/aclocal.patch| 22
meta/recipes-graphics/xcb/xcb-proto.inc|3 +-
meta/recipes-graph
From: Dongxiao Xu
Signed-off-by: Dongxiao Xu
---
.../pciutils/pciutils-3.1.7/makefile.patch | 14 ++
meta/recipes-bsp/pciutils/pciutils_3.1.7.bb|5 +++--
2 files changed, 17 insertions(+), 2 deletions(-)
create mode 100644 meta/recipes-bsp/pciutils/pciutils-3.
From: Yu Ke
current RRECOMMENDS_perl-modules replace the hardcode "perl-dbg",
"perl-misc" etc. which does not work in multilib case. Instead, it
should replace the "lib64-perl-dbg", "lib-64-perl-misc". without
doing this, current code will produce RRECOMMENDS=lib64-lib64-xxx etc
This patch revis
From: Dongxiao Xu
Signed-off-by: Dongxiao Xu
---
meta/recipes-core/udev/udev-164/makefile.patch | 16
meta/recipes-core/udev/udev-new.inc|1 +
meta/recipes-core/udev/udev_164.bb |2 +-
3 files changed, 18 insertions(+), 1 deletions(-)
create m
From: Tom Rini
Signed-off-by: Tom Rini
---
meta/recipes-gnome/gnome/metacity_2.30.3.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-gnome/gnome/metacity_2.30.3.bb
b/meta/recipes-gnome/gnome/metacity_2.30.3.bb
index 44e21c9..92ddd68 100644
--- a/meta/
From: Tom Rini
This needs libuuid bits in order to build.
Signed-off-by: Tom Rini
---
.../btrfs-tools/btrfs-tools_git.bb |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
b/meta/recipes-devtools/btrf
From: Tom Rini
This is 4fc7d465d684d4952c52adafc1e7032b63039e53 in oe.dev.
Signed-off-by: Tom Rini
---
meta/recipes-extended/iputils/iputils_s20101006.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-extended/iputils/iputils_s20101006.bb
b/meta/recip
From: Kumar Gala
Signed-off-by: Kumar Gala
---
meta/conf/machine/include/tune-ppce500v2.inc |4
1 files changed, 4 insertions(+), 0 deletions(-)
create mode 100644 meta/conf/machine/include/tune-ppce500v2.inc
diff --git a/meta/conf/machine/include/tune-ppce500v2.inc
b/meta/conf/mach
From: Kumar Gala
Its possible that BASE_PACKAGE_ARCH isn't set to ppce500 or ppce500v2 when
we build native toolchains. So we can utilize TARGET_FPU being set to
'ppc-efd' or 'ppc-efs' to determine if we should enable the gnuspe ABI.
Signed-off-by: Kumar Gala
---
meta/conf/distro/include/tcli
From: Ilya Yanok
Acoording to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44392
correct fix should be
TARGET_EITHER && (arm_arch6 || !optimize_size)
not
TARGET_EITHER && (arm_arch6 && !optimize_size)
Signed-off-by: Ilya Yanok
---
.../gcc/gcc-4.5.1/arm-bswapsi2.patch |2 +-
1
From: Ilya Yanok
Add fix for PR43810 as proposed in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43810
Building on powerpc-eabi* with --enable-target-optspace
still fails for me though.
Signed-off-by: Ilya Yanok
---
meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 +
meta/recipes-devto
From: Ilya Yanok
Add fix for PR44290 as proposed in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44290
Signed-off-by: Ilya Yanok
---
meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 +
meta/recipes-devtools/gcc/gcc-4.5.1/pr44290.patch | 119 +
2 files changed, 120 i
From: Kumar Gala
For a PPC target flac will try to build with altivec optimizations.
Altivec and SPE are mutually exclusive options. Between flac's
configure choices and the ppce500v2 tune file options we'd end up with
a compile invocation with the following arguments:
-mabi=spe -mspe -mabi=alt
From: Joshua Lock
Several users reported issues with pseudo on CentOS 5.x hosts, Matthew
McClintock tracked the issue to the realpath_fix.patch and Mark Hatle
supplied the included fix.
CC: Matthew McClintock
CC: Mark Hatle
Signed-off-by: Joshua Lock
---
.../pseudo/pseudo/realpath_fix.patch
From: Ilya Yanok
Add fix for PR45052 as proposed in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45052
Signed-off-by: Ilya Yanok
---
meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 +
meta/recipes-devtools/gcc/gcc-4.5.1/pr45052.patch | 30 +
2 files changed, 31 in
From: Kumar Gala
If trying to build for an e500v2 target openssl will fail to build since
the configure script didn't know how to handle a 'gnuspe' target.
Signed-off-by: Kumar Gala
---
meta/recipes-connectivity/openssl/openssl.inc |3 +++
.../recipes-connectivity/openssl/openssl_0.9.
From: Ilya Yanok
Add fix for PR45886 as proposed in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45886
Signed-off-by: Ilya Yanok
---
meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 +
meta/recipes-devtools/gcc/gcc-4.5.1/pr45886.patch | 55 +
2 files changed, 56 in
From: Tom Rini
With help2man no longer being required by sanity.bbclass we need to
make sure that if we are going to build autotools stuff that help2man
will be there as it's a frequent implicit dependency.
Signed-off-by: Tom Rini
---
meta/classes/autotools.bbclass |4 ++--
1 files changed
From: Tom Rini
This is a 'side port' of current oe.dev versions. PR is kept in sync
but we drop out the target recipes in order to punt on potential perl
problems. Here we do re-configure as we don't have a dance with
perl-native to deal with. Now that we can build it, don't require it.
Signe
From: Ilya Yanok
Add fix for PR44606 as proposed in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44606
Signed-off-by: Ilya Yanok
---
meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 +
meta/recipes-devtools/gcc/gcc-4.5.1/pr44606.patch | 106 +
2 files changed, 107 i
From: Khem Raj
This is needed for packages that go into core-image-minimal
and core-image-sato highlighted by uclibc
Signed-off-by: Khem Raj
---
meta/conf/distro/include/default-distrovars.inc |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/meta/conf/distro/include/d
From: Khem Raj
Disable gettext support when NLS is not enabled
Signed-off-by: Khem Raj
---
meta/recipes-support/attr/acl_2.2.51.bb |2 +-
meta/recipes-support/attr/attr.inc |4
meta/recipes-support/attr/attr_2.4.46.bb |2 +-
meta/recipes-support/attr/ea-acl.inc |
From: Khem Raj
Signed-off-by: Khem Raj
---
.../recipes-extended/tzcode/tzcode-native_2011g.bb |7 +++
.../tzdata/{tzdata_2011g.bb => tzdata_2011h.bb}|8
2 files changed, 7 insertions(+), 8 deletions(-)
rename meta/recipes-extended/tzdata/{tzdata_2011g.bb => tzdata_2011
From: Khem Raj
Signed-off-by: Khem Raj
---
meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb |4 ++--
meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb |4 ++--
meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.bb |4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git
From: Khem Raj
On some arches e.g. arm, ppc sync_file_range2 is used
instead of sync_file_range so we should consider that
Signed-off-by: Khem Raj
---
.../uclibc/uclibc-0.9.32/sync_file_range2.patch| 40
meta/recipes-core/uclibc/uclibc_0.9.32.bb |3 +-
2
From: Khem Raj
conman needs some features from libresolv e.g. ns_initparse
which are missing in uclibc.
Signed-off-by: Khem Raj
---
meta/recipes-sato/tasks/task-core-x11-sato.bb |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-sato/tasks/task-core-x11-sato
From: Khem Raj
Signed-off-by: Khem Raj
---
.../binutils/binutils/clone-shadow.patch | 79
meta/recipes-devtools/binutils/binutils_2.21.1.bb |3 +-
2 files changed, 81 insertions(+), 1 deletions(-)
create mode 100644 meta/recipes-devtools/binutils/binutils/
From: Khem Raj
on 2.6 kernels we do not have query_module so warn
about it
Signed-off-by: Khem Raj
---
.../oprofile/oprofile-no-query-modules.patch | 29
meta/recipes-kernel/oprofile/oprofile_0.9.6.bb |3 +-
2 files changed, 31 insertions(+), 1 deletions(-)
From: Khem Raj
Signed-off-by: Khem Raj
---
.../mesa/mesa-xlib/uclibc_locale.patch | 31
meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb |3 +-
2 files changed, 33 insertions(+), 1 deletions(-)
create mode 100644 meta/recipes-graphics/mesa/mesa-xlib/ucl
From: Khem Raj
uclibc does not have NL_TIME_FIRST_WEEKDAY
Signed-off-by: Khem Raj
---
meta/recipes-sato/pimlico/dates.inc|2 +-
.../uclibc-NL_TIME_FIRST_WEEKDAY-absent.patch | 37
meta/recipes-sato/pimlico/dates_git.bb |6 ++-
3 f
From: Khem Raj
Signed-off-by: Khem Raj
---
.../clutter/clutter-box2d-1.6_0.10.0.bb|6 --
.../clutter/clutter-box2d/isfinite.patch | 19 +++
2 files changed, 23 insertions(+), 2 deletions(-)
create mode 100644 meta/recipes-graphics/clutter/clutter
From: Khem Raj
systemtap needs full fledged elfutils which cant be
built on uclibc therefore we live without systemtap
on uclibc
Signed-off-by: Khem Raj
---
meta/recipes-core/tasks/task-core-tools.bb | 11 ---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/meta/recipe
From: Tom Rini
We have no hg URIs in the metadata, so don't require and don't
ASSUME_PROVIDED it either. meta-oe has a mercurial-native recipe
if hg URIs are added in a recipe later.
Signed-off-by: Tom Rini
---
meta/classes/sanity.bbclass |2 +-
meta/conf/bitbake.conf |1 -
2 fil
From: Khem Raj
We do not enable locales with uclibc in oe
Imported from oe.dev rev f2253e23c7fbbf2bfa1a0d1b47342800755e71c6
Signed-off-by: Khem Raj
---
meta/recipes-graphics/mesa/mesa-dri/uclibc.patch | 26 ++
meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb|6 +++-
From: Khem Raj
intl support is not inbuilt into libc like glibc
so we have to link it explicitly
Signed-off-by: Khem Raj
---
meta/recipes-kernel/powertop/powertop_1.13.bb | 11 +++
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-kernel/powertop/powertop_1.
From: Khem Raj
nls disabling is target specific but USE_NLS=no will
disable nls even for other kind of recipes. We should
let them build with nls
Signed-off-by: Khem Raj
---
meta/classes/gettext.bbclass |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/classes/gett
From: Khem Raj
If left to configure, it tried to run the testcase
to determine this and that fails on cross compile
e.g. compiling startup-notification-0.12
Signed-off-by: Khem Raj
---
meta/site/x86_64-linux-uclibc |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/meta
From: Tom Rini
Add python-dir to the inherits list so we can grab the python site packages
files as well. This fixes a 'installed but not packaged' QA problem with
the python site package files.
Signed-off-by: Tom Rini
---
meta/recipes-gnome/gnome/gnome-doc-utils.inc |4 ++--
meta/r
From: Kumar Gala
The e500v2 core utilizes a unique floating point programming model / ABI.
We utilize TARGET_FPU = "ppc-efd" to distinguish this choice (Embedded
scalar single-precision floating-point). When building the toolchain for
this ABI we need configure gcc with --enable-e500_double.
Si
From: Phil Blundell
Put each of the libraries into its own package rather than dumping them
all into libc0. This saves ~300kB on the installed size of an i586
micro-base-image
and avoids the need to set the hated LEAD_SONAME.
Signed-off-by: Phil Blundell
---
meta/recipes-core/uclibc/uclibc.i
From: Ilya Yanok
Add fix for PR45094 as proposed in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45094
Signed-off-by: Ilya Yanok
---
meta/recipes-devtools/gcc/gcc-4.5.1.inc |1 +
meta/recipes-devtools/gcc/gcc-4.5.1/pr45094.patch | 75 +
2 files changed, 76 in
From: Andreas Mueller
Error message was:
|
/home/Superandy/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/bin/g-ir-compiler
--includedir=. GdkPixbuf-2.0.gir -o GdkPixbuf-2.0.typelib
| /usr/share/gir-1.0/GLib-2.0.gir:9:1: error: Unsupported version '1.1'
| /usr/share/gir-1.0/GLib-2.0.gir:9:39: er
From: Kumar Gala
Signed-off-by: Kumar Gala
---
meta/conf/machine/include/tune-ppce500mc.inc |4
1 files changed, 4 insertions(+), 0 deletions(-)
create mode 100644 meta/conf/machine/include/tune-ppce500mc.inc
diff --git a/meta/conf/machine/include/tune-ppce500mc.inc
b/meta/conf/mach
From: Khem Raj
This is needed on uclibc which does not have all GNU extentions
Signed-off-by: Khem Raj
---
.../sysprof/files/define-NT_GNU_BUILD_ID.patch | 22
meta/recipes-kernel/sysprof/sysprof_git.bb |5 ++-
2 files changed, 25 insertions(+), 2 deletio
Signed-off-by: Mei Lei
---
meta/recipes-extended/lsb/lsbsetup_1.0.bb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/lsb/lsbsetup_1.0.bb
b/meta/recipes-extended/lsb/lsbsetup_1.0.bb
index 4295805..03f8012 100644
--- a/meta/recipes-extended/lsb/lsbse
The perl-dynloader.patch can't support /usr/lib64, change the regular
expression to support multilib.
Signed-off-by: Mei Lei
---
.../perl/perl-5.12.3/perl-dynloader.patch |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/perl/perl-5.12.3/pe
This pull request fixes some hard coded /usr/lib path issues when building
poky-lsb on qemux86-64, please review it.
Thanks,
Lei
The following changes since commit fa4bcfdb73167f8159b88e5a4d711c0d37627a70:
Darren Hart (1):
bb-matrix: correct BB and PM number canonicalization
are avail
On Wed, 2011-07-20 at 01:28 -0700, Saul Wold wrote:
> --- /dev/null
> +++ b/meta/recipes-core/uclibc/uclibc-0.9.32/sync_file_range2.patch
> @@ -0,0 +1,40 @@
> +Index: git/libc/sysdeps/linux/common/sync_file_range.c
This new patch seems to be missing Signed-off-by and Upstream-Status.
Functionally
On Wed, 2011-07-20 at 01:28 -0700, Saul Wold wrote:
> From: Khem Raj
>
> uclibc does not have NL_TIME_FIRST_WEEKDAY
>
> Signed-off-by: Khem Raj
> ---
> meta/recipes-sato/pimlico/dates.inc|2 +-
> .../uclibc-NL_TIME_FIRST_WEEKDAY-absent.patch | 37
> +
On Wed, Jul 20, 2011 at 12:26:49AM +0100, Richard Purdie wrote:
> On Tue, 2011-07-19 at 11:30 -0700, Khem Raj wrote:
> > Import 1.13.1 recipes from meta-oe
> > share common code through libiconv.inc
>
> The big question this triggers for me is "why"?
>
> Deleting libtool.m4 certainly looks neater
Since updating this morning I'm getting
| ERROR: Function 'File: '/home/pb/sources/libiconv-1.13.1.tar.gz' has
md5 checksum 7ab33ebd26687c744a37264a330bbe9a when
d42b97f6ef5dd0ba4469d520ed732fed was expected (from URL:
'ftp://ftp.gnu.org/gnu/libiconv/libiconv-1.13.1.tar.gz')' failed
NOTE: package
If the library is installed without execute permission then package.bbclass
will not consider it for stripping. This is particularly unfortunate because
there seems to be a bug somewhere else which is causing all DSOs to end up with
a NEEDED dependency on libgcc_s, even if they don't actually re
On Wed, 2011-07-20 at 01:28 -0700, Saul Wold wrote:
> +We disable locale on uclibc in OE therefore we do not use it if building for
> uclibc
> +
> +Signed-off-by: Khem Raj
> +Upstream-Status: Inappropriate
> +
> + {
> +-#if defined(_GNU_SOURCE) && !defined(__CYGWIN__) && !defined(__FreeBSD__)
>
2011/7/20 Phil Blundell
> Since updating this morning I'm getting
>
> | ERROR: Function 'File: '/home/pb/sources/libiconv-1.13.1.tar.gz' has
> md5 checksum 7ab33ebd26687c744a37264a330bbe9a when
> d42b97f6ef5dd0ba4469d520ed732fed was expected (from URL:
> 'ftp://ftp.gnu.org/gnu/libiconv/libiconv-1
I'm trying to build lzo for a powerpc64 target and I'm getting:
configure:
configure: Your compiler failed the ACC conformance test - for details see
configure: `config.log'. Please check that log file and consider sending
configure: a patch or bug-report to .
configure: Thanks for your support.
Trying to build a powerpc64 target rootfs and I'm getting the following build
failures on sudo. Wondering if anyone has seen anything similar:
http://pastebin.com/MeqPn46Q
- k
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.or
On Wed, 2011-07-20 at 07:16 -0500, Kumar Gala wrote:
> Trying to build a powerpc64 target rootfs and I'm getting the following build
> failures on sudo. Wondering if anyone has seen anything similar:
>
> http://pastebin.com/MeqPn46Q
There was a bug like that a few months ago which was caused by
On Wed, 2011-07-20 at 07:31 -0500, Kumar Gala wrote:
> I'm trying to build lzo for a powerpc64 target and I'm getting:
>
> configure:
> configure: Your compiler failed the ACC conformance test - for details see
> configure: `config.log'. Please check that log file and consider sending
> configur
On Jul 20, 2011, at 7:43 AM, Phil Blundell wrote:
> On Wed, 2011-07-20 at 07:31 -0500, Kumar Gala wrote:
>> I'm trying to build lzo for a powerpc64 target and I'm getting:
>>
>> configure:
>> configure: Your compiler failed the ACC conformance test - for details see
>> configure: `config.log'.
On Wed, 2011-07-20 at 07:51 -0500, Kumar Gala wrote:
> On Jul 20, 2011, at 7:43 AM, Phil Blundell wrote:
>
> > On Wed, 2011-07-20 at 07:31 -0500, Kumar Gala wrote:
> >> configure:
> >> configure: Your compiler failed the ACC conformance test - for details see
> >> configure: `config.log'. Please
On Jul 20, 2011, at 7:55 AM, Phil Blundell wrote:
> On Wed, 2011-07-20 at 07:51 -0500, Kumar Gala wrote:
>> On Jul 20, 2011, at 7:43 AM, Phil Blundell wrote:
>>
>>> On Wed, 2011-07-20 at 07:31 -0500, Kumar Gala wrote:
configure:
configure: Your compiler failed the ACC conformance test
On 07/20/2011 04:55 AM, Frans Meulenbroeks wrote:
2011/7/20 Phil Blundell
Since updating this morning I'm getting
| ERROR: Function 'File: '/home/pb/sources/libiconv-1.13.1.tar.gz' has
md5 checksum 7ab33ebd26687c744a37264a330bbe9a when
d42b97f6ef5dd0ba4469d520ed732fed was expected (from URL:
'
On Wed, 2011-07-20 at 11:14 +0100, Phil Blundell wrote:
> On Wed, 2011-07-20 at 01:28 -0700, Saul Wold wrote:
> > +We disable locale on uclibc in OE therefore we do not use it if building
> > for uclibc
> > +
> > +Signed-off-by: Khem Raj
> > +Upstream-Status: Inappropriate
> > +
> > + {
> > +-#i
On Wed, 2011-07-20 at 01:27 -0700, Saul Wold wrote:
> From: Khem Raj
>
> Import 1.13.1 recipes from meta-oe
> share common code through libiconv.inc
>
> Signed-off-by: Khem Raj
> ---
> .../libiconv/libiconv-1.13.1/autoconf.patch|16018
>
> meta/recipes-support/lib
2011/7/20 Khem Raj
> On 07/20/2011 04:55 AM, Frans Meulenbroeks wrote:
>
>> 2011/7/20 Phil Blundell
>>
>> Since updating this morning I'm getting
>>>
>>> | ERROR: Function 'File: '/home/pb/sources/libiconv-1.**13.1.tar.gz' has
>>> md5 checksum 7ab33ebd26687c744a37264a330bbe**9a when
>>> d42b97f6
On Wed, 2011-07-20 at 01:27 -0700, Saul Wold wrote:
> Richard,
>
> I have done a basic review of these patches, and built both
> uclibc/oe-core along with yocto based x86 and arm builds with
> these changes.
>
> There is some additional multilib support from Dongxiao and Ke
>
> This mostly gets
On Wed, 2011-07-20 at 11:07 +0100, Phil Blundell wrote:
> If the library is installed without execute permission then package.bbclass
> will not consider it for stripping. This is particularly unfortunate because
> there seems to be a bug somewhere else which is causing all DSOs to end up
> with
On Wed, 2011-07-20 at 16:48 +0800, Mei Lei wrote:
> The perl-dynloader.patch can't support /usr/lib64, change the regular
> expression to support multilib.
>
> Signed-off-by: Mei Lei
> ---
> .../perl/perl-5.12.3/perl-dynloader.patch |2 +-
> 1 files changed, 1 insertions(+), 1 dele
On Wed, 2011-07-20 at 01:27 -0700, Saul Wold wrote:
> From: Dongxiao Xu
>
> Signed-off-by: Dongxiao Xu
> ---
> meta/recipes-core/udev/udev-164/makefile.patch | 16
> meta/recipes-core/udev/udev-new.inc|1 +
> meta/recipes-core/udev/udev_164.bb |
On Wed, 2011-07-20 at 10:41 +0100, Phil Blundell wrote:
> Since updating this morning I'm getting
>
> | ERROR: Function 'File: '/home/pb/sources/libiconv-1.13.1.tar.gz' has
> md5 checksum 7ab33ebd26687c744a37264a330bbe9a when
> d42b97f6ef5dd0ba4469d520ed732fed was expected (from URL:
> 'ftp://ftp.
On Wed, 2011-07-20 at 16:26 +0200, Frans Meulenbroeks wrote
> there is already patch sent to fix it.
> http://patches.openembedded.org/patch/7933/
> libiconv is not default provider of virtual/libiconv on
> eglibc/glibc based systems and sometimes that can trip you
>
On Wed, 2011-07-20 at 16:48 +0800, Mei Lei wrote:
> Signed-off-by: Mei Lei
> ---
> meta/recipes-extended/lsb/lsbsetup_1.0.bb |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-extended/lsb/lsbsetup_1.0.bb
> b/meta/recipes-extended/lsb/lsbsetup_1.0.bb
> i
On Fri, 2011-07-15 at 14:37 +0100, Phil Blundell wrote:
> > So static libs add an extra ~30mins of processing (7%) and ~5 mins to
> > the overall build time. Not as much of a gain as I'd have liked but
> > interesting none the less.
>
> Do you know how many packages actually respect the --disable-
From: Phil Blundell
Make it more obvious which file, and which recipe, are at issue.
Signed-off-by: Phil Blundell
Signed-off-by: Koen Kooi
---
meta/classes/insane.bbclass |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/classes/insane.bbclass b/meta/classes/ins
Hi Tom,
I had a chance to look at this in more detail now, I just have a couple
of things to look at...
On Wed, 2011-07-13 at 12:06 -0700, Tom Rini wrote:
> In oe.dev we have a sets to pick out hostos/hostarch/etc site
> files out of and include things like a common-linux site file.
> This should
On Fri, 2011-07-15 at 12:21 +0100, Phil Blundell wrote:
> On Thu, 2011-07-14 at 21:26 +0200, Koen Kooi wrote:
> > The new rpath warning is nice, but a bit too terse:
>
> Yes, agreed. Try this patch and see if the situation improves.
>
Merged to master, thanks.
Richard
___
On 07/20/2011 05:42 AM, Phil Blundell wrote:
> On Wed, 2011-07-20 at 07:16 -0500, Kumar Gala wrote:
>> Trying to build a powerpc64 target rootfs and I'm getting the following
>> build failures on sudo. Wondering if anyone has seen anything similar:
>>
>> http://pastebin.com/MeqPn46Q
>
> There wa
On Fri, Jul 15, 2011 at 11:36 AM, Bruce Ashfield
wrote:
> On Fri, Jul 15, 2011 at 11:02 AM, Phil Blundell wrote:
>> On Fri, 2011-07-15 at 09:51 -0400, Bruce Ashfield wrote:
>>> On Fri, Jul 15, 2011 at 9:21 AM, Phil Blundell wrote:
>>> > The other day I was working on a BSP layer for a fairly gen
Op 20 jul 2011, om 17:42 heeft Bruce Ashfield het volgende geschreven:
> On Fri, Jul 15, 2011 at 11:36 AM, Bruce Ashfield
> wrote:
>> On Fri, Jul 15, 2011 at 11:02 AM, Phil Blundell wrote:
>>> On Fri, 2011-07-15 at 09:51 -0400, Bruce Ashfield wrote:
On Fri, Jul 15, 2011 at 9:21 AM, Phil Bl
On Jul 20, 2011, at 10:19 AM, Tom Rini wrote:
> On 07/20/2011 05:42 AM, Phil Blundell wrote:
>> On Wed, 2011-07-20 at 07:16 -0500, Kumar Gala wrote:
>>> Trying to build a powerpc64 target rootfs and I'm getting the following
>>> build failures on sudo. Wondering if anyone has seen anything simi
On 07/20/2011 07:42 AM, Richard Purdie wrote:
On Wed, 2011-07-20 at 16:26 +0200, Frans Meulenbroeks wrote
there is already patch sent to fix it.
http://patches.openembedded.org/patch/7933/
libiconv is not default provider of virtual/libiconv on
eglibc/glibc ba
On 07/16/2011 03:48 PM, Andreas Mueller wrote:
Error message was:
|
/home/Superandy/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/bin/g-ir-compiler
--includedir=. GdkPixbuf-2.0.gir -o GdkPixbuf-2.0.typelib
| /usr/share/gir-1.0/GLib-2.0.gir:9:1: error: Unsupported version '1.1'
| /usr/share/gir-
On 07/18/2011 05:37 PM, Dongxiao Xu wrote:
Hi Richard and Saul,
This is the second version of alsa-tools build fix, please help to review and
pull.
Changes from v1:
Remove some sub-components to avoid further dependency on gtk+ and fltk.
Thanks,
Dongxiao
The following changes since commit fa
On 07/19/2011 07:55 AM, Paul Eggleton wrote:
This is a script I've been using to test build times together with
"git bisect run". I realise it has some similarities with the script that
Darren recently posted (bb-matrix); they both evolved at around the same
time although they are used for quite
On 07/18/2011 06:00 PM, Ilya Yanok wrote:
Hi everybody,
It seems like everybody are using GCC 4.6 already but as support for
GCC 4.5.1 is still here I'd like to publish the changes we've done to
GCC 4.5.1 recipe some time ago.
We've incorporated the patches for some know GCC 4.5.1 problems:
P
On 07/19/2011 08:34 AM, Tom Rini wrote:
Hey all,
As part of doing some "fix builds in very long paths" builds of world I've
hit a few DEPENDS problems. The following series is mostly adding DEPENDS
where they're missing today. While I was fixing up gnome-doc-utils-native
I noticed it has the i
On 07/19/2011 09:29 AM, Scott Garman wrote:
Hello,
This upgrade to libpng addresses some security vulnerabilities. It
has been build tested on all five of our qemu MACHINEs.
The following changes since commit fa4bcfdb73167f8159b88e5a4d711c0d37627a70:
bb-matrix: correct BB and PM number cano
On 07/17/2011 11:13 PM, Dongxiao Xu wrote:
Hi Richard,
(Please ignore the previous pull request which doesn't contain the latest code.)
This pull request fixes some hard coded /usr/lib path in recipes within
minimal image. Please help to review and pull.
Thanks,
Dongxiao
The following changes
On 07/19/2011 10:41 AM, Kumar Gala wrote:
The majority of support for the PowerPC e500v2/SPE target already
exists. However some minor cleans are required to get things working
completely.
The e500v2 utilizes a unique floating point programming model / ABI from
other PowerPC targets and thus re
On 07/19/2011 10:42 AM, Kumar Gala wrote:
Signed-off-by: Kumar Gala
---
meta/conf/machine/include/tune-ppce500mc.inc |4
1 files changed, 4 insertions(+), 0 deletions(-)
create mode 100644 meta/conf/machine/include/tune-ppce500mc.inc
diff --git a/meta/conf/machine/include/tune-ppce
On 07/18/2011 05:30 PM, Xu, Dongxiao wrote:
-Original Message-
From: openembedded-core-boun...@lists.openembedded.org
[mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of
Mark Hatle
Sent: Monday, July 18, 2011 11:30 PM
To: openembedded-core@lists.openembedded.org
Subject
On 07/19/2011 09:01 AM, Phil Blundell wrote:
Put each of the libraries into its own package rather than dumping them
all into libc0. This saves ~300kB on the installed size of an i586
micro-base-image
and avoids the need to set the hated LEAD_SONAME.
Signed-off-by: Phil Blundell
---
meta/rec
On 07/18/2011 05:17 PM, Khem Raj wrote:
This patch is V3 of the recents posts I have been doing from kraj/uclibc-oecore
branch. With this patchset now core-image-minimal is buildable and bootable
for all arches in oe-core. Core-image-sato is buildable but I have not tried to
boot it first attemp
On 07/19/2011 04:57 PM, Joshua Lock wrote:
The realpath_fix patch included an unitialised variable which modern GCC
cleverly optimises away, however hosts with older GCC like CentOS 5.x weren't
so lucky and... BOOM.
See
http://git.yoctoproject.org/cgit/cgit.cgi/pseudo/commit/?id=4a646c8bbe73ca8
1 - 100 of 145 matches
Mail list logo