Re: [OE-core] [RFC PATCH 0/7] Developer workflow improvements

2014-12-01 Thread Paul Eggleton
On Friday 28 November 2014 12:28:00 Trevor Woerner wrote: These tools are really nice! Some thoughts/comments: Maybe the devtool.conf that gets created could be placed in the conf/ subdirectory (along with the other configuration files such as local.conf and bblayers.conf)? Yes, that's a

[OE-core] [PATCH] gdb: disable Guile

2014-12-01 Thread Ross Burton
GDB 7.8 added Guile support, and it will auto-detect if Guile is present (which is non-deterministic, so bad), and if it's present will fail to find the guild binary as it doesn't consider the sysroot. For now disable Guile support in GDB, if there is a need to have it enabled in the future then

Re: [OE-core] [PATCHv3] toolchain-script: Add support for ccache builds with the SDK

2014-12-01 Thread Laszlo Papp
On Sat, Nov 29, 2014 at 8:12 PM, Burton, Ross ross.bur...@intel.com wrote: On 29 November 2014 at 08:46, Laszlo Papp lp...@kde.org wrote: Including both Richard Purdie and Saul Wold as they were the main criticizers last time in the beginning of September when I submitted the first version

Re: [OE-core] [PATCH] Yocto: Install full set of python modules in Qt SDK toolchain

2014-12-01 Thread Burton, Ross
On 21 September 2014 at 17:02, Marek Vasut ma...@denx.de wrote: -TOOLCHAIN_HOST_TASK ?= nativesdk-packagegroup-sdk-host packagegroup-cross- canadian-${MACHINE} +TOOLCHAIN_HOST_TASK ?=\ + nativesdk-packagegroup-sdk-host \ +

Re: [OE-core] [PATCH] Yocto: Install full set of python modules in Qt SDK toolchain

2014-12-01 Thread Richard Purdie
On Mon, 2014-12-01 at 15:05 +, Burton, Ross wrote: On 21 September 2014 at 17:02, Marek Vasut ma...@denx.de wrote: -TOOLCHAIN_HOST_TASK ?= nativesdk-packagegroup-sdk-host packagegroup-cross- canadian-${MACHINE} +TOOLCHAIN_HOST_TASK ?=

Re: [OE-core] [PATCH] Yocto: Install full set of python modules in Qt SDK toolchain

2014-12-01 Thread Burton, Ross
On 1 December 2014 at 15:13, Richard Purdie richard.pur...@linuxfoundation.org wrote: Make nativesdk-python-core RRECOMMEND python-modules? Makes sense, and is clean. Patch incoming. Ross -- ___ Openembedded-core mailing list

Re: [OE-core] [PATCH] Yocto: Install full set of python modules in Qt SDK toolchain

2014-12-01 Thread Paul Eggleton
On Monday 01 December 2014 15:13:30 Richard Purdie wrote: On Mon, 2014-12-01 at 15:05 +, Burton, Ross wrote: On 21 September 2014 at 17:02, Marek Vasut ma...@denx.de wrote: -TOOLCHAIN_HOST_TASK ?= nativesdk-packagegroup-sdk-host packagegroup-cross-

[OE-core] [PATCH 1/2] python: ensure all of Python is installed in nativesdk

2014-12-01 Thread Ross Burton
If any part of Python gets installed in a SDK, we need to ensure that all of Python gets installed to avoid replacing python in the environment with a minimal package set. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-devtools/python/python_2.7.3.bb |1 + 1 file changed,

[OE-core] [PATCH 2/2] python: remove spurious nativesdk dependency

2014-12-01 Thread Ross Burton
There's no need to add a dependency on python-crypt_class-native to nativesdk-openssl as the general dependency there is transformed appropriately. Presumably this is cruft from back when SDK packages were suffixed instead of prefixed, and there were mapping problems. Signed-off-by: Ross Burton

Re: [OE-core] [PATCH] Yocto: Install full set of python modules in Qt SDK toolchain

2014-12-01 Thread Burton, Ross
On 1 December 2014 at 15:21, Paul Eggleton paul.eggle...@linux.intel.com wrote: Make nativesdk-python-core RRECOMMEND python-modules? This sounds like a reasonable option to me. The split as it is at the moment exists mainly for trimming the target; the SDK is perhaps less sensitive to

[OE-core] [PATCH] kernel-yocto.bbclass: fix shell syntax error

2014-12-01 Thread Paul Eggleton
Spaces aren't valid around = in an assignment statement (not even with bash). Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/classes/kernel-yocto.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel-yocto.bbclass

Re: [OE-core] [PATCH] kernel-yocto.bbclass: fix shell syntax error

2014-12-01 Thread Bruce Ashfield
On 14-12-01 12:20 PM, Paul Eggleton wrote: Spaces aren't valid around = in an assignment statement (not even with bash). Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/classes/kernel-yocto.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] Yocto: Install full set of python modules in Qt SDK toolchain

2014-12-01 Thread Laszlo Papp
On Mon, Dec 1, 2014 at 4:44 PM, Burton, Ross ross.bur...@intel.com wrote: On 1 December 2014 at 15:21, Paul Eggleton paul.eggle...@linux.intel.com wrote: Make nativesdk-python-core RRECOMMEND python-modules? This sounds like a reasonable option to me. The split as it is at the moment

Re: [OE-core] [PATCH 1/2] python: ensure all of Python is installed in nativesdk

2014-12-01 Thread Laszlo Papp
On Mon, Dec 1, 2014 at 4:36 PM, Ross Burton ross.bur...@intel.com wrote: If any part of Python gets installed in a SDK, we need to ensure that all of Python gets installed to avoid replacing python in the environment with a minimal package set. Signed-off-by: Ross Burton ross.bur...@intel.com

[OE-core] [recipes-kernel][PATCH v2] powertop: update version number from 2.6.1 to 2.7

2014-12-01 Thread Ezra Savard
The v2.7 release of powertop fixes devfreq support for ARM, along with other bug fixes. Signed-off-by: Ezra Savard ezra.sav...@xilinx.com --- meta/recipes-kernel/powertop/{powertop_2.6.1.bb = powertop_2.7.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename

Re: [OE-core] [PATCH 1/2] python: ensure all of Python is installed in nativesdk

2014-12-01 Thread Burton, Ross
On 1 December 2014 at 18:08, Laszlo Papp lp...@kde.org wrote: Is it worth referring to bug number 6735? Yes, done locally, thanks for reminding me. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [recipes-kernel][PATCH v2] powertop: update version number from 2.6.1 to 2.7

2014-12-01 Thread Burton, Ross
Hi, On 1 December 2014 at 18:16, Ezra Savard ezra.sav...@xilinx.com wrote: diff --git a/meta/recipes-kernel/powertop/powertop_2.6.1.bb b/meta/recipes-kernel/powertop/powertop_2.7.bb similarity index 100% The SRC_URI checksums haven't changed, so this will fail when fetching. Ross --

[OE-core] [PATCH 0/3] Upgrades for comply Intel Graphics Stack Release 2014Q3

2014-12-01 Thread Aníbal Limón
Testing was made building and running core-image-sato in qemux86, qemumips, and qemuarm also core-image-sato/core-image-weston in Intel NUC. Tests freedesktop piglit was run in Intel NUC with 95% of tests passes (9251/9694), you can found full results at [1]. [YOCTO #6805] [1]

[OE-core] [PATCH 1/3] libdrm: Upgrade to 2.4.58.

2014-12-01 Thread Aníbal Limón
Remove GNU_SOURCE_definition patch because is already integrated in upstream. Signed-off-by: Aníbal Limón anibal.li...@linux.intel.com --- .../drm/libdrm/GNU_SOURCE_definition.patch | 30 -- meta/recipes-graphics/drm/libdrm_2.4.54.bb | 8 --

[OE-core] [PATCH 2/3] mesa: Upgrade to 10.3.3

2014-12-01 Thread Aníbal Limón
Remove 0002-pipe_loader_sw-include-xlib_sw_winsys.h-only-when-HA, 0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch and 0006-fix-out-of-tree-egl.patch that are already in upstream. Signed-off-by: Aníbal Limón anibal.li...@linux.intel.com --- .../mesa/{mesa-gl_10.1.3.bb =

[OE-core] [PATCH 3/3] xorg-xserver: Upgrade to 1.16.2

2014-12-01 Thread Aníbal Limón
Remove crosscompile, mips64-compile and present-module because are already in upstream. Signed-off-by: Aníbal Limón anibal.li...@linux.intel.com --- .../xorg-xserver/xserver-xorg/crosscompile.patch | 22 .../xserver-xorg/mips64-compiler.patch | 29 --

[OE-core] [PATCH 1/4] base.bbclass: don't skip defaultval

2014-12-01 Thread Ross Burton
This field is now internal and won't be seen. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/classes/base.bbclass |2 -- 1 file changed, 2 deletions(-) diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index fcb7d89..f3185b4 100644 --- a/meta/classes/base.bbclass

[OE-core] [PATCH 3/4] scripts: don't skip defaultval

2014-12-01 Thread Ross Burton
This field is now internal and won't be seen. Signed-off-by: Ross Burton ross.bur...@intel.com --- scripts/contrib/list-packageconfig-flags.py |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/contrib/list-packageconfig-flags.py

[OE-core] [PATCH 0/4] Updates for defaultval being internal

2014-12-01 Thread Ross Burton
Hi, This series cleans up oe-core once the bitbake patch data: rename defaultval to _defaultval is merged. Ross The following changes since commit d7bc23167154c336913739b4cf9f2efda4e61499: data: rename defaultval to _defaultval (2014-12-01 20:40:18 +) are available in the git repository

[OE-core] [PATCH 4/4] bitbake.conf: remove internal flags from BB_SIGNATURE_EXCLUDE_FLAGS

2014-12-01 Thread Ross Burton
As the code that uses BB_SIGNATURE_EXCLUDE_FLAGS uses d.getVarFlags() so doesn't get to see the internal flags, remove _append and _prepend. Also defaultval is now _defaultval and thus internal, so remove that too. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/conf/bitbake.conf |

[OE-core] [PATCH 2/4] uboot-config.bbclass: don't skip defaultval

2014-12-01 Thread Ross Burton
This field is now internal and won't be seen. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/classes/uboot-config.bbclass |3 --- 1 file changed, 3 deletions(-) diff --git a/meta/classes/uboot-config.bbclass b/meta/classes/uboot-config.bbclass index 8ac1b71..b467659 100644 ---

Re: [OE-core] [PATCH 0/5] Upgrade dbus and dbus-glib

2014-12-01 Thread Chong Lu
ping //Chong On 11/24/2014 03:49 PM, Chong Lu wrote: The following changes since commit edaeb8940813b620090a0797ad3b6a076897512d: bitbake: cooker.py: fix loginfo op being set to an invalid value (2014-11-12 17:04:50 +) are available in the git repository at:

Re: [OE-core] [PATCH v2 2/2] u-boot.inc : add compile multiple u-boot feature

2014-12-01 Thread b40...@freescale.com
Ping . -Original Message- From: Chunrong Guo [mailto:b40...@freescale.com] Sent: Monday, November 24, 2014 1:25 PM To: openembedded-core@lists.openembedded.org Cc: Liu Ting-B28495; Luo Zhenhua-B19537; Guo Chunrong-B40290; Guo Chunrong-B40290 Subject: [OE-core][PATCH v2 2/2] u-boot.inc :

Re: [OE-core] [PATCH v2 1/2] uboot-config.bbclass: Allow multiple U-Boot config for machine

2014-12-01 Thread b40...@freescale.com
Ping. -Original Message- From: Chunrong Guo [mailto:b40...@freescale.com] Sent: Monday, November 24, 2014 1:24 PM To: openembedded-core@lists.openembedded.org Cc: Liu Ting-B28495; Luo Zhenhua-B19537; Guo Chunrong-B40290; Guo Chunrong-B40290 Subject: [OE-core][PATCH v2 1/2]

Re: [OE-core] [RFC PATCH 0/7] Developer workflow improvements

2014-12-01 Thread Trevor Woerner
On 12/01/14 05:11, Paul Eggleton wrote: On Friday 28 November 2014 12:28:00 Trevor Woerner wrote: Perhaps any recipe you're working on could be automatically included via an IMAGE_INSTALL_append in conf/local.conf (or maybe that's too intrusive?)? This is something I'd wanted to do - it's

Re: [OE-core] [RFC PATCH 0/7] Developer workflow improvements

2014-12-01 Thread Trevor Woerner
On 11/25/14 12:28, Paul Eggleton wrote: I've then added a new recipe auto-creation script, recipetool, which can take a source tree or URL and create a skeleton recipe to build it. ... * recipetool create ideally needs to become smarter and fill in more details of the recipe. At some

[OE-core] [PATCH 1/1] gnutls: disable tpm

2014-12-01 Thread Chong Lu
Disable tpm to solve following error: .../usr/lib64/libtspi.la: No such file or directory trousers isn't an oe-core recipe, disable it for now. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-support/gnutls/gnutls.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git

[OE-core] [PATCH 0/1] gnutls: disable tpm

2014-12-01 Thread Chong Lu
The following changes since commit b8631416f12b8a904ce3deb036f9d5ce632937b0: package_regex.inc: Update REGEX'es in order to find upstream versions correctly (2014-11-28 14:03:02 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/gnutls

[OE-core] [PATCH 0/1] bind: fix conf.patch to remove configuration that causes failure

2014-12-01 Thread Chen Qi
The following changes since commit 68ddb28a68ceb59cd1ed322c16143827ce1ac712: distrodata_class: checkpkg make usage of latest_versionstring methods in bitbake fetcher (2014-11-28 13:59:52 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib

[OE-core] [PATCH 1/1] bind: fix conf.patch to remove configuration that causes failure

2014-12-01 Thread Chen Qi
conf.patch added db.255 confgiuration entry to named.conf. However, We don't have db.255 configuration file, so remove this entry to avoid the following failure. zone 255.in-addr.arpa/IN: loading from master file /etc/bind/db.255 failed: file not found Signed-off-by: Chen Qi