[OE-core] [PATCH v3] rootfs.py: introduce USE_DEVFS check

2014-04-03 Thread Matthieu Crapet
Since commit a83144bac8d67704ff66f5dc0fc56f5b63979694 (2014-02-11), USE_DEVFS is not considered anymore. For compatibility, let's restore USE_DEVFS semantic. Also add USE_DEVFS to documentation.conf. Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com --- meta/conf/documentation.conf |

Re: [OE-core] [oe-commits] Bruce Ashfield : linux-yocto/3.10: fix drm build failure

2014-04-03 Thread Richard Purdie
On Wed, 2014-04-02 at 19:07 +0200, Martin Jansa wrote: On Mon, Mar 31, 2014 at 11:51:05PM +0200, Martin Jansa wrote: I can confirm that that is the right revision. I wonder what the fetcher is doing, or is something in the infrastructure caching and older revision ? Sorry for noise,

Re: [OE-core] [RFC][PATCH] files/device_table-minimal.txt: cleanup

2014-04-03 Thread Richard Purdie
On Wed, 2014-04-02 at 18:46 +0200, Matthieu Crapet wrote: This device list is only used if USE_DEVFS is set to '0' (which is NOT the default since 2013-12-14, see commit f54fdd6673a136ee1cee1f3263a8a7820de43ca3) and if IMAGE_DEVICE_TABLE and IMAGE_DEVICE_TABLES are not set. This is, of

[OE-core] [PATCH 0/1] python: fix build error with Readline 6.3

2014-04-03 Thread Chong Lu
The following changes since commit a5775abb1951ec6cdc7afacd1ae87189e398cff8: bitbake: user-manual-metadata.xml: Added new section on mapping functions. (2014-04-02 14:15:35 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/python

[OE-core] [PATCH 1/1] python: fix build error with Readline 6.3

2014-04-03 Thread Chong Lu
Backport two patches from upstream: use new readline function types (closes #20374) Issue #20374: Avoid compiler warnings when compiling readline with libedit. [YOCTO #6107] Signed-off-by: Chong Lu chong...@windriver.com --- .../recipes-devtools/python/python-native_2.7.3.bb | 1 +

Re: [OE-core] [RFC][PATCH] files/device_table-minimal.txt: cleanup

2014-04-03 Thread Matthieu CRAPET
Hi Richard, If I remember correctly, mmc devices are dynamically allocated numbers. Well, in my work experience, I always used this. However, according to include/uapi/linux/major.h: #define MMC_BLOCK_MAJOR 179 I only see ttyS, not S0 or S1? According to file: /dev/ttyS c 640

Re: [OE-core] relocate_sdk.py: Possible bug, /lib64/ld-linux-x86-64.so.2 not relocated

2014-04-03 Thread Stefan Agner
Hi Laurentiu, Am 2014-03-03 09:38, schrieb Laurentiu Palcu: This is the correct behavior. We shouldn't relocate binaries that use host's dynamic loader. When I install the SDK with -S (copy the relocate scripts), and remove the condition around line 95, the binaries work as expected. Can

Re: [OE-core] relocate_sdk.py: Possible bug, /lib64/ld-linux-x86-64.so.2 not relocated

2014-04-03 Thread Laurentiu Palcu
Hi Stefan, Can you please have a look at the binaries before relocation? Just to make sure... So, for that, run the installer with -R option: ./your_toolchain_installer.sh -R Here, I'm interested which is the default suggested path (see below): Enter target directory for SDK (default:

[OE-core] [PATCH] selftest/sstatetests.py: Added 'populate_lic' to ignore_patterns

2014-04-03 Thread Corneliu Stoicescu
Because the sstate-cache-management script does not remove populate_lic sstate files, we should ignore them when checking for removed files. Signed-off-by: Corneliu Stoicescu corneliux.stoice...@intel.com --- meta/lib/oeqa/selftest/sstatetests.py | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [OE-core] [PATCH 1/1] gtk+3: set proper FLAGS for native

2014-04-03 Thread Robert Yang
On 03/31/2014 10:07 PM, Burton, Ross wrote: On 30 March 2014 11:30, Robert Yang liezhi.y...@windriver.com wrote: ++CFLAGS = @CFLAGS_FOR_BUILD@ ++CPPFLAGS = @CPPFLAGS_FOR_BUILD@ ++LDFLAGS = @LDFLAGS_FOR_BUILD@ So the problem is that the environment is providing a CFLAGS variable that

[OE-core] [PATCH 0/1] useradd_base.bbclass: sleep more and more seconds (up to 10)

2014-04-03 Thread Robert Yang
The following changes since commit c1ba851727a9c0d2c075f2fba7980913280e84da: gtk+3: set proper FLAGS for native (2014-04-03 17:27:18 +0800) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/sleep

[OE-core] [PATCH 1/1] useradd_base.bbclass: sleep more and more seconds (up to 10)

2014-04-03 Thread Robert Yang
Currently, it would sleep 1 second when fail to add the user, this maybe not enough when we use the sstate cache, as my test shows below, nearly all the useradd actions are doing in the same minute when mirror from ssate cache, and it would fail when the load is high, I got these time by adding

[OE-core] cmake-native also depends on acl-native (was Re: cmake-native: Depend on ncurses-native too)

2014-04-03 Thread Mike Crowe
On Tuesday 01 April 2014 at 21:59:34 -0700, Khem Raj wrote: On Tue, Apr 1, 2014 at 3:11 AM, Mike Crowe m...@mcrowe.com wrote: It seems to be possible to disable building the CursesDialog component to remove the need for ncurses but I couldn't immediately see how to do that for a bootstrap

Re: [OE-core] [PATCH] nss: avoid to use the hardcode kernel version

2014-04-03 Thread Richard Purdie
On Wed, 2014-04-02 at 10:35 +0800, Kang Kai wrote: On 2014年03月31日 22:20, Kai Kang wrote: From: Roy Li rongqing...@windriver.com When native package is built, use the uname to return the kernel version. When target is built, read kernel version from

[OE-core] State of bitbake world, Failed tasks 2014-04-03

2014-04-03 Thread Martin Jansa
On Sun, Mar 30, 2014 at 01:28:00AM +0100, Martin Jansa wrote: Be aware that I plan to run test-dependencies script for next few days, so changes to meta-oe will be delayed until it's finished and I can use jenkins again to test incoming changes. I've just started this long test-dependencies

Re: [OE-core] [PATCH] nss: avoid to use the hardcode kernel version

2014-04-03 Thread Paul Eggleton
On Thursday 03 April 2014 13:00:09 Richard Purdie wrote: On Wed, 2014-04-02 at 10:35 +0800, Kang Kai wrote: On 2014年03月31日 22:20, Kai Kang wrote: From: Roy Li rongqing...@windriver.com When native package is built, use the uname to return the kernel version. When target is

Re: [OE-core] [PATCH] nss: avoid to use the hardcode kernel version

2014-04-03 Thread Phil Blundell
On Thu, 2014-04-03 at 14:13 +0100, Paul Eggleton wrote: Incidentally, I think maybe for 1.7 it's time we bumped OLDEST_KERNEL. What a sensible minimum would be though I'm not sure. The minimum version for udev 182 would be one choice, but I believe there are people still using older kernels

Re: [OE-core] [PATCH] nss: avoid to use the hardcode kernel version

2014-04-03 Thread Paul Eggleton
On Thursday 03 April 2014 14:49:05 Phil Blundell wrote: On Thu, 2014-04-03 at 14:13 +0100, Paul Eggleton wrote: Incidentally, I think maybe for 1.7 it's time we bumped OLDEST_KERNEL. What a sensible minimum would be though I'm not sure. The minimum version for udev 182 would be one choice,

Re: [OE-core] [dora][PATCH] opkg-utils: Update to latest git master

2014-04-03 Thread Robert Yang
On 04/01/2014 09:04 PM, Paul Barker wrote: On 1 April 2014 13:29, Paul Barker p...@paulbarker.me.uk wrote: On 1 April 2014 01:58, Denys Dmytriyenko de...@denix.org wrote: From: Denys Dmytriyenko de...@ti.com The latest commit in opkg-utils allows packages created by opkg-build to be read by

Re: [OE-core] State of bitbake world, Failed tasks 2014-04-03

2014-04-03 Thread Andreas Müller
On Thu, Apr 3, 2014 at 3:06 PM, Martin Jansa martin.ja...@gmail.com wrote: On Sun, Mar 30, 2014 at 01:28:00AM +0100, Martin Jansa wrote: Be aware that I plan to run test-dependencies script for next few days, so changes to meta-oe will be delayed until it's finished and I can use jenkins again

[OE-core] [PATCH] RFC, DO-NOT-MERGE gcc-cross: don't create symlinks for tools which don't exist

2014-04-03 Thread Martin Jansa
* RFC only, because it maybe doesn't fix any real issue (I've noticed only because I was comparing 2 sysroots debuging some other issues and was wondering why we have so many dangling symlinks). * first symlink is bypassing sstate (created in ${STAGING_DIR_NATIVE} instead of

Re: [OE-core] [dora][PATCH] opkg-utils: Update to latest git master

2014-04-03 Thread Denys Dmytriyenko
On Tue, Apr 01, 2014 at 02:04:03PM +0100, Paul Barker wrote: On 1 April 2014 13:29, Paul Barker p...@paulbarker.me.uk wrote: On 1 April 2014 01:58, Denys Dmytriyenko de...@denix.org wrote: From: Denys Dmytriyenko de...@ti.com The latest commit in opkg-utils allows packages created by

Re: [OE-core] [PATCH V3 1/1] dbus: fix a hard dependency about dbus-ptest

2014-04-03 Thread Saul Wold
On 03/18/2014 07:00 PM, Chong Lu wrote: If image contains dbus and ptest is in DISTRO_FEATURES, dbus-ptest package is installed, regardless of whether ptest-pkgs is in IMAGE_FEATURES. This issue will increase size for most small images. This patch fixes this problem. [YOCTO #5702]

Re: [OE-core] [PATCH 1/1] useradd_base.bbclass: sleep more and more seconds (up to 10)

2014-04-03 Thread Saul Wold
On 04/03/2014 02:59 AM, Robert Yang wrote: Currently, it would sleep 1 second when fail to add the user, this maybe not enough when we use the sstate cache, as my test shows below, nearly all the useradd actions are doing in the same minute when mirror from ssate cache, and it would fail when

Re: [OE-core] [dora][PATCH] opkg-utils: Update to latest git master

2014-04-03 Thread Martin Jansa
On Thu, Apr 03, 2014 at 12:23:12PM -0400, Denys Dmytriyenko wrote: On Tue, Apr 01, 2014 at 02:04:03PM +0100, Paul Barker wrote: On 1 April 2014 13:29, Paul Barker p...@paulbarker.me.uk wrote: On 1 April 2014 01:58, Denys Dmytriyenko de...@denix.org wrote: From: Denys Dmytriyenko

[OE-core] [PATCH 1/2] busybox: Use CCLD

2014-04-03 Thread Drew Moseley
Use the CCLD variable to ensure proper tuning parameters. Notably when building on a x86-64 host with an i686 toolchain there is an error building built-in.o because it is trying to link 32-bit and 64-bit object files: i686-pc-linux-gnu-ld

[OE-core] [PATCH 2/2] busybox: Specify '-nostdlib' when linking to a .o file.

2014-04-03 Thread Drew Moseley
Ensure that linking to the built-in.a file uses the 'nostlib' option. Submitted to busybox mailing list here: http://lists.busybox.net/pipermail/busybox/2014-March/080730.html This has been accepted into upstream busybox so it will not be needed for future versions. Signed-off-by: Drew

[OE-core] [PATCH] sysvinit: fix the bootlogd init script header

2014-04-03 Thread rongqing.li
From: Roy Li rongqing...@windriver.com fix the bootlogd init script header, to make chkconfig be able to work on bootlogd Signed-off-by: Roy Li rongqing...@windriver.com --- meta/recipes-core/sysvinit/sysvinit/bootlogd.init | 18 +++--- 1 file changed, 11 insertions(+), 7

Re: [OE-core] [PATCH] nss: avoid to use the hardcode kernel version

2014-04-03 Thread Kang Kai
On 2014年04月03日 20:00, Richard Purdie wrote: On Wed, 2014-04-02 at 10:35 +0800, Kang Kai wrote: On 2014年03月31日 22:20, Kai Kang wrote: From: Roy Li rongqing...@windriver.com When native package is built, use the uname to return the kernel version. When target is built, read kernel version from

[OE-core] [dora] [PATCH 0/2] two fixes for dora

2014-04-03 Thread Robert Yang
Hi RP, Here are two fixes which are sent by Mats Karrman and Valentin Popa for dora. // Robert The following changes since commit ec8ae16e35fd7db6a5bb12412d50ab6f355b0f6e: image_types.bbclass: use 4096 instead of 8192 bytes-per-inode (2014-03-26 09:43:52 +) are available in the git

[OE-core] [PATCH 2/2] eglibc 2.18: powerpc: Fix time related syscalls

2014-04-03 Thread Robert Yang
From: Mats Kärrman mats.karr...@tritech.se Concatenated fix of PowerPC time related system calls in eglibc 2.18 taken from upstream glibc. See credits in patch header. The effect is that some time related system calls returns nothing or garbage. Fix tested on PowerPC e300c3. Eglibc 2.17 does

[OE-core] [PATCH 1/2] mesa: build fix for gallium-egl

2014-04-03 Thread Robert Yang
From: Valentin Popa valentin.p...@intel.com (*) add MESA_EGL_NO_X11_HEADERS to defines (*) avoid altering eglplatform.h from {top_srcdir}/include using an alternative to 0003-EGL-Mutate-NativeDisplayType-depending-on-config patch. [YOCTO #5882] Signed-off-by: Valentin Popa