[OE-core] [PATCH] gst-plugins-*, gstreamer1.0-plugins-*: fix main package binary components

2015-02-11 Thread Cristian Iorga
Users often install the main package thinking it will bring in all of the individual plugin packages, not realising that the -meta package exists. Since the main package isn't currently used for anything else, it would make more sense to just make installing the main package install all of the

Re: [OE-core] [PATCH] avahi: fix do_rootfs failure due to version skew

2015-02-11 Thread Paul Gortmaker
On 15-02-11 07:25 AM, Burton, Ross wrote: Hi Paul, On 11 February 2015 at 00:17, Paul Gortmaker paul.gortma...@windriver.com wrote: -RDEPENDS_${PN}-dev = avahi-daemon (= ${EXTENDPKGV}) libavahi-core (= ${EXTENDPKGV}) libavahi-client (= ${EXTENDPKGV}) +RDEPENDS_${PN}-dev = avahi-daemon (=

Re: [OE-core] [PATCH] image: add new items to IMAGE_FEAUTRES[validitems] list

2015-02-11 Thread Burton, Ross
On 11 February 2015 at 18:13, Robert P. J. Day rpj...@crashcourse.ca wrote: gaaa ... typo fixed when I merged to mut for testing :) Ross -- ___ Openembedded-core mailing list

[OE-core] [PATCH 2/4] gstreamer1.0-plugins-good: ship equaliser presets in right package

2015-02-11 Thread Ross Burton
The equaliser presets were packaged into ${PN} which was rarely installed, so move the files to the right subpackage. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc |1 + 1 file changed, 1 insertion(+) diff --git

Re: [OE-core] [PATCH] image: add new items to IMAGE_FEAUTRES[validitems] list

2015-02-11 Thread Robert P. J. Day
gaaa ... rday -- Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter:

[OE-core] [PATCH 3/4] gst-plugins-good: ship equaliser presets in right package

2015-02-11 Thread Ross Burton
The equaliser presets were packaged into ${PN} which was rarely installed, so move the files to the right subpackage. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb |1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [PATCH 1/4] gstreamer1.0-plugins-base: move data to the right subpackage

2015-02-11 Thread Ross Burton
The libgsttag library has a data file that was packaged in gstreamer1.0-plugins-base, so was never actually installed. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [PATCH 4/4] gstreamer-plugins: don't ship files in ${PN}

2015-02-11 Thread Ross Burton
${PN} generally should be empty as every file the GStreamer packages ship is owned by a particular plugin or library, so enforce this behaviour by unsetting FILES_${PN}. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-multimedia/gstreamer/gst-plugins-package.inc |2 +- 1

[OE-core] [PATCH] image: add new items to IMAGE_FEAUTRES[validitems] list

2015-02-11 Thread Saul Wold
Add the new items to the validitems list, this is fully tested, initial testing had been done with a local change that did not make the original commit request [YOCTO #7308] Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/image.bbclass | 2 +- 1 file changed, 1 insertion(+), 1

Re: [OE-core] [PATCH] avahi: fix do_rootfs failure due to version skew

2015-02-11 Thread Burton, Ross
On 11 February 2015 at 13:38, Paul Eggleton paul.eggle...@linux.intel.com wrote: A bit short on details, but here's the bug that triggered splitting it in the first place: https://bugzilla.yoctoproject.org/show_bug.cgi?id=1492 We already had what you're proposing before the split was

[OE-core] [PATCH v2 3/7] oe-pkgdata-util: fix read-value to handle data with colons in the value

2015-02-11 Thread Paul Eggleton
The read-value subcommand was truncating the value if it contained colons, for example FILES_INFO. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- scripts/oe-pkgdata-util | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/oe-pkgdata-util

[OE-core] [PATCH v2 5/7] oe-pkgdata-util: add list-pkgs subcommand

2015-02-11 Thread Paul Eggleton
Add a subcommand to list packages, with options to list packages matching a specification, and packages produced by a particular recipe. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- scripts/oe-pkgdata-util | 94 + 1 file changed,

[OE-core] [PATCH v2 2/7] oe-pkgdata-util: make find-path show a proper error if no package found

2015-02-11 Thread Paul Eggleton
Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- scripts/oe-pkgdata-util | 5 + 1 file changed, 5 insertions(+) diff --git a/scripts/oe-pkgdata-util b/scripts/oe-pkgdata-util index f70f85e..2baa9f4 100755 --- a/scripts/oe-pkgdata-util +++ b/scripts/oe-pkgdata-util @@ -239,6

[OE-core] [PATCH v2 0/7] oe-pkgdata-util improvements

2015-02-11 Thread Paul Eggleton
Changes since v1: * Add a fix for read-value not working with values containing colons * Add a list-pkg-files subcommand * Split out getting the package list for a recipe to its own function * Minor fix to help text for glob subcommand The following changes since commit

[OE-core] [PATCH v2 4/7] oe-pkgdata-util: allow reverse package name lookups

2015-02-11 Thread Paul Eggleton
Add a -r/--reverse option to the lookup-pkg subcommand to enable looking up the recipe-space package name for one or more runtime package names. Also make this subcommand into a function that can be reused elsewhere. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com ---

[OE-core] [PATCH v2 1/7] oe-pkgdata-util: improve command-line usage

2015-02-11 Thread Paul Eggleton
* Use argparse instead of optparse for standardised help output, options and a much cleaner code structure * Look up pkgdata directory automatically so the user doesn't have to specify it * Use standard logging NOTE: this does mean a slight change in syntax - if you do want to specify the

[OE-core] [PATCH v2 7/7] oe-pkgdata-util: add some QA tests

2015-02-11 Thread Paul Eggleton
Test each of the subcommands that this utility provides. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/lib/oeqa/selftest/pkgdata.py | 213 ++ 1 file changed, 213 insertions(+) create mode 100644 meta/lib/oeqa/selftest/pkgdata.py diff

[OE-core] [PATCH v2 6/7] oe-pkgdata-util: add list-pkg-files subcommand

2015-02-11 Thread Paul Eggleton
Adds a subcommand to list the files in a package, or list the files in all packages for a recipe. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- scripts/oe-pkgdata-util | 60 + 1 file changed, 60 insertions(+) diff --git

Re: [OE-core] State of bitbake world, Failed tasks 2015-02-10

2015-02-11 Thread Philip Balister
On 02/11/2015 03:26 PM, Martin Jansa wrote: http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2015-02-10 == INFO: jenkins-job.sh-1.1.0 Complete log available at http://logs.nslu2-linux.org/buildlogs/oe/world/log.report.20150210_214029.log === common (10) ===

[OE-core] State of bitbake world, Failed tasks 2015-02-10

2015-02-11 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2015-02-10 == INFO: jenkins-job.sh-1.1.0 Complete log available at http://logs.nslu2-linux.org/buildlogs/oe/world/log.report.20150210_214029.log === common (10) === *

Re: [OE-core] State of bitbake world, Failed tasks 2015-02-10

2015-02-11 Thread Martin Jansa
On Wed, Feb 11, 2015 at 09:26:32PM +0100, Martin Jansa wrote: http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2015-02-10 == INFO: jenkins-job.sh-1.1.0 Complete log available at http://logs.nslu2-linux.org/buildlogs/oe/world/log.report.20150210_214029.log More

Re: [OE-core] State of bitbake world, Failed tasks 2015-02-10

2015-02-11 Thread akuster808
Thanks. On 02/11/2015 12:35 PM, Martin Jansa wrote: On Wed, Feb 11, 2015 at 09:26:32PM +0100, Martin Jansa wrote: http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2015-02-10 == INFO: jenkins-job.sh-1.1.0 Complete log available at

[OE-core] [PATCH] mozjs: fix build failure due to missing dependency on libxt

2015-02-11 Thread Paul Gortmaker
The failure intermittently shows up as follows: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. The path was 'poky/build/tmp/work/core2-64-poky-linux/mozjs/17.0.0-r0/build'

[OE-core] [PATCH] build-compare: Add the build-compare_git.bb recipe.

2015-02-11 Thread Randy Witt
The description for build-compare describes it as This package contains scripts to find out if the build result differs to a former build. More specifically this contains a script that will display differences between packages. It works with rpms, tarballs and other various types of packages. The

Re: [OE-core] [PATCH] dhcp-client: Ignore partial checksums

2015-02-11 Thread Rob Woolley
Hi Hongxu, Do you have any feedback on this patch? Are there any changes you would like me to make? Regards, Rob On 02/05/2015 09:56 PM, Rob Woolley wrote: Hi Hongxu, Have you had a chance to review this patch? Do you have any questions about it? Regards, Rob On Fri, Jan 30, 2015 at

Re: [OE-core] State of bitbake world, Failed tasks 2015-02-10

2015-02-11 Thread Martin Jansa
On Wed, Feb 11, 2015 at 04:36:03PM -0500, Philip Balister wrote: On 02/11/2015 03:26 PM, Martin Jansa wrote: http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2015-02-10 == INFO: jenkins-job.sh-1.1.0 Complete log available at

[OE-core] [PATCH 0/1] python: Upgrade from 2.7.3 to 2.7.9

2015-02-11 Thread Alejandro Hernandez
I tested build locally on my machine, on a Minnowboard MAX build and on the Autobuilder using archs qemux86, qemux86-64, qemuarm, qemuppc, qemumips. Also ran some personal python programs to test runtime behavior everything seemed to work fine. Many changes, some were already fixed upstream,

Re: [OE-core] [PATCH V2 7/7] opkg-keyrings: New recipe

2015-02-11 Thread Richard Tollerton
Paul Barker p...@paulbarker.me.uk writes: On Tue, Feb 10, 2015 at 06:43:34PM -0600, Richard Tollerton wrote: Paul Barker p...@paulbarker.me.uk writes: This recipe wraps package and package feed verification keys into a package, making the management and deployment of verification keys

Re: [OE-core] [PATCH V4 1/2] bitbake.conf: Add two variables for layer index

2015-02-11 Thread Chong Lu
On 02/11/2015 06:12 PM, Chong Lu wrote: Add BITBAKE_LAYERINDEX_URL variable that bitbake-layers can use to find layer index. Add LAYER_FETCH_DIR variable that bitbake-layers can use to specify fetch directory. Please ignore this one. I will change this commit log and resend one. Best

Re: [OE-core] [PATCH] dhcp-client: Ignore partial checksums

2015-02-11 Thread Hongxu Jia
On 02/12/2015 08:25 AM, Rob Woolley wrote: Hi Hongxu, Do you have any feedback on this patch? Are there any changes you would like me to make? Sorry for the late, I am fine with it. //Hongxu Regards, Rob On 02/05/2015 09:56 PM, Rob Woolley wrote: Hi Hongxu, Have you had a chance to

[OE-core] [PATCH] openssl: Add mapping for microblaze architecture

2015-02-11 Thread Nathan Rossi
Map the microblaze architecture to the linux-generic32 target. Signed-off-by: Nathan Rossi nathan.ro...@xilinx.com --- meta/recipes-connectivity/openssl/openssl.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-connectivity/openssl/openssl.inc

[OE-core] [PATCH V5 0/2] bitbake-layers: add a ability to query layer dependencies from layer index

2015-02-11 Thread Chong Lu
Change since V4: Change commit log for two variables. The following changes since commit 35c9fa0588ed8e88b541a6c80cc1517324616cea: maintainers: Update for non-maintained recipes (2015-01-20 21:39:41 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib

[OE-core] [PATCH V5 1/2] bitbake.conf: Add two variables for layer index

2015-02-11 Thread Chong Lu
Add BBLAYERS_LAYERINDEX_URL variable that bitbake-layers can use to find layer index. Add BBLAYERS_FETCH_DIR variable that bitbake-layers can use to specify fetch directory. [YOCTO #5348] Signed-off-by: Chong Lu chong...@windriver.com --- meta/conf/bitbake.conf | 6 ++ 1 file changed, 6

[OE-core] [PATCH V5 2/2] bitbake-layers: add a ability to query layer dependencies from layer index

2015-02-11 Thread Chong Lu
Add a command to query layer dependencies from layer index. Fetch layer and its dependency layers and add them into conf/bblayers.conf. [YOCTO #5348] Signed-off-by: Chong Lu chong...@windriver.com --- bitbake/bin/bitbake-layers | 244 + 1 file

Re: [OE-core] [PATCH 2/2] systemd: Upgrade 216 - 218

2015-02-11 Thread Khem Raj
On Fri, Feb 6, 2015 at 9:00 PM, Burton, Ross ross.bur...@intel.com wrote: On 2 February 2015 at 04:19, Khem Raj raj.k...@gmail.com wrote: Remove upstreamed patches as well as patches which arent needed anymore since features are dropped from systemd e.g. userspace firmware download Tested on

[OE-core] [PATCH 1/1] perl / PathTools: don't filter out blib from @INC

2015-02-11 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com If $TOPDIR includes the string blib, filter it out from @INC may empty the @INC and cause build errors like: Can't locate ExtUtils/MakeMaker.pm in @INC \ (you may need to install the ExtUtils::MakeMaker module) \ (@INC contains: .) at Makefile.PL

[OE-core] [PATCH 2/2] connman: upgrade to 1.28

2015-02-11 Thread Cristian Iorga
- Fixes an issue with DHCPv6 retransmission timer calculation that causes system load to jump to 100%; - All WiFi P2P issues encountered with Miracast have been addressed; - ConnMan no longer hands off foreground autoscanning to wpa_supplicant as it causes issues when finding hidden WiFi networks;

[OE-core] [PATCH V4 2/2] bitbake-layers: add a ability to query layer dependencies from layer index

2015-02-11 Thread Chong Lu
Add a command to query layer dependencies from layer index. Fetch layer and its dependency layers and add them into conf/bblayers.conf. [YOCTO #5348] Signed-off-by: Chong Lu chong...@windriver.com --- bitbake/bin/bitbake-layers | 244 + 1 file

[OE-core] [PATCH V4 0/2] bitbake-layers: add a ability to query layer dependencies from layer index

2015-02-11 Thread Chong Lu
$ bitbake-layers show-layer-deps meta-security LayerDependencies Git repository Subdirectory === meta-python

[OE-core] [PATCH V4 1/2] bitbake.conf: Add two variables for layer index

2015-02-11 Thread Chong Lu
Add BITBAKE_LAYERINDEX_URL variable that bitbake-layers can use to find layer index. Add LAYER_FETCH_DIR variable that bitbake-layers can use to specify fetch directory. [YOCTO #5348] Signed-off-by: Chong Lu chong...@windriver.com --- meta/conf/bitbake.conf | 6 ++ 1 file changed, 6

Re: [OE-core] [PATCH] mesa: update 10.4.3 - 10.4.4

2015-02-11 Thread Nicolas Dechesne
On Tue, Feb 10, 2015 at 11:23 AM, Andre McCurdy armccu...@gmail.com wrote: Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-graphics/mesa/{mesa-gl_10.4.3.bb = mesa-gl_10.4.4.bb} | 0 meta/recipes-graphics/mesa/{mesa_10.4.3.bb = mesa_10.4.4.bb} | 4 ++--

[OE-core] [PATCH 0/1] perl / PathTools: don't filter out blib from @INC

2015-02-11 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com If $TOPDIR includes the string blib, filter it out from @INC may empty the @INC and cause build errors like: Can't locate ExtUtils/MakeMaker.pm in @INC \ (you may need to install the ExtUtils::MakeMaker module) \ (@INC contains: .) at Makefile.PL

[OE-core] [PATCH 1/2] harfbuzz: upgrade to 0.9.38

2015-02-11 Thread Cristian Iorga
Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../harfbuzz/{harfbuzz_0.9.37.bb = harfbuzz_0.9.38.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_0.9.37.bb = harfbuzz_0.9.38.bb} (88%) diff --git

[OE-core] [PATCH 0/2] Various comms and multimedia PUs

2015-02-11 Thread Cristian Iorga
The following changes since commit 231d4a9d3d89af4b1b5f6ea439c630e4cac82079: bitbake: bitbake-user-manual: Removed errant writer note line. (2015-02-10 23:09:32 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/PUs

Re: [OE-core] cmake.bbclass questions

2015-02-11 Thread Stefan Herbrechtsmeier
Am 10.02.2015 um 23:53 schrieb Matt Madison: I just finished some recipes for some CMake-built packages (from the Kurento project). I managed to get everything building, but I had to modify how cmake.bbclass does things, and I'm wondering if there's a better way to solve some of these. Each

Re: [OE-core] [PATCH 1/2] git: expand recipe to take advantage of pre-gen'd manpages

2015-02-11 Thread Burton, Ross
On 10 February 2015 at 19:17, Paul Gortmaker paul.gortma...@windriver.com wrote: +FILES_${PN}-doc = ${mandir} This is the default value, I removed this line when merging into ross/mut. Ross -- ___ Openembedded-core mailing list

Re: [OE-core] [PATCH] avahi: fix do_rootfs failure due to version skew

2015-02-11 Thread Burton, Ross
Hi Paul, On 11 February 2015 at 00:17, Paul Gortmaker paul.gortma...@windriver.com wrote: -RDEPENDS_${PN}-dev = avahi-daemon (= ${EXTENDPKGV}) libavahi-core (= ${EXTENDPKGV}) libavahi-client (= ${EXTENDPKGV}) +RDEPENDS_${PN}-dev = avahi-daemon (= ${PKGV}-${INC_PR}) libavahi-core (=

Re: [OE-core] cmake.bbclass questions

2015-02-11 Thread Matt Madison
On Wed, 2015-02-11 at 11:21 +0100, Stefan Herbrechtsmeier wrote: Am 10.02.2015 um 23:53 schrieb Matt Madison: I just finished some recipes for some CMake-built packages (from the Kurento project). I managed to get everything building, but I had to modify how cmake.bbclass does things,

Re: [OE-core] [PATCH V2 7/7] opkg-keyrings: New recipe

2015-02-11 Thread Paul Barker
On Tue, Feb 10, 2015 at 06:43:34PM -0600, Richard Tollerton wrote: Paul Barker p...@paulbarker.me.uk writes: This recipe wraps package and package feed verification keys into a package, making the management and deployment of verification keys much easier. Comments on how to select

Re: [OE-core] cmake.bbclass questions

2015-02-11 Thread Stefan Herbrechtsmeier
Am 11.02.2015 um 13:33 schrieb Matt Madison: On Wed, 2015-02-11 at 11:21 +0100, Stefan Herbrechtsmeier wrote: Am 10.02.2015 um 23:53 schrieb Matt Madison: I just finished some recipes for some CMake-built packages (from the Kurento project). I managed to get everything building, but I had to

Re: [OE-core] [PATCH] mozjs: fix build failure due to missing dependency on libxt

2015-02-11 Thread Peter Urbanec
On 12/02/15 11:00, Paul Gortmaker wrote: Looking at the configure script, we see these invalid values are output when the autoconf test for X11 fails. That test fails in the following fashion: ... Since the package clearly has never been built in a no-X11 OE environment, we assume that all OE

Re: [OE-core] [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-11 Thread Khem Raj
Hi Richard/All I have refreshed the branch to include the patch which moves the src uri to use the newly released glibc 2.21 branch and please run it via autobuilder ( top 5 commits ) Thanks -Khem On Tue, Feb 3, 2015 at 10:43 PM, Dan McGregor danismostlik...@gmail.com wrote: On 2 February