[OE-core] [PATCH] lttng-modules: update to 2.4.1 version

2014-04-13 Thread Chunrong Guo
*This updates lttng-modules for 2.4.1 and it also fixes the build with 3.13 Linux kernel. Signed-off-by: Chunrong Guo --- .../lttng/lttng-modules/bio-bvec-iter.patch| 156 - meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb | 38 - meta/recipes-kernel/l

Re: [OE-core] [PATCH 1/1] tar: set acpaths to avoid "Argument list too long" error

2014-04-13 Thread Chong Lu
ping On 04/09/2014 05:44 PM, Chong Lu wrote: There would be an error when the TMPDIR is long/deep, for example when len(TMPDIR) = 410 while our supported longest value is 410: aclocal: error: cannot open xxx autoreconf: aclocal failed with exit status: 1 ERROR: autoreconf executi

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

2014-04-13 Thread Chong Lu
ping On 04/08/2014 11:30 AM, 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] Signed-

[OE-core] [PATCH 1/1] pixbuff.bbclass: check for gdk-pixbuf-query-loaders errors

2014-04-13 Thread Joe Slater
If we do not see all the bits we need during populate_sysroot_setscene, we do not want to keep quiet about it and let somebody get screwed later. By error exiting, we let bitbake try to recover by rebuilding the package. This will, hopefully, fix any dependency issues, etc, but if not, at least w

Re: [OE-core] [Patch v2 1/1] meta-skeleton: linux-yocto-custom.bb: use machine overrides

2014-04-13 Thread Richard Purdie
On Sun, 2014-04-13 at 15:43 +, Hart, Darren wrote: > Indeed, because the SRCURI was made machine specific. In the case of > Linux Yocto custom... Their is no namespace pollution to worry about, > as there is with Linux Yocto... Should we perhaps drop all the > overrides and provide comented exa

[OE-core] Package sambaserver_3.0.37-r9_mips32el

2014-04-13 Thread Michael Neurohr
Hi, there seem to be a bug within the provided Samba server in the package sambaserver_3.0.37-r9_mips32el.ipk. When trying to access Samba server as a non root user, the following appears in the log: [1] On the Samba mailing list I found a hint that the problem rises during the "./configure" comm

Re: [OE-core] [Patch v2 1/1] meta-skeleton: linux-yocto-custom.bb: use machine overrides

2014-04-13 Thread Hart, Darren
Indeed, because the SRCURI was made machine specific. In the case of Linux Yocto custom... Their is no namespace pollution to worry about, as there is with Linux Yocto... Should we perhaps drop all the overrides and provide comented examples instead? On Apr 13, 2014 8:39 AM, Richard Purdie wr

Re: [OE-core] [Patch v2 1/1] meta-skeleton: linux-yocto-custom.bb: use machine overrides

2014-04-13 Thread Richard Purdie
On Fri, 2014-04-11 at 10:59 -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > Use machine overrides for variables for this skeleton kernel recipe > so that people following skeleton do it right at the beginning. > > The machine overrides for the variables reduces variable name-s