Re: [OE-core] [PATCH 1/1] prelink: Uprev prelink to latest version (V2)

2011-06-24 Thread Mark Hatle
On 6/24/11 3:51 PM, Khem Raj wrote: > On (24/06/11 14:42), Mark Hatle wrote: >> The latest cross-prelink version tracks the prelink r190 SVN. >> >> Fix two minor issues as well. If we remove the package, we would >> unprelink the filesystem after the rm was finished. This is >> incorrect.. we nee

[OE-core] [PATCH 1/2] glib-networking: Add 2.28.7 as new recipe

2011-06-24 Thread edwin . zhai
From: Zhai Edwin glib-networking contains the implementations of certain GLib networking features that cannot be implemented directly in GLib itself because of their dependencies. TLS/SSL support is one of them, which is needed for accessing SSL web page. Signed-off-by: Zhai Edwin --- meta/rec

[OE-core] [PATCH 2/2] webkit-gtk: recommends glib-networking to access https web page

2011-06-24 Thread edwin . zhai
From: Zhai Edwin [YOCTO #1037] got fixed Signed-off-by: Zhai Edwin --- meta/recipes-sato/webkit/webkit-gtk_svn.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-sato/webkit/webkit-gtk_svn.bb b/meta/recipes-sato/webkit/webkit-gtk_svn.bb index 6d134ad..c

[OE-core] [PATCH 0/2] Enable https pages for web browser

2011-06-24 Thread edwin . zhai
From: Zhai Edwin For accessing https web page, libsoup requres modules from glib-networking for TLS/SSL support. These patches add and install it. The following changes since commit a1f79a7896b6411669b3ccada6204d2695e80fc5: runqueue.py: Add umask task control (2011-06-24 12:23:12 +0100) are

Re: [OE-core] [PATCH 1/1] gupnp: upgrade from 0.16.0 to 0.16.1

2011-06-24 Thread Saul Wold
On 06/14/2011 01:04 AM, Mei, Lei wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Koen Kooi Sent: Tuesday, June 14, 2011 3:46 PM To: Patches and discussions about the oe-core layer Su

Re: [OE-core] [PATCH 1/2] qemu.inc: append to IMAGE_FSTYPES instead of weakly assigning them

2011-06-24 Thread Saul Wold
On 06/12/2011 09:26 AM, Koen Kooi wrote: The ext3 format is pretty much mandatory for qemu usage, so always create it. Signed-off-by: Koen Kooi --- meta/conf/machine/include/qemu.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/machine/include/qemu.inc

Re: [OE-core] [PATCH 1/1] prelink: Uprev prelink to latest version (V2)

2011-06-24 Thread Khem Raj
On (24/06/11 14:42), Mark Hatle wrote: > The latest cross-prelink version tracks the prelink r190 SVN. > > Fix two minor issues as well. If we remove the package, we would > unprelink the filesystem after the rm was finished. This is > incorrect.. we need to do this prerm. > > Move the cron and

[OE-core] [PATCH 1/1] prelink: Uprev prelink to latest version (V2)

2011-06-24 Thread Mark Hatle
The latest cross-prelink version tracks the prelink r190 SVN. Fix two minor issues as well. If we remove the package, we would unprelink the filesystem after the rm was finished. This is incorrect.. we need to do this prerm. Move the cron and cron configuration file to a new package split. This

[OE-core] [PATCH 0/1] Uprev prelink (v2)

2011-06-24 Thread Mark Hatle
Updated the prelink to latest version. Also split out the cron configuration, change the configuration so it's enabled by default. The following changes since commit 3aec2fa2df9aaa883feda0d7aed85e63d01398b9: qemuimagetest: update cvs and iptables to newer version for toolchain test (2011-06-

Re: [OE-core] [PATCH 1/1] prelink: Uprev prelink to latest version

2011-06-24 Thread Mark Hatle
On 6/24/11 2:18 PM, Koen Kooi wrote: > > Op 24 jun 2011, om 21:10 heeft Mark Hatle het volgende geschreven: > >> The latest cross-prelink version tracks the prelink r190 SVN. >> >> Fix two minor issues as well. If we remove the package, we would >> unprelink the filesystem after the rm was finis

Re: [OE-core] [PATCH 1/1] prelink: Uprev prelink to latest version

2011-06-24 Thread Koen Kooi
Op 24 jun 2011, om 21:10 heeft Mark Hatle het volgende geschreven: > The latest cross-prelink version tracks the prelink r190 SVN. > > Fix two minor issues as well. If we remove the package, we would > unprelink the filesystem after the rm was finished. This is > incorrect.. we need to do this

[OE-core] [PATCH 1/1] prelink: Uprev prelink to latest version

2011-06-24 Thread Mark Hatle
The latest cross-prelink version tracks the prelink r190 SVN. Fix two minor issues as well. If we remove the package, we would unprelink the filesystem after the rm was finished. This is incorrect.. we need to do this prerm. Also disable the cron configuration file. This isn't appropriate for

[OE-core] [PATCH 0/1] Uprev prelink

2011-06-24 Thread Mark Hatle
Uprev prelink and fix a couple of issues noticed during the process. The following changes since commit 3aec2fa2df9aaa883feda0d7aed85e63d01398b9: qemuimagetest: update cvs and iptables to newer version for toolchain test (2011-06-24 11:28:28 +0100) are available in the git repository at: gi

[OE-core] [PATCH 3/4] msmtp: Disable gnome keyring

2011-06-24 Thread Mark Hatle
Unless we explicitly disable the gnome keyring support, the system will attemp to discover if it's available which changes the package output. Signed-off-by: Mark Hatle --- meta/recipes-extended/msmtp/msmtp_1.4.24.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/met

[OE-core] [PATCH 4/4] linux-firmware: Fix file permissions

2011-06-24 Thread Mark Hatle
The firmware was installed 0666 which could have been a security issue. Signed-off-by: Mark Hatle --- .../linux-firmware/linux-firmware_git.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/

[OE-core] [PATCH 0/4] A few misc recipe fixed

2011-06-24 Thread Mark Hatle
The problems with these recipes were detected over the course of a few make -k world builds.. This allows make world to complete. The following changes since commit 3aec2fa2df9aaa883feda0d7aed85e63d01398b9: qemuimagetest: update cvs and iptables to newer version for toolchain test (2011-06-24

[OE-core] [PATCH 1/4] gcc: Fix file ownership

2011-06-24 Thread Mark Hatle
Most of the files that end up in the gcc include dir and other misc files scattered throughout the install get the build users uid and gid. Signed-off-by: Mark Hatle --- .../recipes-devtools/gcc/gcc-configure-runtime.inc |1 + meta/recipes-devtools/gcc/gcc-package-sdk.inc |2 ++ met

[OE-core] [PATCH 2/4] rpm: Change config option

2011-06-24 Thread Mark Hatle
For some reason --without-xz doesn't work the same as --with-xz=none. We need this set to none, or configure will attempt to find an lzma header which we might or might not have. Signed-off-by: Mark Hatle --- meta/recipes-devtools/rpm/rpm_5.4.0.bb |2 +- 1 files changed, 1 insertions(+), 1

Re: [OE-core] oh-puzzles_svn

2011-06-24 Thread Saul Wold
On 06/16/2011 06:33 AM, Phil Blundell wrote: The install paths in this recipe are all a bit confused which makes it fail if $prefix is set to anything other than /usr. I'm going to just avoid building it for now but maybe someone from the sato crew could take a look and see if they can straighte

Re: [OE-core] Tune files and knobs to turn

2011-06-24 Thread Mark Hatle
On 6/24/11 9:01 AM, Richard Purdie wrote: > On Fri, 2011-06-24 at 13:54 +0200, Koen Kooi wrote: >> We discussed tune files a bit during last nights TSC meeting and Khem >> had expressed the need before, so I'd like to get this discussion >> started by using armv7a as an example. >> >> For armv7a ca

Re: [OE-core] Tune files and knobs to turn

2011-06-24 Thread Mark Hatle
A few, what I suspect are corrections. (I'm going to be a bit pedantic here.) On 6/24/11 6:54 AM, Koen Kooi wrote: > Hi, > > We discussed tune files a bit during last nights TSC meeting and Khem had > expressed the need before, so I'd like to get this discussion started by > using armv7a as an

Re: [OE-core] Tune files and knobs to turn

2011-06-24 Thread Richard Purdie
On Fri, 2011-06-24 at 13:54 +0200, Koen Kooi wrote: > We discussed tune files a bit during last nights TSC meeting and Khem > had expressed the need before, so I'd like to get this discussion > started by using armv7a as an example. > > For armv7a capable cores we have the following hardware featu

[OE-core] [PATCH] webkit-gtk: fix packaging

2011-06-24 Thread Koen Kooi
Somewhere in the past webkit changed from webkit-x to webkitgtk-x but the person updating the recipe didn't catch that Signed-off-by: Koen Kooi --- meta/recipes-sato/webkit/webkit-gtk_svn.bb |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/meta/recipes-sato/webki

[OE-core] Tune files and knobs to turn

2011-06-24 Thread Koen Kooi
Hi, We discussed tune files a bit during last nights TSC meeting and Khem had expressed the need before, so I'd like to get this discussion started by using armv7a as an example. For armv7a capable cores we have the following hardware features: * armv7a instruction set * thumb1 instruction set

Re: [OE-core] gconf-dbus fetch failure

2011-06-24 Thread Richard Purdie
On Fri, 2011-06-24 at 00:42 -0700, Darren Hart wrote: > It seems there is a problem with the subversion repository for gconf-dbus. > Are others seeing this as well, or this perhaps a local networking issue? > > ERROR: Logfile of failure stored in: > /build/poky/timeline/qemux86/tmp/work/x86_64-l

Re: [OE-core] [PATCH 0/1] update cvs and iptables to newer version for toolchain test

2011-06-24 Thread Richard Purdie
On Fri, 2011-06-24 at 16:11 +0800, Jiajun Xu wrote: > The old versions of cvs and iptables may meet compile error under some > architecture > - cvs 1.11.23 fails on x86-64 host and iptables 1.4.9 fails on arm host. > Update them > to latest version could solve these build error. > Meanwhile, 240s

[OE-core] [PATCH v2 0/4] Integrate ccache-native

2011-06-24 Thread wenzong.fan
From: Wenzong Fan 1) Add ccache as a native tool and put its recipe files to: 'meta/recipes-devtools/ccache'; 2) Set 'CCACHE_DIR' in 'bitbake.conf' and create the dirs for every package before task 'do_configure' started; 3) Add 'ccache' for all SDK images; 4) Remove duplicate 'ccache.inc' fro

[OE-core] [PATCH v2 4/4] ccache: Remove duplicate 'ccache.inc' from 'meta/class/'

2011-06-24 Thread wenzong.fan
From: Wenzong Fan Signed-off-by: Wenzong Fan --- meta/classes/ccache.inc | 11 --- 1 files changed, 0 insertions(+), 11 deletions(-) delete mode 100644 meta/classes/ccache.inc diff --git a/meta/classes/ccache.inc b/meta/classes/ccache.inc deleted file mode 100644 index d830a1b..

[OE-core] [PATCH v2 1/4] ccache: Integrate ccache-native to poky

2011-06-24 Thread wenzong.fan
From: Wenzong Fan Add ccache as a native tool and put its recipe files to: 'meta/recipes-devtools/ccache'. Signed-off-by: Wenzong Fan --- meta/recipes-devtools/ccache/ccache.inc | 16 meta/recipes-devtools/ccache/ccache_3.1.5.bb |8 2 files changed, 24 inse

[OE-core] [PATCH v2 3/4] ccache: Add 'ccache' for SDK images

2011-06-24 Thread wenzong.fan
From: Wenzong Fan Signed-off-by: Wenzong Fan --- meta/recipes-core/tasks/task-core-sdk.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/tasks/task-core-sdk.bb b/meta/recipes-core/tasks/task-core-sdk.bb index 4aee0c2..52fdd75 100644 --- a/meta/recipe

[OE-core] [PATCH v2 2/4] ccache: Set CCACHE on a per recipe basis

2011-06-24 Thread wenzong.fan
From: Wenzong Fan Set 'CCACHE_DIR' in 'bitbake.conf' and create the dirs for every package before task 'do_configure' started. Signed-off-by: Wenzong Fan --- meta/classes/base.bbclass |1 + meta/conf/bitbake.conf|1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/m

Re: [OE-core] Minutes: OpenEmbedded eV Board meeting, 20-Jun-2011

2011-06-24 Thread Philip Balister
On 06/24/2011 09:37 AM, Dirk Hohndel wrote: On Thu, 23 Jun 2011 23:53:11 -0400, Denys Dmytriyenko wrote: Minutes: OpenEmbedded eV Board meeting, 20-Jun-2011 Agenda: 06) call for donation * OE needs an income stream - another call for donations in the mailing lists * denix to check if TI can ma

Re: [OE-core] Minutes: OpenEmbedded eV Board meeting, 20-Jun-2011

2011-06-24 Thread Dirk Hohndel
On Thu, 23 Jun 2011 23:53:11 -0400, Denys Dmytriyenko wrote: > Minutes: OpenEmbedded eV Board meeting, 20-Jun-2011 > > Agenda: > 06) call for donation > * OE needs an income stream - another call for donations in the mailing lists > * denix to check if TI can make another donation > ** may be d

[OE-core] [PATCH 1/1] qemuimagetest: update cvs and iptables to newer version for toolchain test

2011-06-24 Thread Jiajun Xu
The old versions of cvs and iptables may meet compile error under some architecture - cvs 1.11.23 fails on x86-64 host and iptables 1.4.9 fails on arm host. Update them to latest version could solve these build error. Meanwhile, 240s timeout is set for sudoku becasue 120s is not enough to finish

[OE-core] [PATCH 0/1] update cvs and iptables to newer version for toolchain test

2011-06-24 Thread Jiajun Xu
The old versions of cvs and iptables may meet compile error under some architecture - cvs 1.11.23 fails on x86-64 host and iptables 1.4.9 fails on arm host. Update them to latest version could solve these build error. Meanwhile, 240s timeout is set for sudoku becasue 120s is not enough to finish

[OE-core] gconf-dbus fetch failure

2011-06-24 Thread Darren Hart
It seems there is a problem with the subversion repository for gconf-dbus. Are others seeing this as well, or this perhaps a local networking issue? ERROR: Logfile of failure stored in: /build/poky/timeline/qemux86/tmp/work/x86_64-linux/gconf-dbus-native-2.16.0+svnr705-r0/temp/log.do_fetch.19184