Re: [OE-core] [dora][backport from master] apmd.service: Fix typo (not mandatory EnvironmentFile prefix)

2014-07-18 Thread Sébastien Mennetrier
Ping Is it possible to cherry-pick this patch from Master to Dora ? Commit : b21468434c519927dace6a1433786ca7a0501172 Regards, Seb M 2014-07-09 16:24 GMT+02:00 Sébastien Mennetrier smennetr...@connected-labs.com: From: Tobias Blom tobias.b...@techne-dev.se Prefix to EnvironmentFile

Re: [OE-core] [oe-commits] Chen Qi : shadow: upgrade from 4.1.4.3 to 4.2.1

2014-07-18 Thread Martin Jansa
On Thu, Jul 17, 2014 at 11:36:33AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: b73e5cd51551556f9e6a4f7d9e7deec4d9d661bd URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=b73e5cd51551556f9e6a4f7d9e7deec4d9d661bd Author:

Re: [OE-core] [PATCH] rootfs: Remove the extraneous install directory

2014-07-18 Thread Paul Eggleton
Hi Saul, On Thursday 17 July 2014 13:34:09 Saul Wold wrote: [YOCTO #6497] Signed-off-by: Saul Wold s...@linux.intel.com --- Could you please add a proper commit message? How this directory gets created would be a good thing to mention. Thanks, Paul -- Paul Eggleton Intel Open Source

Re: [OE-core] [PATCH RFC 1/3] insane: Split do_package_qa into a separate task (from do_package)

2014-07-18 Thread Martin Jansa
On Thu, Jul 10, 2014 at 11:43:02PM -0300, Otavio Salvador wrote: Hello Richard, (added meta-freescale mailing list as it is related to meta-fsl-arm) On Wed, Jul 9, 2014 at 5:15 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Its possible to run the package QA checks as a

[OE-core] [PATCH] libdrm: enable freedreno experimental support

2014-07-18 Thread Nicolas Dechesne
The freedreno project is a free and open source linux driver for the 2D/3D GPUs in Qualcomm snapdragon SoCs. Support for freedreno in libdrm was added around 2.4.43. Signed-off-by: Nicolas Dechesne nicolas.deche...@linaro.org --- meta/recipes-graphics/drm/libdrm.inc | 6 -- 1 file changed,

[OE-core] [PATCH] subversion: Disable make install parallelism

2014-07-18 Thread Richard Purdie
The Makefile generation for subversion is horrible, I can't figure out where the dependencies are missing, it looks like they might be missing everywhere. Give up and disable parallel make install. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git

[OE-core] [PATCH 1/1] license.bbclass: fix indentation in python function

2014-07-18 Thread Roxana Ciobanu
If we don't fix this, the fix for bug 6502 will trigger warnings that the write_package_manifest function contains tabs. Related to fix for [YOCTO #6502]. Signed-off-by: Roxana Ciobanu roxana.ciob...@intel.com --- meta/classes/license.bbclass | 12 ++-- 1 file changed, 6 insertions(+),

[OE-core] [PATCH 0/1] Related to fix for YB6502

2014-07-18 Thread Roxana Ciobanu
The following changes since commit 1f45232dc008599501e138c5327c7f8a901dbf55: subversion: neon support was dropped, switch to serf (2014-07-17 23:13:59 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib roxana/license

[OE-core] [PATCH 1/1] image.bbclass/rootfs.py: add variables to rootfs[vardeps]

2014-07-18 Thread Roxana Ciobanu
Added base variables and package backend specific variables to rootfs[vardeps] in order for rootfs to rebuild when changes are made. Set some variables as [func] to inform bitbake that they are shell scripts, so that it invokes its shell dependency parsing. Without marking them as functions,

[OE-core] [PATCH 0/1] Fix for YB6502

2014-07-18 Thread Roxana Ciobanu
The following changes since commit 0662aa801237ac716e35c7930d857f98249db1cf: bdwgc: Add PACKAGECONFIG for libatomic-ops (2014-07-17 15:04:10 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib roxana/YB6502

Re: [OE-core] [PATCH] gcc-4.8: backport fix for ICE when building opus

2014-07-18 Thread Richard Purdie
On Fri, 2014-07-18 at 01:15 +0200, Martin Jansa wrote: From: Martin Jansa martin.ja...@lge.com * backported from 4.8.2, so daisy isn't affected Signed-off-by: Martin Jansa martin.ja...@lge.com --- meta/recipes-devtools/gcc/gcc-4.8.inc | 1 +

Re: [OE-core] [PATCH 1/1] package.bbclass: ensure correct modes on directories

2014-07-18 Thread Richard Purdie
On Thu, 2014-07-17 at 10:08 +0800, Chen Qi wrote: fstat = cpath.stat(src) os.mkdir(dest, fstat.st_mode) +os.chmod(dest, fstat.st_mode) This doesn't make sense. Shouldn't the fstat.st_mode to os.mkdir have taken care of the mode for us? Cheers,

[OE-core] [PATCH V2] user-session-units: added to oe-core

2014-07-18 Thread Valentin Popa
systemd needs this to launch user sessions. Signed-off-by: Valentin Popa valentin.p...@intel.com --- ...temd-login-lib-was-merged-into-libsystemd.patch | 28 ++ .../user-session-units/user-session-units_9.bb | 25 +++ 2 files changed, 53 insertions(+)

Re: [OE-core] [PATCH] gcc-4.8: backport fix for ICE when building opus

2014-07-18 Thread Martin Jansa
On Fri, Jul 18, 2014 at 02:24:26PM +0100, Richard Purdie wrote: On Fri, 2014-07-18 at 01:15 +0200, Martin Jansa wrote: From: Martin Jansa martin.ja...@lge.com * backported from 4.8.2, so daisy isn't affected Signed-off-by: Martin Jansa martin.ja...@lge.com ---

Re: [OE-core] [PATCH 1/1] image.bbclass/rootfs.py: add variables to rootfs[vardeps]

2014-07-18 Thread Burton, Ross
On 18 July 2014 14:20, Roxana Ciobanu roxana.ciob...@intel.com wrote: +def rootfs_variables(d): +from oe.rootfs import variable_depends +deps = variable_depends(d) +variables = IMAGE_DEVICE_TABLES BUILD_IMAGES_FROM_FEEDS IMAGE_TYPEDEP_ IMAGE_TYPES_MASKED IMAGE_ROOTFS_ALIGNMENT

[OE-core] [PATCH v2] alsa-tools: Disable use of GTK+ when not using X11

2014-07-18 Thread Otavio Salvador
The GTK+3 does not provide support for DirectFB backend so we cannot enable GTK+ features of alsa-tools in this case; GTK+2 does not provide support for Wayland. This patch changes GTK+ support to be enabled only when X11 support is enabled. Signed-off-by: Otavio Salvador ota...@ossystems.com.br

[OE-core] [PATCH] rootfs: Remove the extraneous install directory

2014-07-18 Thread Saul Wold
The /install/tmp diectory is created during installation by the smart package manager, we need to clean it up here [YOCTO #6497] Signed-off-by: Saul Wold s...@linux.intel.com --- meta/lib/oe/rootfs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/lib/oe/rootfs.py

Re: [OE-core] [yocto] [PATCH] _json module arbitrary process memory read vulnerability

2014-07-18 Thread Saul Wold
On 07/17/2014 03:27 AM, Daniel BORNAZ wrote: python-native: _json module arbitrary process memory read vulnerability This should be the proper subject of the mail and commit, please update and see below. http://bugs.python.org/issue21529 Python 2 and 3 are susceptible to arbitrary process

Re: [OE-core] [PATCH V2] user-session-units: added to oe-core

2014-07-18 Thread Saul Wold
On 07/18/2014 07:06 AM, Valentin Popa wrote: systemd needs this to launch user sessions. Signed-off-by: Valentin Popa valentin.p...@intel.com --- ...temd-login-lib-was-merged-into-libsystemd.patch | 28 ++ .../user-session-units/user-session-units_9.bb | 25

[OE-core] [PATCH 0/1] pseudo 1.6.1

2014-07-18 Thread Peter Seebach
* Remove the uninformative already offline message. * Stop trying to request x86-specific versions of memcpy on non-x86. Tarball's been submitted to pidge but may take a while to show up. The following changes since commit a449598a839e677e2a094aa4bd9a68003de6e42e: bdwgc: Add PACKAGECONFIG

[OE-core] [PATCH 1/1] pseudo: uprev to 1.6.1

2014-07-18 Thread Peter Seebach
Pseudo now automatically tries to shut down the server after running single commands under pseudo (pseudo cmd), which means it can print a useless server already offline message in some cases. The message has been changed to a debugging message only. The glibc symbol versions for memcpy were

[OE-core] patches can be either .patch or .diff files, yes?

2014-07-18 Thread Robert P. J. Day
not sure where i saw this recently (i'll track it down), but some OE or yocto doc claimed that patch files *must* be suffixed with .patch. i'm pretty sure it can be either .patch or .diff, correct? as in, it's perfectly valid to do this in a .bbappend file: SRC_URI +=

Re: [OE-core] patches can be either .patch or .diff files, yes?

2014-07-18 Thread Burton, Ross
On 18 July 2014 19:58, Robert P. J. Day rpj...@crashcourse.ca wrote: not sure where i saw this recently (i'll track it down), but some OE or yocto doc claimed that patch files *must* be suffixed with .patch. i'm pretty sure it can be either .patch or .diff, correct? as in, it's perfectly

Re: [OE-core] [oe-commits] Cristian Iorga : qemu: fix qemu-native pkg-config paths

2014-07-18 Thread Martin Jansa
On Thu, Jul 03, 2014 at 04:47:08PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 68a5ed337f8f7ee8e5bf55542ec82d786eb754db URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=68a5ed337f8f7ee8e5bf55542ec82d786eb754db Author:

Re: [OE-core] patches can be either .patch or .diff files, yes?

2014-07-18 Thread Robert P. J. Day
On Fri, 18 Jul 2014, Burton, Ross wrote: On 18 July 2014 19:58, Robert P. J. Day rpj...@crashcourse.ca wrote: not sure where i saw this recently (i'll track it down), but some OE or yocto doc claimed that patch files *must* be suffixed with .patch. i'm pretty sure it can be either .patch

Re: [OE-core] [PATCH 2/2] default-distrovars: update license whitelists to use canonical names

2014-07-18 Thread Saul Wold
On 07/16/2014 02:08 PM, Ross Burton wrote: Now that all licenses are canonicalised to SPDX names when processing, we need to rename the whitelists to the match. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/conf/distro/include/default-distrovars.inc |6 +++--- 1 file changed,

[OE-core] [PATCH] kernelshark: Remove trace-cmd from the kernelshark package

2014-07-18 Thread Darren Hart
Fixes [YOCTO 6550] Images installing both trace-cmd and kernelshark would fail with: error: file /usr/bin/trace-cmd conflicts between attempted installs of kernelshark-1.2+git0+7055ffd37b-r3.core2_32 and trace-cmd-1.2+git0+7055ffd37b-r3.core2_32 This patch removes ${bindir}/trace-cmd from the

Re: [OE-core] [PATCH 2/2] default-distrovars: update license whitelists to use canonical names

2014-07-18 Thread Richard Purdie
On Fri, 2014-07-18 at 15:35 -0700, Saul Wold wrote: On 07/16/2014 02:08 PM, Ross Burton wrote: Now that all licenses are canonicalised to SPDX names when processing, we need to rename the whitelists to the match. Signed-off-by: Ross Burton ross.bur...@intel.com ---