[OE-core] [PATCH] python-smartpm: fix option typo of command channel

2014-07-30 Thread Kai Kang
When run smart, it fails: root@qemu1:~# smart channel --remove-all error: No action specified for command 'channel' If no default value of arg 'dest' is provided in method add_option() of optparse.OptionParser, it replaces hyphen('-') in new added option with underscore('_') as dest. In

Re: [OE-core] State of bitbake world, test-dependencies 2014-07-24

2014-07-30 Thread Martin Jansa
On Thu, Jul 24, 2014 at 12:53:36PM +0200, Martin Jansa wrote: So it looks like we're again in better shape, but something is strange with this new insane_qa check for build dependencies, since it was introduced in master-next it finds more issues than test-dependencies.sh did and vice-versa

[OE-core] [PATCH v2] alsa-lib: Add upgrade path for alsa-dev

2014-07-30 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Previous commit removed non PN based -dev packages but lack of upgrade path for alsa-dev. Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta/recipes-multimedia/alsa/alsa-lib_1.0.27.2.bb |4 1 file changed, 4 insertions(+) diff

Re: [OE-core] [oe-core][PATCH] base-files: set dynamic COLUMNS via resize command

2014-07-30 Thread ting....@freescale.com
-Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Wednesday, July 30, 2014 1:57 PM To: Liu Ting-B28495 Cc: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [oe-core][PATCH] base-files: set dynamic COLUMNS via resize command On Tue, Jul 29,

[OE-core] [PATCH] ghostscript: add missing dependencies on libgcrypt and libgpg-error

2014-07-30 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Fix error: tmp/sysroots/x86_64-linux/usr/libexec/x86_64-wrs-linux/gcc/x86_64-wrs-linux/4.9.0/ld: cannot find -lgcrypt tmp/sysroots/x86_64-linux/usr/libexec/x86_64-wrs-linux/gcc/x86_64-wrs-linux/4.9.0/ld: cannot find -lgpg-error Signed-off-by:

Re: [OE-core] [PATCH] i2c-tools: Uprev to 3.1.1

2014-07-30 Thread Maxin B. John
Hi Khem, On Tue, Jul 29, 2014 at 10:55:06PM -0700, Khem Raj wrote: On Tue, Jul 29, 2014 at 4:27 AM, Maxin B. John maxin.j...@enea.com wrote: +SRC_URI = http://dl.lm-sensors.org/i2c-tools/releases/${PN}-${PV}.tar.bz2 \ use BP instead of PN-PV Thanks for the review. I will update it and

[OE-core] [PATCH v2] i2c-tools: Uprev to 3.1.1

2014-07-30 Thread Maxin B. John
1. Updated the SRC_URI to http://dl.lm-sensors.org/i2c-tools/ 2. Corrected the License to GPLv2+ as the COPYING file include these statements: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the

[OE-core] [PATCH v3 3/7] gstreamer1.0-plugins-good: upgrade to 1.4.0

2014-07-30 Thread Carlos Rafael Giani
* xvideo options removed, since the V4L2 XV support never became upstream and is pretty much dead now Signed-off-by: Carlos Rafael Giani d...@pseudoterminal.org --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 4 ++-- ...er1.0-plugins-good_1.2.4.bb =

[OE-core] [PATCH v3 1/7] gstreamer1.0: upgrade to 1.4.0

2014-07-30 Thread Carlos Rafael Giani
* Backported patch removed, since it is already included in this release Signed-off-by: Carlos Rafael Giani d...@pseudoterminal.org --- ...s-rate-of-input-segment-to-output-segment.patch | 32 -- ...gstreamer1.0_1.2.4.bb = gstreamer1.0_1.4.0.bb} | 5 ++-- 2 files changed, 2

[OE-core] [PATCH v3 6/7] gstreamer1.0-libav: upgrade to 1.4.0

2014-07-30 Thread Carlos Rafael Giani
* Backported patch removed, since it is already included in this release Signed-off-by: Carlos Rafael Giani d...@pseudoterminal.org --- .../videodec-Don-t-use-non-growable-pool.patch | 75 -- ...-libav_1.2.4.bb = gstreamer1.0-libav_1.4.0.bb} | 7 +- 2 files changed, 3

[OE-core] [PATCH v3 2/7] gstreamer1.0-plugins-base: upgrade to 1.4.0

2014-07-30 Thread Carlos Rafael Giani
Signed-off-by: Carlos Rafael Giani d...@pseudoterminal.org --- ...er1.0-plugins-base_1.2.4.bb = gstreamer1.0-plugins-base_1.4.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.2.4.bb =

[OE-core] [PATCH v3 5/7] gstreamer1.0-plugins-ugly: upgrade to 1.4.0

2014-07-30 Thread Carlos Rafael Giani
Signed-off-by: Carlos Rafael Giani d...@pseudoterminal.org --- ...er1.0-plugins-ugly_1.2.4.bb = gstreamer1.0-plugins-ugly_1.4.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.2.4.bb =

[OE-core] [PATCH v3 7/7] gstreamer1.0-omx: upgrade to 1.2.0

2014-07-30 Thread Carlos Rafael Giani
Signed-off-by: Carlos Rafael Giani d...@pseudoterminal.org --- .../{gstreamer1.0-omx_1.0.0.bb = gstreamer1.0-omx_1.2.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.0.0.bb = gstreamer1.0-omx_1.2.0.bb} (69%)

[OE-core] [PATCH v3 4/7] gstreamer1.0-plugins-bad: upgrade to 1.4.0

2014-07-30 Thread Carlos Rafael Giani
* eglglessink was replaced by glimagesink * sndfile plugin has been ported to 1.0 * webp support added since libwep recipe has been added to meta-multimedia * mfc was replaced by v4l2videodec, which does not need special flags * cdaudio was removed * directshow plugin was replaced by winks

Re: [OE-core] ptest formatting

2014-07-30 Thread Stoicescu, CorneliuX
Hello Eric, I am happy to see you are also working on this. We already have 2 features that should be implemented in 1.7 related to this that should help along with integrating ptest with automated tests. These features use the current ‘testimage’ framework that runs runtime tests on both QEMU

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

2014-07-30 Thread Martin Jansa
On Fri, Jul 18, 2014 at 10:50:12PM +0200, Martin Jansa wrote: On Thu, Jul 03, 2014 at 04:47:08PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 68a5ed337f8f7ee8e5bf55542ec82d786eb754db URL:

Re: [OE-core] [PATCH] barebox: Add recipe

2014-07-30 Thread David Vincent
Hi all, Sorry to come back on this subject, but what is the current status of this request? Do you need more background? Are you waiting for more opinions or a vote on this subject? Should I submit a v2 of this patch with what we have discussed to make it more polished for OE-Core (or another

[OE-core] [PATCH] psmisc: Typo in fuser makes -M on all the time (backport)

2014-07-30 Thread Patrice B
I encountered this bug in psmisc 22.21. Since it is fixed in main stream, I proposed this patch created from psmisc git. More info here : http://sourceforge.net/p/psmisc/code/ci/3638cc55b4d08851faba46635d737b24d016665b/ Brad found that fuser had the -M option on all the time. A simple but

[OE-core] [oe-core][PATCH v2] base-files: set dynamic COLUMNS via resize command

2014-07-30 Thread ting.liu
From: Ting Liu ting@freescale.com By default, COLUMNS is set to 80. If possible, run 'resize' to determine what the current dimensions are. This avoids the final part of long lines overlap the start of the same line. Signed-off-by: Ting Liu ting@freescale.com --- changes in v2: *

Re: [OE-core] [oe-core][PATCH v2] base-files: set dynamic COLUMNS via resize command

2014-07-30 Thread Martin Jansa
On Wed, Jul 30, 2014 at 06:23:41PM +0800, ting@freescale.com wrote: From: Ting Liu ting@freescale.com By default, COLUMNS is set to 80. If possible, run 'resize' to determine what the current dimensions are. This avoids the final part of long lines overlap the start of the same line.

Re: [OE-core] [PATCH] barebox: Add recipe

2014-07-30 Thread Stefan Müller-Klieser
Hello everybody, it happened that I am also preparing our barebox recipe for OE-core. I started similar to David but it evolved already. I added support for packages, configuration fragments and an the ipl, needed for some SoCs. I will send it to the list for comments. Even if it will not be

[OE-core] [RFC 0/1] add support for the barebox bootloader

2014-07-30 Thread Stefan Müller-Klieser
I would be happy about comments on our barebox recipe and provide a story for it to be moved into OE-core: The barebox is a bootloader created by and for kernel developers. Its system design and user interface is kept in close relation to the linux kernel. It has support for

[OE-core] [RFC 1/1] add support for the barebox bootloader

2014-07-30 Thread Stefan Müller-Klieser
Barebox is a bootloader that inherits the best of U-Boot and the Linux kernel. The barebox uses kconfig and kbuild mechanisms similar to the Linux kernel. This is reflected in the recipe. As soon as this functionality gets more abstraction in classes, the barebox recipe can be simplified. The

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

2014-07-30 Thread Richard Purdie
On Wed, 2014-07-30 at 11:32 +0200, Martin Jansa wrote: On Fri, Jul 18, 2014 at 10:50:12PM +0200, Martin Jansa wrote: On Thu, Jul 03, 2014 at 04:47:08PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 68a5ed337f8f7ee8e5bf55542ec82d786eb754db

[OE-core] [PATCH] qemu.inc: Allow optional use of pkg-config from the HOST

2014-07-30 Thread Richard Purdie
Currently, if pkg-config isn't installed on the build system, this code can cause an error. We don't need to require this, only use it if its present so allow the test to fail gracefully. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git

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

2014-07-30 Thread Martin Jansa
On Wed, Jul 30, 2014 at 02:28:28PM +0100, Richard Purdie wrote: On Wed, 2014-07-30 at 11:32 +0200, Martin Jansa wrote: On Fri, Jul 18, 2014 at 10:50:12PM +0200, Martin Jansa wrote: On Thu, Jul 03, 2014 at 04:47:08PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git

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

2014-07-30 Thread Richard Purdie
On Wed, 2014-07-30 at 16:05 +0200, Martin Jansa wrote: On Wed, Jul 30, 2014 at 02:28:28PM +0100, Richard Purdie wrote: On Wed, 2014-07-30 at 11:32 +0200, Martin Jansa wrote: I'm assuming in your case, you probably either don't have or care about SDL at all, or you have sdl-config

Re: [OE-core] [RFC 1/1] add support for the barebox bootloader

2014-07-30 Thread David Vincent
Hi Stefan, This recipe is more complete than what I've previously submitted and, I think, is a better base for barebox initial support in OE-Core. Just like it has already been said, maybe barebox target tools should have their own recipe. However, I'd be happy to help further developments on

[OE-core] [PATCH] oeqa/utils/decorators.py: add import os

2014-07-30 Thread Corneliu Stoicescu
An 'import os' was omitted here while testing the previous decorators using runtime tests that import the os module before this one. Unfortunately oe-selftest fails because of this missing import. Signed-off-by: Corneliu Stoicescu corneliux.stoice...@intel.com ---

[OE-core] [RFC][PATCH] qemu.bbclass: add -r ${OLDEST_KERNEL} parameter

2014-07-30 Thread Martin Jansa
* in some cases (e.g. with external toolchain which doesn't respect our reasonably old version set in OLDEST_KERNEL) it's possible to have libc which requires newer kernel than what we have on builders, qemu supports -r param to use different uname than what's returned by host system. *

Re: [OE-core] [PATCH] psmisc: Typo in fuser makes -M on all the time (backport)

2014-07-30 Thread Saul Wold
On 07/30/2014 03:04 AM, Patrice B wrote: I encountered this bug in psmisc 22.21. Since it is fixed in main stream, I proposed this patch created from psmisc git. More info here : http://sourceforge.net/p/psmisc/code/ci/3638cc55b4d08851faba46635d737b24d016665b/ Brad found that fuser had the -M

[OE-core] freetype-config broken?

2014-07-30 Thread Gary Thomas
The behaviour of 'freetype-config' (from freetype-native) has changed since this commit: commit 3476a49b10093c58b2f89e3d9a8527224f1bd7f6 Author: Richard Purdie richard.pur...@linuxfoundation.org Date: Thu May 22 10:59:33 2014 +0100 binconfig-disabled: Add class and use This is

Re: [OE-core] [RFC 1/1] add support for the barebox bootloader

2014-07-30 Thread Saul Wold
On 07/30/2014 04:49 AM, Stefan Müller-Klieser wrote: Barebox is a bootloader that inherits the best of U-Boot and the Linux kernel. The barebox uses kconfig and kbuild mechanisms similar to the Linux kernel. This is reflected in the recipe. As soon as this functionality gets more abstraction in

Re: [OE-core] [PATCH] barebox: Add recipe

2014-07-30 Thread Khem Raj
On Wed, Jul 30, 2014 at 4:46 AM, Stefan Müller-Klieser s.mueller-klie...@phytec.de wrote: it happened that I am also preparing our barebox recipe for OE-core. I started similar to David but it evolved already. I added support for packages, configuration fragments and an the ipl, needed for

Re: [OE-core] freetype-config broken?

2014-07-30 Thread Martin Jansa
On Wed, Jul 30, 2014 at 10:37:16AM -0600, Gary Thomas wrote: The behaviour of 'freetype-config' (from freetype-native) has changed since this commit: commit 3476a49b10093c58b2f89e3d9a8527224f1bd7f6 Author: Richard Purdie richard.pur...@linuxfoundation.org Date: Thu May 22 10:59:33

[OE-core] Fwd: Add recipe to openembedded, adjust layer

2014-07-30 Thread Leah
Hi, I have a recipe - cyassl_3.1.0.bb, a lightweight ssl library that I would like to add to openembedded. I am not sure as to the best location, perhaps recipes-connectivity? Do I need to submit this recipe the same way I would submit a layer? Also, is there a way to edit my current layer's

Re: [OE-core] freetype-config broken?

2014-07-30 Thread Gary Thomas
On 2014-07-30 11:32, Khem Raj wrote: On Wed, Jul 30, 2014 at 9:37 AM, Gary Thomas g...@mlbassoc.com wrote: The behaviour of 'freetype-config' (from freetype-native) has changed since this commit: commit 3476a49b10093c58b2f89e3d9a8527224f1bd7f6 Author: Richard Purdie

Re: [OE-core] Fwd: Add recipe to openembedded, adjust layer

2014-07-30 Thread Saul Wold
On 07/30/2014 10:53 AM, Leah wrote: Hi, I have a recipe - cyassl_3.1.0.bb, a lightweight ssl library that I would like to add to openembedded. I am not sure as to the best location, perhaps recipes-connectivity? Do I need to submit this recipe the same way I would submit a layer? THis might be

[OE-core] [PATCH] PR_Service: Improvement of persistance of PR service

2014-07-30 Thread Dimitrios Katsaros
The current implementation only commits database changes after database exceptions or daemon shutdown. This patch adds a delayed commit after every request finish, defaulting to 20 seconds. I chose to make the sync on the consumer thread rather than the producer. This is to avoid simultaneous

[OE-core] [PATCH 3/4] libcheck: Upgrade to 0.9.14

2014-07-30 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../libcheck/{libcheck_0.9.13.bb = libcheck_0.9.14.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libcheck/{libcheck_0.9.13.bb = libcheck_0.9.14.bb} (79%) diff --git

[OE-core] [PATCH 4/4] libnl: Upgrade to 3.2.25

2014-07-30 Thread Saul Wold
Remove one patch and rebase another Signed-off-by: Saul Wold s...@linux.intel.com --- ...fix-lib-cache_mngr.c-two-parentheses-bugs.patch | 37 -- .../libnl/libnl/fix-pktloc_syntax_h-race.patch | 14 .../libnl/{libnl_3.2.24.bb = libnl_3.2.25.bb} | 6 ++-- 3

[OE-core] [PATCH 0/4] Package Upgrades

2014-07-30 Thread Saul Wold
The following changes since commit 7986adeac16550b33f65fded39a55f668e0e543f: populate_sdk_base: Fix grep command usage on old hosts (2014-07-29 09:57:54 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib sgw/updates

[OE-core] [PATCH 2/4] lsbinitscripts: Upgrade to 9.55

2014-07-30 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../lsb/{lsbinitscripts_9.54.bb = lsbinitscripts_9.55.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/lsb/{lsbinitscripts_9.54.bb = lsbinitscripts_9.55.bb} (78%) diff --git

Re: [OE-core] [PATCH 0/3] LTP: Realtime test fixes

2014-07-30 Thread Gary Robertson
Otavio, I am currently in the process of review for a couple of these patches with the LTP maintainers, and will re-submit once the dust settles at LTP. Thanks, Gary R. On Fri, Jul 25, 2014 at 6:06 PM, Otavio Salvador ota...@ossystems.com.br wrote: Hello Gary, On Fri, Jul 25, 2014 at 7:20

[OE-core] [PATCH 2/3] init-install: Strip partition number from live_dev_name

2014-07-30 Thread Drew Moseley
This is needed in case the boot disk was created with mkdiskimage. In that case the parameter passed is a variant of /dev/sda4 which includes the partition number. Without this change this install script will offer to install onto the live media. Signed-off-by: Drew Moseley

[OE-core] [PATCH 3/3] init-install: Skip CDROM devices during probe

2014-07-30 Thread Drew Moseley
Signed-off-by: Drew Moseley drew_mose...@mentor.com --- meta/recipes-core/initrdscripts/files/init-install-efi.sh | 3 +++ meta/recipes-core/initrdscripts/files/init-install.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/meta/recipes-core/initrdscripts/files/init-install-efi.sh

[OE-core] [PATCH 1/3] init-install-efi.sh: Verify /sys based files exist before displaying them

2014-07-30 Thread Drew Moseley
Some mmc cards do not have all the data files in /sys/block populated. Check for existence before displaying the files to avoid erroring out of the install process. Signed-off-by: Drew Moseley drew_mose...@mentor.com --- meta/recipes-core/initrdscripts/files/init-install-efi.sh | 11 ---

[OE-core] [PATCH 0/3] Misc toolchain patches

2014-07-30 Thread Mark Hatle
A few misc toolchain fixes/patches. This serials corrects a couple of issues noticed when working with an external binary toolchain, as well as when generating an SDK. The following changes since commit 7986adeac16550b33f65fded39a55f668e0e543f: populate_sdk_base: Fix grep command usage on old

[OE-core] [PATCH 1/3] gcc: Fix gcc-multilib-config comparison

2014-07-30 Thread Mark Hatle
Fix an issue on a multilib configuration that contains more then 1 multilib. I.e. on MIPS64: DEFAULTTUNE = mips64 MULTILIBS = lib32n:mips64_n32 lib32:mips32 While normally you'd use 'libn32', the above is legal. With the startswith code, the system will look to expand the 'lib32' element and

[OE-core] [PATCH 2/3] tune-mips*: Ensure tunes are inherited in order

2014-07-30 Thread Mark Hatle
Without this, you are not able to use mips32r2 on a mips64 based tune. We want to be able to do a tri-lib system of mips64, mips64-n32 and mips32r2. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/conf/machine/include/tune-mips32r2.inc | 2 +-

[OE-core] [PATCH 3/3] sanity.bbclass: Add ability to verify toolchain flags

2014-07-30 Thread Mark Hatle
When attempting to use a binary toolchain, such as meta-mentor, we want the ability to verify that the CCARGS, ASARGS and LDARGS contain the necessary and appropriate flags. This change specifically verifies, if set: TUNEABI_REQUIRED_CCARGS_tune-tune TUNEABI_REQUIRED_ASARGS_tune-tune

[OE-core] [PATCH V4 0/1] systemd: upgrade to 215

2014-07-30 Thread Chen Qi
The following changes since commit 7986adeac16550b33f65fded39a55f668e0e543f: populate_sdk_base: Fix grep command usage on old hosts (2014-07-29 09:57:54 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/systemd_215

[OE-core] [PATCH V4 1/1] systemd: upgrade to 215

2014-07-30 Thread Chen Qi
Upgrade systemd from 213 to 215. systemd-older-kernel.patch is removed as it's fixed in 215. A new patch is added to fix compilation error for qemuppc. 0001-Fix-compilation-error-for-ppc.patch Signed-off-by: Chen Qi qi.c...@windriver.com --- .../0001-Fix-compilation-error-for-ppc.patch