[OE-core] [CONSOLIDATED PULL 26/26] bash: Add SRC_URI Checksums for GPLv2

2011-12-21 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/bash/bash_3.2.48.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-extended/bash/bash_3.2.48.bb b/meta/recipes-extended/bash/bash_3.2.48.bb index 1f70263..f10f687 100644 --- a/meta/recipes-extended/bash/b

[OE-core] [CONSOLIDATED PULL 23/26] image-types: add btrfs as a supported fstype

2011-12-21 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/classes/image_types.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index 489fbe1..6893e38 100644 --- a/meta/classes/image_types.bbcl

[OE-core] [CONSOLIDATED PULL 21/26] bitbake.conf multilib.conf: move the definition of baselib

2011-12-21 Thread Saul Wold
From: Nitin A Kamble The baselib value varies with tune, even when multilib is not configured. This commit makes the logic to find value of baselib based on the tune available outside of multilib setup. This Fixes bug: [YOCTO #1854] Signed-off-by: Nitin A Kamble --- meta/conf/bitbake.conf |

[OE-core] [CONSOLIDATED PULL 19/26] insane.bbclass: add QA tests for unsafe references to exec_prefix

2011-12-21 Thread Saul Wold
From: Scott Garman Files under exec_prefix (commonly /usr) may not be available during system recovery. exec_prefix may also be kept on a separate partition that is mounted late in the boot process. This QA test throws an warning if a binary in base_[bindir|sbindir|libdir] is dynamically linked

[OE-core] [CONSOLIDATED PULL 20/26] gmp: Don't check "$CC $CFLAGS" for x32 in gmp configure

2011-12-21 Thread Saul Wold
From: "H.J. Lu" There is no need to check "$CC $CFLAGS" for x32 in gmp configure. The way GMP works is that it makes all the ABIs available for the user to pick from based on the target, but the final ABI is selected based on the $ABI variable or if compiler passes the ABI test. The test for x3

[OE-core] [CONSOLIDATED PULL 24/26] arch-powerpc: set PACKAGE_EXTRA_ARCHS

2011-12-21 Thread Saul Wold
From: Ilya Yanok Set PACKAGE_EXTRA_ARCHS for the generic tunes ("powerpc" and "powerpc-nf") thus allowing to use them instead of tuning to the specific CPU. Signed-off-by: Ilya Yanok --- meta/conf/machine/include/powerpc/arch-powerpc.inc |6 -- meta/conf/machine/include/tune-ppc603e.in

[OE-core] [CONSOLIDATED PULL 25/26] zypper: add patch from libxml2

2011-12-21 Thread Saul Wold
Due to Augaes adding the libxml2 requirement. Signed-off-by: Saul Wold --- .../zypper/zypper/cmake_libxml2.patch | 28 meta/recipes-extended/zypper/zypper_git.bb |3 +- 2 files changed, 30 insertions(+), 1 deletions(-) create mode 100644 meta/reci

[OE-core] [CONSOLIDATED PULL 22/26] binutils: fix building on distros with matching binutils version

2011-12-21 Thread Saul Wold
From: Nitin A Kamble x86_64 opensuse 11.4 has bintuils version 2.21, and when binutils_2.21 recipe is built for x86_64 target then, the invocation of distro gcc fails with errors like this: /usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/bin/as: symbol lookup error: /usr/lib64

[OE-core] [CONSOLIDATED PULL 17/26] libusb-compat: move libraries to base_libdir

2011-12-21 Thread Saul Wold
From: Scott Garman udev links to libusb-compat, and so this library needs to be in base_libdir (/lib) instead of libdir (/usr/lib). Signed-off-by: Scott Garman --- meta/recipes-support/libusb/libusb-compat_0.1.3.bb | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --

[OE-core] [CONSOLIDATED PULL 18/26] prelink: update to latest git version

2011-12-21 Thread Saul Wold
From: Scott Garman New version includes: 2011-12-08 Mark Hatle * rtld/rtld.c: Fix an issue where missing objects would trigger an assert in dl-version.c * rtld/rtld.h: Add _dl_new_object prototype * rtld/rtld.c: Add support for $ORIGIN, $PLATFORM and $LIB. Note: $PLATFOR

[OE-core] [CONSOLIDATED PULL 02/26] python-pycairo: Upgrade to 1.10.0

2011-12-21 Thread Saul Wold
tweak the pycairo.pc correctly. Signed-off-by: Saul Wold --- .../python/python-pycairo_1.10.0.bb| 39 .../python/python-pycairo_1.8.10.bb| 31 2 files changed, 39 insertions(+), 31 deletions(-) create mode 100644 meta/rec

[OE-core] [CONSOLIDATED PULL 14/26] util-linux: move libraries to base_libdir

2011-12-21 Thread Saul Wold
From: Scott Garman Various util-linux programs in base_sbindir (/sbin) linked to libraries located under exec_prefix (/usr). Since this is not safe, move these libraries from libdir (/usr/lib) to base_libdir (/lib). Signed-off-by: Scott Garman --- meta/recipes-core/util-linux/util-linux.inc

[OE-core] [CONSOLIDATED PULL 16/26] libusb1: move libraries to base_libdir

2011-12-21 Thread Saul Wold
From: Scott Garman udev links to libusb1, and so these libraries need to be in base_libdir (/lib) instead of libdir (/usr/lib). Signed-off-by: Scott Garman --- meta/recipes-support/libusb/libusb1_1.0.8.bb | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/

[OE-core] [CONSOLIDATED PULL 10/26] socat: add the latest stable version 1.7.2.0

2011-12-21 Thread Saul Wold
From: Dexuan Cui socat is useful for the self-hosted-image work. The original recipe is from OE: http://git.openembedded.org/openembedded/tree/recipes/socat/ and I upgraded it to 1.7.2.0. Thank Koen Kooi for suggesting how to assign the LICENSE field with a proper value. Signed-off-by: Dexuan

[OE-core] [CONSOLIDATED PULL 13/26] libcap: move library to base_libdir

2011-12-21 Thread Saul Wold
From: Scott Garman ls from coreutils links to libcap, so move the libcap library from libdir (/usr/lib) to base_libdir (/lib). Signed-off-by: Scott Garman --- meta/recipes-support/libcap/libcap.inc | 15 +-- meta/recipes-support/libcap/libcap_2.22.bb |2 +- 2 files change

[OE-core] [CONSOLIDATED PULL 15/26] e2fsprogs: move libraries to base_libdir

2011-12-21 Thread Saul Wold
From: Scott Garman The e2fsprogs utilities are installed into base_sbindir (/sbin) and should not link to libraries under exec_prefix (/usr). So move these libraries from libdir (/usr/lib) to base_libdir (/lib). Signed-off-by: Scott Garman --- .../e2fsprogs/e2fsprogs_1.41.14.bb

[OE-core] [CONSOLIDATED PULL 09/26] libsync: move to git.yoctoproject.org

2011-12-21 Thread Saul Wold
From: Paul Eggleton * Repositories on svn.o-hand.com have been converted to Git and are now hosted on git.yoctoproject.org. * Set LICENSE to LGPLv2 as there is an LGPLv2 COPYING file but no notice with "or later" in the source code Signed-off-by: Paul Eggleton --- .../opensync/{libsync_svn

[OE-core] [CONSOLIDATED PULL 11/26] wget: fix a host intrusion issue introduced by adding --with-ssl=openssl.

2011-12-21 Thread Saul Wold
From: Dexuan Cui On my x86-64 Ubuntu 11.04, with MACHINE=qemux86, "bitbake wget" fails. The config.log shows: configure:30072: i586-poky-linux-gcc -m32 -march=i586 --sysroot=/distro/dcui/1212/p1/build/tmp/sysroots/qemux86 -o conftest -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,

[OE-core] [CONSOLIDATED PULL 12/26] ncurses: move libraries to base_libdir

2011-12-21 Thread Saul Wold
From: Scott Garman Various utilities (including bash and the util-linux programs) located in base_bindir (/bin) or base_sbindir (/sbin) dynamically link against many of the ncurses libraries. So move these libraries from libdir (/usr/lib) to base_libdir (/lib). Signed-off-by: Scott Garman ---

[OE-core] [CONSOLIDATED PULL 08/26] distro_tracking: Mark Upgrade Info

2011-12-21 Thread Saul Wold
Updated the following: - libdrm - texi2html - mc - libidn - augeas - python-pycairo Signed-off-by: Saul Wold --- .../conf/distro/include/distro_tracking_fields.inc | 50 +++ 1 files changed, 29 insertions(+), 21 deletions(-) diff --git a/meta/conf/distro/include/distro_t

[OE-core] [CONSOLIDATED PULL 00/26] Some Package Updates and Fixes

2011-12-21 Thread Saul Wold
Richard & Community: Here are some package updates along with fixes from various folks that have been pending for a couple of days. BTW, this does build world and gpl, although I have heard about some gettext issue I am still working. FYI: things might slow down a little over the next week as var

[OE-core] [CONSOLIDATED PULL 07/26] libdrm: Upgrade to 2.4.29

2011-12-21 Thread Saul Wold
Signed-off-by: Saul Wold --- .../drm/{libdrm_2.4.27.bb => libdrm_2.4.29.bb} |8 1 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-graphics/drm/{libdrm_2.4.27.bb => libdrm_2.4.29.bb} (54%) diff --git a/meta/recipes-graphics/drm/libdrm_2.4.27.bb b/meta/recipes

[OE-core] [CONSOLIDATED PULL 01/26] distro tracking: update man-pages, gts-plugin-bluetooth, usbutils,

2011-12-21 Thread Saul Wold
and libcap Signed-off-by: Saul Wold --- .../conf/distro/include/distro_tracking_fields.inc | 25 ++- 1 files changed, 18 insertions(+), 7 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index

[OE-core] [CONSOLIDATED PULL 03/26] augeas: Upgrade to 0.10.0

2011-12-21 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/augeas/augeas_0.10.0.bb |6 ++ meta/recipes-extended/augeas/augeas_0.9.0.bb |7 --- 2 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 meta/recipes-extended/augeas/augeas_0.10.0.bb delete mode 100644 meta/recip

[OE-core] [CONSOLIDATED PULL 04/26] libidn: Upgrade to 1.23

2011-12-21 Thread Saul Wold
Signed-off-by: Saul Wold --- .../libidn/{libidn_1.22.bb => libidn_1.23.bb} |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-extended/libidn/{libidn_1.22.bb => libidn_1.23.bb} (86%) diff --git a/meta/recipes-extended/libidn/libidn_1.22.bb b/meta/recipes-ex

[OE-core] [CONSOLIDATED PULL 05/26] mc: Add version 4.8.1 now GPLv3

2011-12-21 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/mc/mc_4.8.1.bb | 25 + 1 files changed, 25 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-extended/mc/mc_4.8.1.bb diff --git a/meta/recipes-extended/mc/mc_4.8.1.bb b/meta/recipes-extended/mc/mc_4.8.1.bb

[OE-core] [CONSOLIDATED PULL 06/26] texi2html: Upgrade to 5.0

2011-12-21 Thread Saul Wold
Add patch to update GETTEXT_MACRO_VERSION to 0.18 Signed-off-by: Saul Wold --- .../texi2html-5.0/fix_gettext_version.patch| 44 .../{texi2html_1.82.bb => texi2html_5.0.bb}| 19 +++-- 2 files changed, 59 insertions(+), 4 deletions(-) create mode 10064

[OE-core] [PATCH 2/2] distro_tracking_fields: Update curl info and fix other recipes' typo issues

2011-12-21 Thread Mei Lei
Signed-off-by: Mei Lei --- .../conf/distro/include/distro_tracking_fields.inc | 30 ++-- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index ba261be..e2e

[OE-core] [PATCH 1/2] curl: Upgrade from 7.22.0 to 7.23.1

2011-12-21 Thread Mei Lei
Signed-off-by: Mei Lei --- .../curl/{curl_7.22.0.bb => curl_7.23.1.bb}|4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/curl/{curl_7.22.0.bb => curl_7.23.1.bb} (92%) diff --git a/meta/recipes-support/curl/curl_7.22.0.bb b/meta/recipes-support/cur

[OE-core] [PATCH 0/2]curl:upgrade from 7.22.0 to 7.23.1 and fix some typo issues.

2011-12-21 Thread Mei Lei
Hi all, Upgrade curl from 7.22.0 to 7.23.1. Some typo issues exist in distro_tracking_fields.inc reported by pkg-report system, so fix them in this patch. Thanks, Lei The following changes since commit db446421933d640528328e46a29f828a36d6649b: Richard Purdie (1): multil

[OE-core] [PATCH v3 oe-core] valgrind: add powerpc and arm into COMPATIBLE_HOST

2011-12-21 Thread b19537
From: Zhenhua Luo Signed-off-by: Zhenhua Luo --- meta/recipes-devtools/valgrind/valgrind_3.6.1.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/valgrind/valgrind_3.6.1.bb b/meta/recipes-devtools/valgrind/valgrind_3.6.1.bb index 021caa8..8c14a

Re: [OE-core] [PATCH 1/4] minix-session: Add this recipe as the session file for mini X

2011-12-21 Thread Saul Wold
On 12/21/2011 04:52 PM, Zhai, Edwin wrote: On 12/22/2011 03:38 AM, Saul Wold wrote: diff --git a/meta/recipes-graphics/minix-session/minix-session_0.1.bb b/meta/recipes-graphics/minix-session/minix-session_0.1.bb > new file mode 100644 > index 000..2e912c6 > --- /dev/null > +++ b/meta/recipe

Re: [OE-core] [PATCH 1/4] minix-session: Add this recipe as the session file for mini X

2011-12-21 Thread Zhai, Edwin
On 12/22/2011 03:38 AM, Saul Wold wrote: diff --git a/meta/recipes-graphics/minix-session/minix-session_0.1.bb b/meta/recipes-graphics/minix-session/minix-session_0.1.bb > new file mode 100644 > index 000..2e912c6 > --- /dev/null > +++ b/meta/recipes-graphics/minix-session/minix-session_

Re: [OE-core] [PATCH 1/4] minix-session: Add this recipe as the session file for mini X

2011-12-21 Thread Zhai, Edwin
On 12/21/2011 06:36 PM, Paul Eggleton wrote: Hi Edwin, On Wednesday 21 December 2011 16:18:05 edwin.z...@intel.com wrote: From: Zhai Edwin minix-session runs session files on behalf of file owner, so that no rootless X required. A bit of a minor nitpick I know, but since "minix" is already t

Re: [OE-core] [PATCH] gdb-cross-canadian: build gdb with python support

2011-12-21 Thread Zhang, Jessica
Hi Eric, Yes, understand the usage and advantage, but still think apply the patch in meta-oe first then if later on there's strong demand for this feature we can pull into oe-core is the right approach. Thanks, Jessica -Original Message- From: openembedded-core-boun...@lists.openembedd

Re: [OE-core] meta-toolchain-qte and wrong paths to QT tools

2011-12-21 Thread Eric Bénard
Hi Dmitry, Le 21/12/2011 19:22, Dmitry Eremin-Solenikov a écrit : On 12/21/2011 06:56 PM, Juraj Hercek wrote: Hello list, I've two questions: 1) When I build meta-toolchain-qte (c2de8d4 metadata revision) and install the resulting sdk, I see two directories in /usr/local/: oecore-i686-arm and

Re: [OE-core] [PATCH] gdb-cross-canadian: build gdb with python support

2011-12-21 Thread Eric Bénard
Hi Jessica, Le 21/12/2011 23:12, Zhang, Jessica a écrit : Can you submit the patch against qt layer or meta-oe instead of oe-core, since python enabled gdb shouldn't be turned on by default in oe-core based on its usage, qtcreator, etc. I can submit that to meta-oe (as qt is inside oe-core) b

Re: [OE-core] [PATCH 3/3] binutils: fix building on distros with matching binutils version

2011-12-21 Thread Martin Jansa
On Wed, Dec 21, 2011 at 11:27:14AM -0800, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > x86_64 opensuse 11.4 has bintuils version 2.21, and when > binutils_2.21 recipe is built for x86_64 target then, the invocation > of distro gcc fails with errors like this: > > /usr/lib64/gcc/x86

Re: [OE-core] [PATCH v2] conf: machine: includes: add armv6-novfp support

2011-12-21 Thread Víctor Enríquez
This work was made by Victor Enriquez and then modified by Denis Carikli who was helped by Mark Hatle comments (who is fray on #yocto channel on Freenode). The changes are for adding support to armv6-novfp, for building binaries for armv6 machines without vfp, for example the htc dream. Signe

Re: [OE-core] [PATCH] gdb-cross-canadian: build gdb with python support

2011-12-21 Thread Zhang, Jessica
Hi Eric, Can you submit the patch against qt layer or meta-oe instead of oe-core, since python enabled gdb shouldn't be turned on by default in oe-core based on its usage, qtcreator, etc. Thanks, Jessica -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto

Re: [OE-core] [PATCH] conf: machine: includes: add armv6-novfp support

2011-12-21 Thread Koen Kooi
and a missing real name for the SOB Op 21 dec. 2011 om 21:06 heeft Otavio Salvador het volgende geschreven: > On Wed, Dec 21, 2011 at 17:48, vquicksilver > wrote: > This work was made by Victor Enriquez and then modified by > Denis Carikli who was helped by Mark Hatle comments( who is > fray

Re: [OE-core] [PATCH] conf: machine: includes: add armv6-novfp support

2011-12-21 Thread Otavio Salvador
On Wed, Dec 21, 2011 at 17:48, vquicksilver wrote: > This work was made by Victor Enriquez and then modified by > Denis Carikli who was helped by Mark Hatle comments( who is > fray on #yocto channel on Freenode ). > > The changes are for adding support to armv6-novfp, forbuilding > binaries for ar

Re: [OE-core] [PATCH] conf: machine: includes: add armv6-novfp support

2011-12-21 Thread Mark Hatle
On 12/21/11 1:48 PM, vquicksilver wrote: This work was made by Victor Enriquez and then modified by Denis Carikli who was helped by Mark Hatle comments( who is fray on #yocto channel on Freenode ). The changes are for adding support to armv6-novfp, forbuilding binaries for armv6 machines without

Re: [OE-core] [PATCH] conf: machine: includes: add armv6-novfp support

2011-12-21 Thread vquicksilver
This work was made by Victor Enriquez and then modified by Denis Carikli who was helped by Mark Hatle comments( who is fray on #yocto channel on Freenode ). The changes are for adding support to armv6-novfp, forbuilding binaries for armv6 machines without vfp, for examplethe htcdream. Signed-off-

Re: [OE-core] [PATCH 1/4] minix-session: Add this recipe as the session file for mini X

2011-12-21 Thread Otavio Salvador
On Wed, Dec 21, 2011 at 08:36, Paul Eggleton wrote: > Hi Edwin, > > On Wednesday 21 December 2011 16:18:05 edwin.z...@intel.com wrote: > > From: Zhai Edwin > > > > minix-session runs session files on behalf of file owner, so that no > > rootless X required. > > A bit of a minor nitpick I know, bu

Re: [OE-core] [PATCH 1/4] minix-session: Add this recipe as the session file for mini X

2011-12-21 Thread Saul Wold
On 12/21/2011 12:18 AM, edwin.z...@intel.com wrote: From: Zhai Edwin minix-session runs session files on behalf of file owner, so that no rootless X required. Signed-off-by: Zhai Edwin --- .../minix-session/files/minix-session | 32 .../minix-session/minix

Re: [OE-core] [PATCH 3/4] Add "builder" user for specific purpose.

2011-12-21 Thread Saul Wold
On 12/21/2011 12:18 AM, edwin.z...@intel.com wrote: From: Zhai Edwin "builder" can start some auto stuff by mini X session. Signed-off-by: Zhai Edwin --- meta/recipes-graphics/builder/builder_0.1.bb | 27 + meta/recipes-graphics/builder/files/auto_start.sh | 11 +

[OE-core] [PATCH 0/3] misc fixes

2011-12-21 Thread nitin . a . kamble
From: Nitin A Kamble Here are few misc fixes for oecore. Thanks, Nitin The following changes since commit dee0fc1462ba18551571c3b2d0f2b443a2feca18: multilib.conf: Enable shadow-sysroot and libffi (2011-12-21 17:24:44 +) are available in the git repository at: git://git.pokylinux.org/p

[OE-core] [PATCH 3/3] binutils: fix building on distros with matching binutils version

2011-12-21 Thread nitin . a . kamble
From: Nitin A Kamble x86_64 opensuse 11.4 has bintuils version 2.21, and when binutils_2.21 recipe is built for x86_64 target then, the invocation of distro gcc fails with errors like this: /usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/bin/as: symbol lookup error: /usr/lib64

[OE-core] [PATCH 1/3] gmp: Don't check "$CC $CFLAGS" for x32 in gmp configure

2011-12-21 Thread nitin . a . kamble
From: "H.J. Lu" There is no need to check "$CC $CFLAGS" for x32 in gmp configure. The way GMP works is that it makes all the ABIs available for the user to pick from based on the target, but the final ABI is selected based on the $ABI variable or if compiler passes the ABI test. The test for x3

[OE-core] [PATCH 2/3] bitbake.conf multilib.conf: move the definition of baselib

2011-12-21 Thread nitin . a . kamble
From: Nitin A Kamble The baselib value varies with tune, even when multilib is not configured. This commit makes the logic to find value of baselib based on the tune available outside of multilib setup. This Fixes bug: [YOCTO #1854] Signed-off-by: Nitin A Kamble --- meta/conf/bitbake.conf |

Re: [OE-core] [PATCH 0/1] [RESEND]Create a script for SUMMARY audit in recipes

2011-12-21 Thread Mark Hatle
On 12/21/11 12:43 PM, Saul Wold wrote: On 12/21/2011 10:16 AM, Joshua Lock wrote: On 20/12/11 22:10, Wang, Shane wrote: Saul Wold wrote on 2011-12-21: On 12/20/2011 08:32 PM, Shane Wang wrote: Here is the script to check which recipe provides SUMMARY and which doesnot. For those which do not

Re: [OE-core] [PATCH 0/1] [RESEND]Create a script for SUMMARY audit in recipes

2011-12-21 Thread Saul Wold
On 12/21/2011 10:16 AM, Joshua Lock wrote: On 20/12/11 22:10, Wang, Shane wrote: Saul Wold wrote on 2011-12-21: On 12/20/2011 08:32 PM, Shane Wang wrote: Here is the script to check which recipe provides SUMMARY and which doesnot. For those which do not, maintainer should add or update to a m

Re: [OE-core] meta-toolchain-qte and wrong paths to QT tools

2011-12-21 Thread Dmitry Eremin-Solenikov
On 12/21/2011 06:56 PM, Juraj Hercek wrote: Hello list, I've two questions: 1) When I build meta-toolchain-qte (c2de8d4 metadata revision) and install the resulting sdk, I see two directories in /usr/local/: oecore-i686-arm and oecore-i686-i686. What is a rationale behind having these two direc

Re: [OE-core] [PATCH 0/1] [RESEND]Create a script for SUMMARY audit in recipes

2011-12-21 Thread Joshua Lock
On 20/12/11 22:10, Wang, Shane wrote: > Saul Wold wrote on 2011-12-21: > >> On 12/20/2011 08:32 PM, Shane Wang wrote: >>> Here is the script to check which recipe provides SUMMARY and which >>> doesnot. For those which do not, maintainer should add or update to a >>> meaningful summary for HOB to

Re: [OE-core] [PATCH 0/3] ltp: Add recipe from OE

2011-12-21 Thread Richard Purdie
On Thu, 2011-12-22 at 00:45 +0800, Jiajun Xu wrote: > The pull request is to address [YOCTO #1568] - "Add recipe for ltp/posix > tests and automate test". > ltp is ported from OE and updated to latest version(20110915). Testcases are > installed to > ${D}/opt/ltp and POISX test suite is also cop

Re: [OE-core] [PATCH] patch.bbclass: abstract out logic that determines patches to apply

2011-12-21 Thread Richard Purdie
On Tue, 2011-12-20 at 10:38 -0700, Christopher Larson wrote: > This is needed by the copyleft_compliance class, so it can emit series files > for the patches, which greatly increases their usefulness to a user > trying to > reconstruct the sources outside of OE. > > Signed-off-by: Christopher Lar

Re: [OE-core] [PATCH 1/1] less: Correcting generic license

2011-12-21 Thread Richard Purdie
On Mon, 2011-12-19 at 09:23 -0800, Beth Flanagan wrote: > I've asked and received permission from Mark Nudelman, the author > of less, to utilize a generic BSD 2 clause license for less, instead > of creating a common "less" license file. > > Signed-off-by: Beth Flanagan > --- > meta/recipes-ext

Re: [OE-core] [PATCH 00/10] Various license clarifications

2011-12-21 Thread Richard Purdie
On Thu, 2011-12-15 at 15:30 -0800, Joshua Lock wrote: > A few metadata massages to ensure LICENSE fields specify the correct license > version. > > The following changes since commit 0eb139619301d0efee330932eba3617dcb39284e: > > Patch Upstream Status Updates (2011-12-15 14:35:27 +) > > are

Re: [OE-core] [PATCH 0/8] Fix old o-hand.com references

2011-12-21 Thread Richard Purdie
On Mon, 2011-12-19 at 15:43 +, Paul Eggleton wrote: > Most of the old o-hand.com sites are no longer available, so fix up > SRC_URIs that reference them. > > The following changes since commit ae4118a1f78f113c3d687c3aa6a86007cf977cae: > > libsdl 1.2.14: fix packaging (2011-12-19 12:17:36 +0

Re: [OE-core] [PATCH 1/1] license: Fix manifest conditional

2011-12-21 Thread Richard Purdie
On Mon, 2011-12-19 at 13:50 -0800, Beth Flanagan wrote: > The manifest conditionals COPY_LIC_MANIFEST and COPY_LIC_DIRS > were returning true due to missing quotes in the bash test. This > made images larger than expected. > > Signed-off-by: Beth Flanagan > --- > meta/classes/license.bbclass |

Re: [OE-core] [PATCH oe-core] valgrind: add powerpc into the compatible host list

2011-12-21 Thread Richard Purdie
On Wed, 2011-12-21 at 06:21 +, Luo Zhenhua-B19537 wrote: > Since nobody confirm that it works on mips, I will create a new patch to > define COMPATIBLE_HOST as following, does it make sense? > COMPATIBLE_HOST = > '(i.86|x86_64|powerpc|powerpc64|ppc|ppc64|arm).*-linux' Sounds good to me

[OE-core] [PATCH 3/3] task-core-tools: add ltp to testapps list

2011-12-21 Thread Jiajun Xu
Signed-off-by: Jiajun Xu --- meta/recipes-core/tasks/task-core-tools.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/tasks/task-core-tools.bb b/meta/recipes-core/tasks/task-core-tools.bb index 12d4ff9..6632b4f 100644 --- a/meta/recipes-core/tasks/t

[OE-core] [PATCH 0/3] ltp: Add recipe from OE

2011-12-21 Thread Jiajun Xu
The pull request is to address [YOCTO #1568] - "Add recipe for ltp/posix tests and automate test". ltp is ported from OE and updated to latest version(20110915). Testcases are installed to ${D}/opt/ltp and POISX test suite is also copied into ${D}/opt/ltp/testcases folder. We include ltp to te

[OE-core] [PATCH 2/3] distro_tracking_fields: add information for ltp

2011-12-21 Thread Jiajun Xu
Add information for recipe ltp, which is ported from OE. Signed-off-by: Jiajun Xu --- .../conf/distro/include/distro_tracking_fields.inc |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include

[OE-core] [PATCH 1/3] ltp: Add recipe from OE

2011-12-21 Thread Jiajun Xu
Port ltp recipe from OE and upgraged to latest version(20110915). Install ltp into ${D}/opt/ltp and POSIX test suite is also copied into ${D}/opt/ltp/testcases. TODO: Some cases are removed since they depend on command 'expect'. It is not in Poky or OE and we will add it for enhancement next. Sig

Re: [OE-core] [yocto] [PATCH 5/9] task-core-boot: Allow DISTRO to disable keymaps

2011-12-21 Thread Darren Hart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/21/2011 05:19 AM, Koen Kooi wrote: > > Op 21 dec. 2011, om 11:09 heeft Martin Jansa het volgende > geschreven: > >> On Wed, Dec 21, 2011 at 01:02:51AM -0800, Darren Hart wrote: >>> NOTE: I'm looking for a better way to do this. >>> >>> keym

Re: [OE-core] [PATCH 1/3] ltp: Add recipe from OE

2011-12-21 Thread Xu, Jiajun
> The "mv" seems to cause a problem. Is there a reason you do this > instead of just setting "S = ${WORKDIR}/ltp-full-${PV} if that's what > the tarball normally extracts to? > Sorry for late response, Saul. If I set S to ltp-full-${PV}, do_unpack will report that ltp-full-${PV} is not a direc

Re: [OE-core] meta-toolchain-qte and wrong paths to QT tools

2011-12-21 Thread Juraj Hercek
Hi Eric, On 12/21/2011 04:16 PM, Eric Bénard wrote: Hi Juraj, Le 21/12/2011 15:56, Juraj Hercek a écrit : I've two questions: 1) When I build meta-toolchain-qte (c2de8d4 metadata revision) and install the resulting sdk, I see two directories in /usr/local/: oecore-i686-arm and oecore-i686-i

Re: [OE-core] [PATCH 0/2] psplash fixes

2011-12-21 Thread Richard Purdie
On Mon, 2011-12-19 at 19:48 +0100, Koen Kooi wrote: > Op 19 dec. 2011, om 19:32 heeft Paul Eggleton het volgende geschreven: > > > On Monday 19 December 2011 19:27:06 Koen Kooi wrote: > >> Op 19 dec. 2011, om 19:22 heeft Paul Eggleton het volgende geschreven: > >>> On Monday 19 December 2011 18:50

Re: [OE-core] [PATCH 0/2] psplash fixes

2011-12-21 Thread Paul Eggleton
On Monday 19 December 2011 19:12:10 Paul Eggleton wrote: > On Monday 19 December 2011 20:02:02 Koen Kooi wrote: > > In OE-classic we had IMAGE_SPLASH. Btw, I'm not using > > core-image.bbclase. > > Well we could always use IMAGE_SPLASH and bring it in via image.bbclass. It > seems to me like somet

Re: [OE-core] meta-toolchain-qte and wrong paths to QT tools

2011-12-21 Thread Eric Bénard
Hi Juraj, Le 21/12/2011 15:56, Juraj Hercek a écrit : I've two questions: 1) When I build meta-toolchain-qte (c2de8d4 metadata revision) and install the resulting sdk, I see two directories in /usr/local/: oecore-i686-arm and oecore-i686-i686. What is a rationale behind having these two directo

Re: [OE-core] [PATCH 0/2] psplash fixes

2011-12-21 Thread Paul Eggleton
On Tuesday 20 December 2011 10:31:52 Philip Balister wrote: > I can see people taking an existing image, adding a few packages to > customize it for their application, and changing the splash image to a > product specific one. I'm not entirely convinced this workflow makes sense when you're intere

[OE-core] meta-toolchain-qte and wrong paths to QT tools

2011-12-21 Thread Juraj Hercek
Hello list, I've two questions: 1) When I build meta-toolchain-qte (c2de8d4 metadata revision) and install the resulting sdk, I see two directories in /usr/local/: oecore-i686-arm and oecore-i686-i686. What is a rationale behind having these two directories instead of one i.e.: oecore-i686-ar

Re: [OE-core] [PATCH] gcc-4.6: Let G++ relocate gxx-include-dir when using --sysroot option

2011-12-21 Thread Eric Bénard
Hi Khem, Le 20/12/2011 20:59, Khem Raj a écrit : On Mon, Dec 19, 2011 at 10:36 PM, Eric Bénard wrote: Hi, Khem, Le 14/12/2011 19:38, Khem Raj a écrit : 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

Re: [OE-core] [yocto] [PATCH 5/9] task-core-boot: Allow DISTRO to disable keymaps

2011-12-21 Thread Koen Kooi
Op 21 dec. 2011, om 11:09 heeft Martin Jansa het volgende geschreven: > On Wed, Dec 21, 2011 at 01:02:51AM -0800, Darren Hart wrote: >> NOTE: I'm looking for a better way to do this. >> >> keymaps pulls in gettext, which can't build without wide character support. >> >> Rather than have to add

Re: [OE-core] opkg still breaks meta-toolchain-gmae

2011-12-21 Thread Richard Purdie
On Wed, 2011-12-21 at 17:51 +0800, Cui, Dexuan wrote: > Richard Purdie wrote on 2011-12-21: > > On Wed, 2011-12-21 at 16:51 +0800, Cui, Dexuan wrote: > >> Cui, Dexuan wrote on 2011-12-21: > >>> Hi all, > >>> After I upgraded to the latest poky master (commit 4648aadf), > >>> core-image-sato-sdk can

Re: [OE-core] RFC: nativesdk and native recipe names

2011-12-21 Thread Richard Purdie
On Wed, 2011-12-21 at 12:57 +0100, Anders Darander wrote: > * Otavio Salvador [111221 12:37]: > > On Wed, Dec 21, 2011 at 09:11, Richard Purdie < > > richard.pur...@linuxfoundation.org> wrote: > > > If we change nativesdk to become a prefix, the problem can share the > > same code as mult

Re: [OE-core] RFC: nativesdk and native recipe names

2011-12-21 Thread Richard Purdie
On Wed, 2011-12-21 at 11:55 +, Phil Blundell wrote: > On Wed, 2011-12-21 at 11:11 +, Richard Purdie wrote: > > If we change nativesdk to become a prefix, the problem can share the > > same code as multilib and become much more widely usable rather than the > > current special cases. Its obv

Re: [OE-core] RFC: nativesdk and native recipe names

2011-12-21 Thread Anders Darander
* Otavio Salvador [111221 12:37]: > On Wed, Dec 21, 2011 at 09:11, Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > If we change nativesdk to become a prefix, the problem can share the > same code as multilib and become much more widely usable rather than the > current

Re: [OE-core] RFC: nativesdk and native recipe names

2011-12-21 Thread Phil Blundell
On Wed, 2011-12-21 at 11:11 +, Richard Purdie wrote: > If we change nativesdk to become a prefix, the problem can share the > same code as multilib and become much more widely usable rather than the > current special cases. Its obviously a fairly major change in recipe > naming though. Would ch

Re: [OE-core] RFC: nativesdk and native recipe names

2011-12-21 Thread Otavio Salvador
On Wed, Dec 21, 2011 at 09:11, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > If we change nativesdk to become a prefix, the problem can share the > same code as multilib and become much more widely usable rather than the > current special cases. Its obviously a fairly major change

[OE-core] RFC: nativesdk and native recipe names

2011-12-21 Thread Richard Purdie
We have a problem looming on the horizon with regard to the native and particularly nativesdk recipe names. We originally ran into this problem with the multilib code. The issue is that its rather hard to automagically translate PACKAGES and DEPENDS/RDEPENDS etc. into something the BBCLASSEXTEND c

Re: [OE-core] Architecture mismatch QA issue

2011-12-21 Thread Paul Eggleton
On Wednesday 21 December 2011 10:55:43 Koen Kooi wrote: > Hmmm, do we know why these sometimes are target binaries and sometimes host > binaries? Having already fixed this and then reverted the fix, this is annoying to say the least. I tested this on several different architectures and the resul

Re: [OE-core] [PATCH 1/4] minix-session: Add this recipe as the session file for mini X

2011-12-21 Thread Paul Eggleton
Hi Edwin, On Wednesday 21 December 2011 16:18:05 edwin.z...@intel.com wrote: > From: Zhai Edwin > > minix-session runs session files on behalf of file owner, so that no > rootless X required. A bit of a minor nitpick I know, but since "minix" is already the name of a well-known operating syste

Re: [OE-core] Architecture mismatch QA issue

2011-12-21 Thread Koen Kooi
Op 21 dec. 2011, om 10:49 heeft mohamed basith het volgende geschreven: > Hi, > > I got the error when compiling Qt, pls help me to fix this error. > > | NOTE: Checking Package: libqt-embeddedpvrqwswsegl4-dbg > | NOTE: Checking Package: qt4-embedded-tools > | ERROR: QA Issue: Architecture did

Re: [OE-core] opkg still breaks meta-toolchain-gmae

2011-12-21 Thread Cui, Dexuan
Richard Purdie wrote on 2011-12-21: > On Wed, 2011-12-21 at 16:51 +0800, Cui, Dexuan wrote: >> Cui, Dexuan wrote on 2011-12-21: >>> Hi all, >>> After I upgraded to the latest poky master (commit 4648aadf), >>> core-image-sato-sdk can build file, but meta-toolchain-gmae (with >>> ipk >>> packaging)

[OE-core] Architecture mismatch QA issue

2011-12-21 Thread mohamed basith
Hi, I got the error when compiling Qt, pls help me to fix this error. | NOTE: Checking Package: libqt-embeddedpvrqwswsegl4-dbg | NOTE: Checking Package: qt4-embedded-tools | ERROR: QA Issue: Architecture did not match (40 to 3) on /work/armv5te-angstrom-linux-gnueabi/qt4-embedded-4.7.4-r39.5/pac

Re: [OE-core] opkg still breaks meta-toolchain-gmae

2011-12-21 Thread Richard Purdie
On Wed, 2011-12-21 at 16:51 +0800, Cui, Dexuan wrote: > Cui, Dexuan wrote on 2011-12-21: > > Hi all, > > After I upgraded to the latest poky master (commit 4648aadf), > > core-image-sato-sdk can build file, but meta-toolchain-gmae (with ipk > > packaging) still doesn't work. Now the failure is: > >

Re: [OE-core] opkg still breaks meta-toolchain-gmae

2011-12-21 Thread Cui, Dexuan
Cui, Dexuan wrote on 2011-12-21: > Hi all, > After I upgraded to the latest poky master (commit 4648aadf), > core-image-sato-sdk can build file, but meta-toolchain-gmae (with ipk > packaging) still doesn't work. Now the failure is: > > | error: Failed dependencies: > | libsdl-nativesdk is needed

Re: [OE-core] [PATCH] gdb-cross-canadian: build gdb with python support

2011-12-21 Thread Eric Bénard
Le 16/12/2011 15:05, Eric Bénard a écrit : * python support is needed for providing finer scripting control in gdb, and for remote controling gdb for example from qtcreator * gdb/configure tries to autodetect python using python executable with --includes --ldflags --exec-prefix to get the right

[OE-core] [PATCH 0/4] [RFC] Add mini X for self-hosted

2011-12-21 Thread edwin . zhai
From: Zhai Edwin All, These patches add mini X, who will execute session files on behalf of file owner without rootless X. By this way, a minimal X enviroment including matchbox-wm is availale for the "builder" user to start auto-run apps. Pls. help to review. Thanks, Edwin The following c

[OE-core] [PATCH 3/4] Add "builder" user for specific purpose.

2011-12-21 Thread edwin . zhai
From: Zhai Edwin "builder" can start some auto stuff by mini X session. Signed-off-by: Zhai Edwin --- meta/recipes-graphics/builder/builder_0.1.bb | 27 + meta/recipes-graphics/builder/files/auto_start.sh | 11 2 files changed, 38 insertions(+), 0 deletion

[OE-core] [PATCH 4/4] self-hosted-image: Add builder user and mini X

2011-12-21 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/recipes-core/images/self-hosted-image.bb |4 +++- meta/recipes-core/tasks/task-self-hosted.bb |3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/i

[OE-core] [PATCH 2/4] Add mini X core tasks

2011-12-21 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/classes/core-image.bbclass |2 + meta/recipes-sato/tasks/task-core-x11-mini.bb | 45 + 2 files changed, 47 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-sato/tasks/task-core-x11-mini

[OE-core] [PATCH 1/4] minix-session: Add this recipe as the session file for mini X

2011-12-21 Thread edwin . zhai
From: Zhai Edwin minix-session runs session files on behalf of file owner, so that no rootless X required. Signed-off-by: Zhai Edwin --- .../minix-session/files/minix-session | 32 .../minix-session/minix-session_0.1.bb | 24 +++ 2