Re: [OE-core] [PATCH 2/3] x11-common: Change drive mode of Xfbdev when xserver using framebuffer

2011-12-22 Thread Xiaofeng Yan
On 2011年12月23日 03:14, Saul Wold wrote: On 12/16/2011 01:15 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan The previous mode of starting X is as follow: $Xfbdev :0 -keybd keyboard -mouse tslib This mode cause that some keys can't be mapped rightly. \ for example "Down" have the same function with "E

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

2011-12-22 Thread Scott Garman
On 12/22/2011 08:12 AM, Scott Garman wrote: On 12/22/2011 12:50 AM, Phil Blundell wrote: On Wed, 2011-12-21 at 23:55 -0800, Saul Wold wrote: +BUILD_LDFLAGS += "-Wl,-rpath,${base_libdir}" Why is that required? It's actually needed only for the -native case, so that the tic command (and possi

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

2011-12-22 Thread Luo Zhenhua-B19537
Can somebody confirm whether valgrind works for armv4/v5, please? Best Regards, Zhenhua > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded- > core-boun...@lists.openembedded.org] On Behalf Of Sergey Lapin > Sent: Thursday, December 22,

[OE-core] [PATCH v2 oe-core] linux-dtb: add dtb into deploy cache package

2011-12-22 Thread b19537
From: Zhenhua Luo > current dtb is not included in the deploy cache package, dtb is missing when build kernel from caches Signed-off-by: Zhenhua Luo --- meta/recipes-kernel/linux/linux-dtb.inc |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/meta/recipe

Re: [OE-core] [PATCH oe-core] linux-dtb: add dtb into deploy cache package

2011-12-22 Thread Luo Zhenhua-B19537
Hello Saul, > -Original Message- > From: Saul Wold [mailto:s...@linux.intel.com] > Sent: Friday, December 23, 2011 5:56 AM > > > +do_deploy_append() { > > +install -d ${DEPLOYDIR} > > +install -m 0644 ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.dtb > ${DEPLOYDIR}/${KERNEL_IMAGE

[OE-core] [PATCH 1/7] package.bbclass: Adjust RPM call to use dynamic location for magic files

2011-12-22 Thread Mark Hatle
The magic file could be installed somewhere else if the system native prefix settings are changed. Adjust the packaging files to compensate for this. Signed-off-by: Mark Hatle --- meta/classes/package.bbclass |2 +- meta/classes/package_rpm.bbclass |2 +- 2 files changed, 2 insertio

[OE-core] [PATCH 2/7] package_rpm.bbclass: Add RPMSPEC_PREAMBLE

2011-12-22 Thread Mark Hatle
Add a way to add arbitrary text to the top of a spec file. This can be useful for adding specific tags to the produced binaries for tracking purposes. Signed-off-by: Mark Hatle --- meta/classes/package_rpm.bbclass |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/met

[OE-core] [PATCH 3/7] rpm_5.4.0: Fix configuration issue with native/nativesdk

2011-12-22 Thread Mark Hatle
RPM's configuration assumes if the prefix isn't /usr or /usr/local that you really want the DB in $prefix/var -- we want it in $localstatedir. Signed-off-by: Mark Hatle --- meta/recipes-devtools/rpm/rpm_5.4.0.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/reci

[OE-core] [PATCH 4/7] udev: Remove linux-libc-headers dependency

2011-12-22 Thread Mark Hatle
The linux-libc-headers dependency is not needed, as it is automatically inherited from the libc and other dependencies. Signed-off-by: Mark Hatle --- meta/recipes-core/udev/udev-new.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/udev/udev-new.inc

[OE-core] [PATCH 0/7] Misc fixes and cleanups

2011-12-22 Thread Mark Hatle
Misc fixes and cleanups that affect various parts of the system... The following changes since commit c38693f78c968ab5f4bb557c20d1c8c55393ed6b: opkg: Fix installation order in feeds with mutiple providers of packages (2011-12-22 22:38:09 +) are available in the git repository at: git://

[OE-core] [PATCH 5/7] gperf: Add missing SRC checksum

2011-12-22 Thread Mark Hatle
Signed-off-by: Mark Hatle --- meta/recipes-extended/gperf/gperf_3.0.3.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-extended/gperf/gperf_3.0.3.bb b/meta/recipes-extended/gperf/gperf_3.0.3.bb index 5cccdf1..e7acc1f 100644 --- a/meta/recipes-extended/gp

[OE-core] [PATCH 6/7] which: Add missing SRC checksums

2011-12-22 Thread Mark Hatle
Signed-off-by: Mark Hatle --- meta/recipes-extended/which/which_2.18.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-extended/which/which_2.18.bb b/meta/recipes-extended/which/which_2.18.bb index 92010b2..f87929b 100644 --- a/meta/recipes-extended/which

[OE-core] [PATCH 7/7] base.bbclass: Allow buildstats to be optionally supplied

2011-12-22 Thread Mark Hatle
Buildstats should be allowed to be optionally enabled. It's recommended that it be enabled via the USER_CLASSES setting. Alternatively it could be enabled via the INHERIT_DISTRO or similar mechanism. Signed-off-by: Mark Hatle --- meta/classes/base.bbclass |1 - meta/conf/local.conf.sampl

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

2011-12-22 Thread Philip Balister
On 12/21/2011 10:15 AM, Paul Eggleton wrote: > 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

[OE-core] [PATCH] kernel.bbclass: fix pkg_postinst and pkg_postrm

2011-12-22 Thread Andrea Adami
* Symptom: kernel symlink in /boot is not created. * Rename in order to create the expected files: * /var/lib/opkg/info/kernel-3.1.4.postinst * /var/lib/opkg/info/kernel-3.1.4.postrm Signed-off-by: Andrea Adami --- meta/classes/kernel.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 dele

Re: [OE-core] [PATCH oe-core] linux-dtb: add dtb into deploy cache package

2011-12-22 Thread Saul Wold
On 12/22/2011 02:23 AM, b19...@freescale.com wrote: From: Zhenhua Luo > current dtb is not included in the deploy cache package, dtb is missing when build kernel from caches Signed-off-by: Zhenhua Luo --- meta/recipes-kernel/linux/linux-dtb.inc |6 ++ 1 files changed, 6

Re: [OE-core] [PATCH] coreutils: ensure --color works so DEPEND on libcap

2011-12-22 Thread Saul Wold
On 12/22/2011 12:07 PM, Saul Wold wrote: [YOCTO #1860] Signed-off-by: Saul Wold --- meta/recipes-core/coreutils/coreutils_8.14.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/coreutils/coreutils_8.14.bb b/meta/recipes-core/coreutils/coreutils_8.

[OE-core] [PATCH] coreutils: ensure --color works so DEPEND on libcap

2011-12-22 Thread Saul Wold
[YOCTO #1860] Signed-off-by: Saul Wold --- meta/recipes-core/coreutils/coreutils_8.14.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/coreutils/coreutils_8.14.bb b/meta/recipes-core/coreutils/coreutils_8.14.bb index cc05d88..688cec9 100644 --- a/

[OE-core] [PATCH] coreutils: ensure --color works so DEPEND on libcap

2011-12-22 Thread Saul Wold
[YOCTO #1860] Signed-off-by: Saul Wold --- meta/recipes-core/coreutils/coreutils_8.14.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/coreutils/coreutils_8.14.bb b/meta/recipes-core/coreutils/coreutils_8.14.bb index cc05d88..251dabe 100644 --- a/me

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

2011-12-22 Thread Saul Wold
On 12/21/2011 11:27 AM, nitin.a.kam...@intel.com wrote: 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 avail

Re: [OE-core] [PATCH 0/1] socat: add the latest stable version 1.7.2.0

2011-12-22 Thread Saul Wold
On 12/18/2011 09:22 PM, Dexuan Cui wrote: The following changes since commit b281fd127bac9ba77ab63a5c2b812ddd5d56df37: documentation/poky-ref-manual/technical-details.xml: edits per Richard Purdie (2011-12-16 16:58:41 +) are available in the git repository at: git://git.pokylinux.org

Re: [OE-core] [PATCH 0/1] fix wget build issue: /usr/lib/libssl.so: could not read symbols

2011-12-22 Thread Saul Wold
On 12/18/2011 09:14 PM, Dexuan Cui wrote: The following changes since commit b281fd127bac9ba77ab63a5c2b812ddd5d56df37: documentation/poky-ref-manual/technical-details.xml: edits per Richard Purdie (2011-12-16 16:58:41 +) are available in the git repository at: git://git.pokylinux.org

Re: [OE-core] [PATCH 2/3] x11-common: Change drive mode of Xfbdev when xserver using framebuffer

2011-12-22 Thread Saul Wold
On 12/16/2011 01:15 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan The previous mode of starting X is as follow: $Xfbdev :0 -keybd keyboard -mouse tslib This mode cause that some keys can't be mapped rightly. \ for example "Down" have the same function with "Enter". another drive mode "evdev" can w

Re: [OE-core] Internal compiler error

2011-12-22 Thread Martin Jansa
On Thu, Dec 22, 2011 at 06:33:05PM +, Paul Eggleton wrote: > Hi Nitin/Khem/all, > > We saw a failure on the Yocto Project autobuilder recently which appears to > be > the result of an internal compiler error [1] (note this is with the edison > branch of Yocto, so it's somewhat older than wh

Re: [OE-core] Internal compiler error

2011-12-22 Thread Saul Wold
On 12/22/2011 10:33 AM, Paul Eggleton wrote: Hi Nitin/Khem/all, We saw a failure on the Yocto Project autobuilder recently which appears to be the result of an internal compiler error [1] (note this is with the edison branch of Yocto, so it's somewhat older than what we have in master). Some sea

[OE-core] Internal compiler error

2011-12-22 Thread Paul Eggleton
Hi Nitin/Khem/all, We saw a failure on the Yocto Project autobuilder recently which appears to be the result of an internal compiler error [1] (note this is with the edison branch of Yocto, so it's somewhat older than what we have in master). Some searching brought up a Linaro gcc bug that look

[OE-core] [PATCH 2/4] linux-yocto: update hardware reference boards to 3.0.12

2011-12-22 Thread Bruce Ashfield
Updating the meta SRCREV to pickup 3.0.12 support for the remaining non-x86 boards (routerstation and pandaboard). Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +- meta/recipes-kernel/linux/linux-yocto_3.0.bb|2 +- 2 files changed, 2 insertions

[OE-core] [PATCH 4/4] linux-yocto: use PATH to locate kconf_check

2011-12-22 Thread Bruce Ashfield
The changes made to prefer in-tree kernel tools forced the location of kconf_check prematurely. For maximum flexibility, locating it on the PATH is ideal, since the transition to in-tree tools will be completely transparent. Signed-off-by: Bruce Ashfield --- meta/classes/kernel-yocto.bbclass |

[OE-core] [PATCH 3/4] kern-tools: update SRCREV to pickup git operation fixes

2011-12-22 Thread Bruce Ashfield
Updating the kern-tools SRCREV to pickup the following commit: [ kgit-meta: add error checking and autoconfiguration to git commands When git commands are embedded into feature descriptions, they can fail for a variety of reasons. The current meta series processing does not trap e

[OE-core] [PATCH 0/4] linux-yocto: consolidated pull request

2011-12-22 Thread Bruce Ashfield
Richard/Saul, Here's a consolidated pull request that adds the cedartrail, and updates some remaining reference platforms to 3.0.x, including updated -rt support. There are also a couple of minor bug fixes that I found when working on M2 functionality. Built and boot tested everywhere that I co

[OE-core] [PATCH 1/4] linux-yocto: add cedartrail BSP support

2011-12-22 Thread Bruce Ashfield
Updating the meta branch to contain the board config and description for the cedartrail. Signed-off-by: Rahul Saxena Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +- meta/recipes-kernel/linux/linux-yocto_3.0.bb|2 +- 2 files changed, 2 inserti

Re: [OE-core] Fetch errors from projects.o-hand.com

2011-12-22 Thread Khem Raj
On Thu, Dec 22, 2011 at 3:25 AM, Paul Eggleton wrote: > Hi Khem, > > On Sunday 20 November 2011 08:18:47 Khem Raj wrote: >> My build of core-image-sato is failing to fetch tars from >> projects.o-hand.com >> >>... >> >> I dont have yocto project mirror in my fallback list. >> >> Should these files

Re: [OE-core] Regression bug: dbus messagebus user generation is wrong

2011-12-22 Thread Richard Purdie
On Thu, 2011-12-22 at 09:52 -0600, Mark Hatle wrote: > On 12/22/11 7:17 AM, Martin Jansa wrote: > ... > > > /* logs */ > > Checking ERRORs in log.do_rootfs files > > == correct om-gta02: > > Installing base-passwd (3.5.22-r9) to root... > > Downloading > > file:/OE

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

2011-12-22 Thread Saul Wold
On 12/14/2011 03:08 PM, Khem Raj wrote: 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 respectin

Re: [OE-core] [PATCH 0/2] Introduce cross testing driver for gcc-cross

2011-12-22 Thread Saul Wold
On 12/13/2011 06:54 PM, Khem Raj wrote: Hi One patch makes the eglibc testing driver a bit more informative and cleans the tests before running Second patch introduces generating a script which will drive cross testing of gcc. This script is generated as part of do_compile task and virtually on

[OE-core] [PATCH] which: Disable iberty since its not listed in DEPENDS

2011-12-22 Thread Richard Purdie
Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/which/which_2.20.bb b/meta/recipes-extended/which/which_2.20.bb index 07a5d31..a4e860b 100644 --- a/meta/recipes-extended/which/which_2.20.bb +++ b/meta/recipes-extended/which/which_2.20.bb @@ -8,7 +8,9 @@ DEPENDS = "cwautom

[OE-core] multilib: Abstract class extension code into classextend.py

2011-12-22 Thread Richard Purdie
There is a lot of code which could ideally be shared between the various users of BBCLASSEXTEND (native, nativesdk and multilib). This starts the process of refactoring it into a python class in lib/oe. Signed-off-by: Richard Purdie diff --git a/meta/classes/multilib.bbclass b/meta/classes/multi

Re: [OE-core] Architecture mismatch QA issue

2011-12-22 Thread Paul Eggleton
On Wednesday 21 December 2011 04:49:00 mohamed basith wrote: > | ERROR: QA Issue: Architecture did not match (40 to 3) on > > /work/armv5te-angstrom-linux-gnueabi/qt4-embedded-4.7.4-r39.5/packages-split > /qt4-embedded-tools/usr/bin/rcc > | ERROR: QA Issue: Architecture did not match (40 to 3) on

[OE-core] [PATCH 0/1] Fix buildhistory issue with recommends and RPM

2011-12-22 Thread Paul Eggleton
The following changes since commit db446421933d640528328e46a29f828a36d6649b: multilib.conf: Enable shadow-sysroot and libffi (2011-12-21 17:24:37 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/rpm-suggests http://cgit.openembedded.

[OE-core] [PATCH 1/1] classes/rootfs_rpm: handle recommends in query functions

2011-12-22 Thread Paul Eggleton
Implement list_package_recommends() for rpm, and filter out the "suggests" (RPM's equivalent of recommends) in list_package_depends(). Respectively, these changes fix buildhistory handling of recommends for RPM (so that they are included in the image graphs) and also prevents failures during do_ro

Re: [OE-core] [PATCH] connman-gnome: update SRC_URI to new repo

2011-12-22 Thread Richard Purdie
On Thu, 2011-12-22 at 17:33 +0100, Koen Kooi wrote: > 13:33 < koen> holtmann: any plans to repopulate the connman-gnome git repo on > kernel.org? > 17:25 < holtmann> koen: We moved that to > https://github.com/connectivity/connman-gnome > 17:26 < holtmann> Just have not gotten around to delete th

[OE-core] [PATCH] connman-gnome: update SRC_URI to new repo

2011-12-22 Thread Koen Kooi
13:33 < koen> holtmann: any plans to repopulate the connman-gnome git repo on kernel.org? 17:25 < holtmann> koen: We moved that to https://github.com/connectivity/connman-gnome 17:26 < holtmann> Just have not gotten around to delete the other one. Signed-off-by: Koen Kooi --- .../connman/connm

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

2011-12-22 Thread Kamble, Nitin A
Martin, Thanks for the report. Nitin > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Martin Jansa > Sent: Wednesday, December 21, 2011 2:41 PM > To: Patches and discussions about the o

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

2011-12-22 Thread Scott Garman
On 12/22/2011 01:02 AM, Phil Blundell wrote: On Wed, 2011-12-21 at 23:55 -0800, Saul Wold wrote: + exec_prefix = d.getVar('exec_prefix', True) + sysroot_path = d.getVar('STAGING_DIR_TARGET', True) + sysroot_path_usr = sysroot_path + exec_prefix + +

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

2011-12-22 Thread Scott Garman
On 12/22/2011 12:50 AM, Phil Blundell wrote: On Wed, 2011-12-21 at 23:55 -0800, Saul Wold wrote: +BUILD_LDFLAGS += "-Wl,-rpath,${base_libdir}" Why is that required? It's actually needed only for the -native case, so that the tic command (and possibly others) can be run. I take it I should

Re: [OE-core] Regression bug: dbus messagebus user generation is wrong

2011-12-22 Thread Martin Jansa
On Thu, Dec 22, 2011 at 09:52:43AM -0600, Mark Hatle wrote: > On 12/22/11 7:17 AM, Martin Jansa wrote: > ... > > > /* logs */ > > Checking ERRORs in log.do_rootfs files > > == correct om-gta02: > > Installing base-passwd (3.5.22-r9) to root... > > Downloading > > f

Re: [OE-core] Regression bug: dbus messagebus user generation is wrong

2011-12-22 Thread Mark Hatle
On 12/22/11 7:17 AM, Martin Jansa wrote: ... /* logs */ Checking ERRORs in log.do_rootfs files == correct om-gta02: Installing base-passwd (3.5.22-r9) to root... Downloading file:/OE/shr-core/tmp-eglibc/deploy/ipk/armv4t/base-passwd_3.5.22-r9_armv4t.ipk. Running

[OE-core] How do I work with CodeSourcery Lite 2009q1?

2011-12-22 Thread Rainer Koenig
Hi, what do I need to do if I want to use the latest Codesourcery toolchain, that is 2009q1-203 in my case? I saw there are recipes for the 2008 and 2005 releases, but what is with the 2009 release of CSL? Regards Rainer ___ Openembedded-core mailing

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

2011-12-22 Thread Juraj Hercek
On 12/21/2011 07:22 PM, Dmitry Eremin-Solenikov wrote: 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

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

2011-12-22 Thread Dmitry Eremin-Solenikov
On 12/22/2011 03:35 AM, Eric Bénard wrote: 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 dir

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

2011-12-22 Thread Richard Purdie
On Wed, 2011-12-21 at 23:55 -0800, Saul Wold wrote: > Dexuan Cui (2): > socat: add the latest stable version 1.7.2.0 > wget: fix a host intrusion issue introduced by adding > --with-ssl=openssl. > > H.J. Lu (1): > gmp: Don't check "$CC $CFLAGS" for x32 in gmp configure > > Ilya Yanok (1

Re: [OE-core] Regression bug: dbus messagebus user generation is wrong

2011-12-22 Thread Martin Jansa
On Thu, Dec 22, 2011 at 10:10:41AM +0100, Martin Jansa wrote: > On Thu, Dec 22, 2011 at 09:49:01AM +0100, Bernhard Guillon wrote: > > Hi all, > > we switched the way we chown /usr/libexec/dbus-daemon-launch-helper > > with this commit: > > > > commit 46e6c3fa8034b12d178d605f3f5d7efe69671a13 > > Au

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

2011-12-22 Thread Richard Purdie
On Thu, 2011-12-22 at 14:17 +0800, Mei Lei wrote: > 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 db446421933d64

[OE-core] [PATCH v2 9/9] udev: split utilities onto udev-utils

2011-12-22 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/recipes-core/udev/udev.inc|6 +- meta/recipes-core/udev/udev_164.bb |2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index 0fc418b..f0d066e 100644 --- a/m

[OE-core] [PATCH v2 7/9] udev: use 'echo' instead of 'echo -n' in init script

2011-12-22 Thread Otavio Salvador
Avoid using two stage progress output to avoid text garbage during parallel boot. Signed-off-by: Otavio Salvador --- meta/recipes-core/udev/udev/init |3 +-- meta/recipes-core/udev/udev_164.bb |2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/udev/

[OE-core] [PATCH v2 6/9] udev: improve udev-cache robustness

2011-12-22 Thread Otavio Salvador
* allow udev-cache to be disabled at runtime (using /etc/default/udev-cache); * make cache invalidated if kernel, bootparams or device list changes; Signed-off-by: Otavio Salvador --- meta/recipes-core/udev/udev.inc| 11 ++- meta/recipes-core/udev/udev/init

[OE-core] [PATCH v2 5/9] udev: skip mounting /dev on tmpfs if it is on devtmpfs

2011-12-22 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/recipes-core/udev/udev/init |2 +- meta/recipes-core/udev/udev_164.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/udev/udev/init b/meta/recipes-core/udev/udev/init index edc3c9a..d0d7e5d 100644 --- a/met

[OE-core] [PATCH v2 8/9] udev: run depmod if modules.dep doesn't exist

2011-12-22 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/recipes-core/udev/udev/init |5 + meta/recipes-core/udev/udev_164.bb |2 +- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/udev/udev/init b/meta/recipes-core/udev/udev/init index e053017..9b9e74d 100644 --- a/

[OE-core] [PATCH v2 4/9] udev: use tabs for init script (no code changes)

2011-12-22 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/recipes-core/udev/udev/init | 38 +++--- 1 files changed, 19 insertions(+), 19 deletions(-) diff --git a/meta/recipes-core/udev/udev/init b/meta/recipes-core/udev/udev/init index 073942f..edc3c9a 100644 --- a/meta/recipes-

[OE-core] [PATCH v2 3/9] udev: reorganize files of 164 version

2011-12-22 Thread Otavio Salvador
We merged both files and udev-164 directory onto a single directory and renamed udev-new.inc onto udev.inc as we have a single version of udev now. Signed-off-by: Otavio Salvador --- meta/recipes-core/udev/{udev-new.inc => udev.inc} |0 .../udev/{files => udev}/devfs-udev.rules |

[OE-core] [PATCH v2 2/9] udev-extraconf: move mount.blacklist to udev-extraconf dir

2011-12-22 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- .../udev/{files => udev-extraconf}/mount.blacklist |0 1 files changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-core/udev/{files => udev-extraconf}/mount.blacklist (100%) diff --git a/meta/recipes-core/udev/files/mount.blacklist b/meta/recipes

[OE-core] [PATCH v2 0/9] Major refactory of udev recipes

2011-12-22 Thread Otavio Salvador
The following changes since commit db446421933d640528328e46a29f828a36d6649b: multilib.conf: Enable shadow-sysroot and libffi (2011-12-21 17:24:37 +) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.com/OSSystems/oe-core/tree/HEAD Otavio S

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

2011-12-22 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 0/4] self-hosted-image: Add mini X

2011-12-22 Thread edwin . zhai
From: Zhai Edwin This is the new version modified according to Paul and Saul's comments: Use mini-x-session, change script name, and more accurate license. The following changes since commit 4648aadfe161d2e0ec51408f35fdf8996727bd22: ui/crumbs/hobprefs: trigger a reparse after changing IMAGE_F

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

2011-12-22 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] mini-x-session: Add this recipe as the session file for mini X

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

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

2011-12-22 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 .../builder/files/builder_hob_start.sh | 11 2 files changed, 38 insertions(+), 0 deletio

Re: [OE-core] [PATCH] webkit-gtk svn: update to r101488

2011-12-22 Thread Richard Purdie
On Thu, 2011-12-22 at 09:07 +0100, Martin Jansa wrote: > On Thu, Dec 22, 2011 at 09:03:46AM +0100, Koen Kooi wrote: > > > > Op 21 dec. 2011, om 08:40 heeft Martin Jansa het volgende geschreven: > > > > > On Tue, Dec 20, 2011 at 08:59:52AM +0100, Martin Jansa wrote: > > >> On Thu, Dec 15, 2011 at

Re: [OE-core] Regression bug: dbus messagebus user generation is wrong

2011-12-22 Thread Richard Purdie
On Thu, 2011-12-22 at 10:10 +0100, Martin Jansa wrote: > See http://bugzilla.pokylinux.org/show_bug.cgi?id=1711 > but it's still broken in some cases (on my buildhost 3 from 5 machines > are broken, 2 are working after last opkg changes). Do we have any more details on what is broken or how this i

Re: [OE-core] Regression bug: dbus messagebus user generation is wrong

2011-12-22 Thread Richard Purdie
On Thu, 2011-12-22 at 11:26 +0100, Koen Kooi wrote: > Op 22 dec. 2011, om 10:10 heeft Martin Jansa het volgende geschreven: > > > On Thu, Dec 22, 2011 at 09:49:01AM +0100, Bernhard Guillon wrote: > >> Hi all, > >> we switched the way we chown /usr/libexec/dbus-daemon-launch-helper > >> with this c

Re: [OE-core] Fetch errors from projects.o-hand.com

2011-12-22 Thread Paul Eggleton
Hi Khem, On Sunday 20 November 2011 08:18:47 Khem Raj wrote: > My build of core-image-sato is failing to fetch tars from > projects.o-hand.com > >... > > I dont have yocto project mirror in my fallback list. > > Should these files be fetched from these urls or should urls be > updated to fetch t

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

2011-12-22 Thread Sergey Lapin
On Wed, Dec 21, 2011 at 9:07 PM, Richard Purdie wrote: > 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_6

[OE-core] [PATCH oe-core] linux-dtb: add dtb into deploy cache package

2011-12-22 Thread b19537
From: Zhenhua Luo > current dtb is not included in the deploy cache package, dtb is missing when build kernel from caches Signed-off-by: Zhenhua Luo --- meta/recipes-kernel/linux/linux-dtb.inc |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/meta/recipes-

Re: [OE-core] Regression bug: dbus messagebus user generation is wrong

2011-12-22 Thread Koen Kooi
Op 22 dec. 2011, om 10:10 heeft Martin Jansa het volgende geschreven: > On Thu, Dec 22, 2011 at 09:49:01AM +0100, Bernhard Guillon wrote: >> Hi all, >> we switched the way we chown /usr/libexec/dbus-daemon-launch-helper >> with this commit: >> >> commit 46e6c3fa8034b12d178d605f3f5d7efe69671a13 >

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

2011-12-22 Thread Paul Eggleton
On Wednesday 21 December 2011 12:59:05 Mark Hatle wrote: > On 12/21/11 12:43 PM, Saul Wold wrote: > > Which is why I think this issue is cropping up. So, then the proposal > > should really be to add SUMMARY to all recipes and initially make it a > > warning for now if non-existent SUMMARY as with

Re: [OE-core] Regression bug: dbus messagebus user generation is wrong

2011-12-22 Thread Bernhard Guillon
On Thu, 22 Dec 2011, Martin Jansa wrote: See http://bugzilla.pokylinux.org/show_bug.cgi?id=1711 but it's still broken in some cases (on my buildhost 3 from 5 machines are broken, 2 are working after last opkg changes). Good test is to enable testlab and run this in your deploy/images director

Re: [OE-core] Regression bug: dbus messagebus user generation is wrong

2011-12-22 Thread Martin Jansa
On Thu, Dec 22, 2011 at 09:49:01AM +0100, Bernhard Guillon wrote: > Hi all, > we switched the way we chown /usr/libexec/dbus-daemon-launch-helper > with this commit: > > commit 46e6c3fa8034b12d178d605f3f5d7efe69671a13 > Author: Otavio Salvador > Date: Fri Oct 21 02:49:51 2011 + > > db

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

2011-12-22 Thread Phil Blundell
On Wed, 2011-12-21 at 23:55 -0800, Saul Wold wrote: > + exec_prefix = d.getVar('exec_prefix', True) > + sysroot_path = d.getVar('STAGING_DIR_TARGET', True) > + sysroot_path_usr = sysroot_path + exec_prefix > + > + try: > + ldd_outp

Re: [OE-core] Regression bug: dbus messagebus user generation is wrong

2011-12-22 Thread Richard Purdie
On Thu, 2011-12-22 at 09:49 +0100, Bernhard Guillon wrote: > we switched the way we chown /usr/libexec/dbus-daemon-launch-helper > with this commit: > > commit 46e6c3fa8034b12d178d605f3f5d7efe69671a13 > Author: Otavio Salvador > Date: Fri Oct 21 02:49:51 2011 + > > dbus: use useradd c

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

2011-12-22 Thread Phil Blundell
On Wed, 2011-12-21 at 23:55 -0800, Saul Wold wrote: > +BUILD_LDFLAGS += "-Wl,-rpath,${base_libdir}" Why is that required? p. ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listin

[OE-core] Regression bug: dbus messagebus user generation is wrong

2011-12-22 Thread Bernhard Guillon
Hi all, we switched the way we chown /usr/libexec/dbus-daemon-launch-helper with this commit: commit 46e6c3fa8034b12d178d605f3f5d7efe69671a13 Author: Otavio Salvador Date: Fri Oct 21 02:49:51 2011 + dbus: use useradd class to allow use in read-only filesystems Move creation of re

Re: [OE-core] [PATCH] webkit-gtk svn: update to r101488

2011-12-22 Thread Martin Jansa
On Thu, Dec 22, 2011 at 09:03:46AM +0100, Koen Kooi wrote: > > Op 21 dec. 2011, om 08:40 heeft Martin Jansa het volgende geschreven: > > > On Tue, Dec 20, 2011 at 08:59:52AM +0100, Martin Jansa wrote: > >> On Thu, Dec 15, 2011 at 04:16:17PM +0100, Koen Kooi wrote: > >>> ping > >> > >> I've tried

Re: [OE-core] [PATCH] webkit-gtk svn: update to r101488

2011-12-22 Thread Koen Kooi
Op 21 dec. 2011, om 08:40 heeft Martin Jansa het volgende geschreven: > On Tue, Dec 20, 2011 at 08:59:52AM +0100, Martin Jansa wrote: >> On Thu, Dec 15, 2011 at 04:16:17PM +0100, Koen Kooi wrote: >>> ping >> >> I've tried it with older midori-0.4.2 as well as with newer 0.4.3 (which >> I'll send