[OE-core] [PATCH] lttng: Fix timer calculation error

2015-07-10 Thread jianchuan.wang
From: Jianchuan Wang jianchuan.w...@windriver.com Fix timer calculation error in the lttng-tools/lttng-ust Signed-off-by: Jianchuan Wang jianchuan.w...@windriver.com --- ...ng-tools-Fix-live-timer-calculation-error.patch | 42 ++

[OE-core] [PATCH][resend] perl: fix build failure if building dir has the blib string

2015-07-10 Thread rongqing.li
From: Wenzong Fan wenzong@windriver.com If build dir 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

Re: [OE-core] [PATCH][resend] perl: fix build failure if building dir has the blib string

2015-07-10 Thread Jens Rehsack
Hi, When build dir includes contain blib, there is an error which should be solved first. Can you please give an example where this condition is true? And maybe refer where you reported it upstream? Best regards, Jens Am 10.07.2015 um 10:54 schrieb rongqing...@windriver.com: From: Wenzong

[OE-core] [PATCH][meta-perl] libxml-libxml-perl: update from 2.0116 to 2.0121

2015-07-10 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Signed-off-by: Wenzong Fan wenzong@windriver.com --- .../libxml/libxml-libxml-perl_2.0116.bb| 47 -- .../libxml/libxml-libxml-perl_2.0121.bb| 47 ++ 2 files changed, 47 insertions(+),

Re: [OE-core] [PATCH][meta-perl] libxml-libxml-perl: update from 2.0116 to 2.0121

2015-07-10 Thread Burton, Ross
meta-perl patches go to openembedded-devel list. Ross On 10 July 2015 at 10:07, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com Signed-off-by: Wenzong Fan wenzong@windriver.com --- .../libxml/libxml-libxml-perl_2.0116.bb| 47

Re: [OE-core] Library Patches Causing Many Packages to Rebuild

2015-07-10 Thread Burton, Ross
On 10 July 2015 at 00:24, Connor Smith connor.sm...@ni.com wrote: rpm-native appears to be recompiling because the do_populate_sysroot hash is changing for the native versions of openssl and python. I'm not sure why either of these tasks are changing. This is likely the source of a lot of

[OE-core] [PATCH 12/12] qt4: fixes for sed command

2015-07-10 Thread Robert Yang
* There is no $$QT_BUILD_TREE/bin/lrelease in any .pro file, so remove the sed command. * Only translations/translations.pro has qtPrepareTool(LRELEASE, so use the file name directly rather than find all the .pro files. * The SEDME in linux.conf had been gone in 2010, and no

[OE-core] [PATCH 09/12] python-pygtk: remove invalid sed command

2015-07-10 Thread Robert Yang
* There is no 'tests docs' in Makefile.am any more, so remove: sed -i 's:tests docs:tests:' ${S}/Makefile.am * Remove the invalid sed command in do_install_append, only the one for pygtk-demo is needed. Signed-off-by: Robert Yang liezhi.y...@windriver.com ---

[OE-core] [PATCH 05/12] rpm: remove invalid sed command

2015-07-10 Thread Robert Yang
There is no __check_files in rpm/macros any more, so remove the sed command. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-devtools/rpm/rpm_5.4+cvs.bb |1 - meta/recipes-devtools/rpm/rpm_5.4.14.bb |1 - 2 files changed, 2 deletions(-) diff --git

[OE-core] [PATCH 00/12] Remove invalid sed command

2015-07-10 Thread Robert Yang
The sed doesn't return false when miss match, I use a rough wrapper to find out the mis matches: 1) s/sed -i/mysed -i/ in the recipes $ find meta -name '*.bbclass' -o -name '*.bb' -o -name '*.inc' -exec sed -i 's/[[:space:]]sed -i/ mysed -i/g' {} \; 2) Add mysed to

[OE-core] [PATCH 11/12] cups: remove invalid sed command

2015-07-10 Thread Robert Yang
There is no STRIP in Makedefs, no serial in backend/Makefile either, so remove the sed commands. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-extended/cups/cups.inc |3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-extended/cups/cups.inc

[OE-core] [PATCH 06/12] mdadm: remove do_configure_prepend

2015-07-10 Thread Robert Yang
There is no '.*ansidecl.h.*/d' in sha1.h any more. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-extended/mdadm/mdadm_3.3.2.bb |5 - 1 file changed, 5 deletions(-) diff --git a/meta/recipes-extended/mdadm/mdadm_3.3.2.bb

[OE-core] [PATCH 07/12] perl: remove invalid sed command

2015-07-10 Thread Robert Yang
There is no match of sed pattern any more. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-devtools/perl/perl_5.22.0.bb |3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-devtools/perl/perl_5.22.0.bb b/meta/recipes-devtools/perl/perl_5.22.0.bb index

[OE-core] [PATCH 02/12] opkg: remove do_configure_prepend

2015-07-10 Thread Robert Yang
There is no -Werror in libopkg/Makefile.am any more. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-devtools/opkg/opkg_0.2.4.bb |5 - 1 file changed, 5 deletions(-) diff --git a/meta/recipes-devtools/opkg/opkg_0.2.4.bb b/meta/recipes-devtools/opkg/opkg_0.2.4.bb

[OE-core] [PATCH 04/12] qemu: remove invalid sed command

2015-07-10 Thread Robert Yang
The sed command was used for editting to code added by linker-flags.patch, but the patch had been gone in 2013, and verified that there is no -lX11 in Makefile.target, so remove the sed command. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-devtools/qemu/qemu.inc | 10

[OE-core] [PATCH 03/12] glibc-initial: remove invalid sed command

2015-07-10 Thread Robert Yang
There is no { (exit 1); exit 1; }; } in configure any more, and also remove chmod since sed command is removed. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-core/glibc/glibc-initial.inc |2 -- 1 file changed, 2 deletions(-) diff --git

[OE-core] [PATCH 08/12] python: remove invalid sed command

2015-07-10 Thread Robert Yang
There is no ccache in Makefile any more. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-devtools/python/python3_3.4.3.bb |2 -- meta/recipes-devtools/python/python_2.7.9.bb |3 --- 2 files changed, 5 deletions(-) diff --git

[OE-core] [PATCH 01/12] elfutils 0.163: remove do_configure_prepend

2015-07-10 Thread Robert Yang
It is derived from elfutils 0.148, but 0.162 doesn't need them, it doesn't need i386_dis.h or x86_64_dis.h either, there are the same two files in the source, so move elfutils/i386_dis.h to elfutils-0.148/i386_dis.h and elfutils/x86_64_dis.h to elfutils-0.148/x86_64_dis.h for elfutils 0.148 only.

[OE-core] [PATCH 10/12] perf: remove invalid sed command

2015-07-10 Thread Robert Yang
The current kernel supports WERROR now, and there is no Werror in tools/perf/Makefile, remove both sed commands. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-kernel/perf/perf.bb |6 -- 1 file changed, 6 deletions(-) diff --git a/meta/recipes-kernel/perf/perf.bb

[OE-core] [PATCH] lttng-tools: Allow multiple attempts to connect to relayd

2015-07-10 Thread jianchuan.wang
From: Jianchuan Wang jianchuan.w...@windriver.com Enable to connect to relayd when connecting failed for allowing multiple connects. Signed-off-by: Jianchuan Wang jianchuan.w...@windriver.com --- ...ow-multiple-attempts-to-connect-to-relayd.patch | 43 ++

Re: [OE-core] [PATCH][resend] perl: fix build failure if building dir has the blib string

2015-07-10 Thread Rongqing Li
On 2015年07月10日 17:09, Jens Rehsack wrote: Hi, When build dir includes contain blib, there is an error which should be solved first. Can you please give an example where this condition is true? And maybe refer where you reported it upstream? the below commands can trigger this bug; under

Re: [OE-core] [PATCH] squashfs-tools: upgrade to newer revision from git

2015-07-10 Thread Alexander Kanavin
On 07/01/2015 04:23 PM, Martin Jansa wrote: On Mon, Jun 08, 2015 at 02:13:48PM +0200, Martin Jansa wrote: * 4.3 release has nasty hard to reproduce bug in LZO compression which in few cases results in one of these 2 errors: the official repo is:

Re: [OE-core] [PATCH][resend] perl: fix build failure if building dir has the blib string

2015-07-10 Thread Jussi Kukkonen
On 10 July 2015 at 11:54, rongqing...@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com If build dir 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

Re: [OE-core] [PATCH][meta-perl] libxml-libxml-perl: update from 2.0116 to 2.0121

2015-07-10 Thread wenzong fan
On 07/10/2015 05:15 PM, Burton, Ross wrote: meta-perl patches go to openembedded-devel list. Sorry for the wrong post, I'll re-send it to oe-devel list. Wenzong Ross On 10 July 2015 at 10:07, wenzong@windriver.com mailto:wenzong@windriver.com wrote: From: Wenzong Fan

Re: [OE-core] [PATCH v4 0/3] These patches aim to make the spdx file be compliant with the SPDX 1.2 Specification.

2015-07-10 Thread Lei, Maohui
Hi Why not accept this improvement ? I met someone was interested in it. Cheers Lei -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Lei, Maohui Sent: Friday, June 19, 2015 1:14 PM

Re: [OE-core] [PATCH][resend] perl: fix build failure if building dir has the blib string

2015-07-10 Thread Jens Rehsack
Am 10.07.2015 um 11:28 schrieb Rongqing Li rongqing...@windriver.com: On 2015年07月10日 17:09, Jens Rehsack wrote: Hi, When build dir includes contain blib, there is an error which should be solved first. Can you please give an example where this condition is true? And maybe refer

[OE-core] [PATCH] oeqa/sstatetests: Add NATIVELSB sstate signature equivalence test

2015-07-10 Thread Richard Purdie
The sstate checksums should be independent of whichever NATIVELSBSTRING is detected. Add an automated QA test which tests this using bitbake -S. To make this possible, we need to be able to override the value of NATIVELSBSTRING so make a small change to allow this. Signed-off-by: Richard Purdie

[OE-core] [PATCH] oeqa/bblayers.py: Show useful failure msg. for all test cases

2015-07-10 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/bblayers.py | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/meta/lib/oeqa/selftest/bblayers.py b/meta/lib/oeqa/selftest/bblayers.py index bf3dd1b..6a9c097 100644 ---

[OE-core] [wic][PATCH] wic: Set default set of bitbake variables

2015-07-10 Thread Ed Bartosh
Set default set of bitbake variables to the set of variables for the first parsed image. This allows wic to find proper bitbake varibale values if it's called with '-e image' even without specifying image in the call of get_bitbake_var. Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com ---

Re: [OE-core] [PATCH] squashfs-tools: upgrade to newer revision from git

2015-07-10 Thread Alexander Kanavin
On 07/10/2015 02:06 PM, Martin Jansa wrote: When a new version with this fix is released we should revert back to tarballs. If the patch didn't already appear in poky, I would suggest you cherry-pick those fixes instead. He said that there won't be any new release in near future if ever.

Re: [OE-core] [PATCH V2] libical: upgrade to 1.0.1

2015-07-10 Thread Iorga, Cristian
For now, please ignore this one, it seems I haven't tested properly, sorry. /Cristian -Original Message- From: Iorga, Cristian Sent: Friday, July 10, 2015 3:07 PM To: openembedded-core@lists.openembedded.org Cc: Iorga, Cristian Subject: [PATCH V2] libical: upgrade to 1.0.1 Bugfix

[OE-core] [PATCH] recipetool/append: Fix selftest failure with multilib

2015-07-10 Thread Richard Purdie
If you have multilib enabled, it finds lib32-base-files instead of base-files for test_recipetool_appendfile_basic causing a test failure. Add a fix for this. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/scripts/lib/recipetool/append.py

[OE-core] lib/oe/recipeutils: Ensure order of data store doesn't influence the result

2015-07-10 Thread Richard Purdie
The order of the keys from the data store is not prescribed. If target_datadir comes before datadir the selftests fail since the 'wrong' variable is used for substitutions. This highlights an issue with the replace_dir_vars() function. Fix this. Signed-off-by: Richard Purdie

Re: [OE-core] [PATCH] squashfs-tools: upgrade to newer revision from git

2015-07-10 Thread Martin Jansa
On Fri, Jul 10, 2015 at 12:38:59PM +0300, Alexander Kanavin wrote: On 07/01/2015 04:23 PM, Martin Jansa wrote: On Mon, Jun 08, 2015 at 02:13:48PM +0200, Martin Jansa wrote: * 4.3 release has nasty hard to reproduce bug in LZO compression which in few cases results in one of these 2

[OE-core] [PATCH V2] libical: upgrade to 1.0.1

2015-07-10 Thread Cristian Iorga
Bugfix release mainly. autotools build system removed, cmake is now used. perl is needed during the configure phase. Switched to releases download link. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../libical/{libical_1.0.0.bb = libical_1.0.1.bb}| 11 +++ 1

Re: [OE-core] Perl recipe fixes and some updates

2015-07-10 Thread Tim Orling
On Jul 10, 2015, at 3:52 PM, Burton, Ross ross.bur...@intel.com wrote: Hi Jens, On 9 July 2015 at 17:22, Jens Rehsack rehs...@gmail.com wrote: With my client's update to fido I grabbed the tuit and did some patches: https://github.com/rehsack/poky/commits/fido Can you rebase those

[OE-core] [PATCH] bootimg.bbclass:iso: determine the -iso-level only if there is a rootfs

2015-07-10 Thread Ricardo Neri
It may be possible that some bootable images do not use a rootfs; this may be the case if the bootable image utilize only an initrd for all its needs. If there is not rootfs, the size calculation will fail. Furthermore, given that the iso9660 conformance level is determined using the size of

Re: [OE-core] [oe] RFC: libav vs. ffmpeg, redux

2015-07-10 Thread Khem Raj
On Thu, Jul 9, 2015 at 8:02 AM, Burton, Ross ross.bur...@intel.com wrote: On 9 July 2015 at 15:57, akuster808 akuster...@gmail.com wrote: That make sense to me. Also libav has LICENSE_FLAGS = commercial so the change which will simplify things too. Why isn't that the case for ffmpeg too?

[OE-core] Yocto Project Status WW28

2015-07-10 Thread Jolley, Stephen K
Current Dev Position: 1.9 Milestone 2 (M2) Next Deadline: M2 cut off of July 27th at noon GMT SWAT team rotation: Paul - Ross https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: * Too many issues in 1.9M1 RC1 to release, moving to RC2. * 1.9 M1 RC2 due

[OE-core] [PATCH 1/1] If a the number of hard links decreases or increases while creating the tar files used for an ipk package, tar fails with error code 1, we use hardlinks on package/ and packages-

2015-07-10 Thread Alejandro Hernandez
[YOCTO #7933] Signed-off-by: Alejandro Hernandez alejandro.hernan...@linux.intel.com --- meta/recipes-devtools/opkg-utils/opkg-utils/tar_ignore_error.patch | 2 +- meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff

[OE-core] [meta-oe][PATCH] mc: Upgrade to release 4.8.14

2015-07-10 Thread Amarnath Valluri
Dropped mc-CTRL.patch, as it was merged to upstream. Upstream commit-id: e78b636eba9d23e9f5f066b022bd5640c85409be. Signed-off-by: Amarnath Valluri amarnath.vall...@intel.com --- meta/recipes-extended/mc/mc/mc-CTRL.patch | 31 -- .../mc/{mc_4.8.13.bb = mc_4.8.14.bb}

Re: [OE-core] [PATCH 2/2] libical: upgrade to 1.0.1

2015-07-10 Thread Martin Jansa
On Thu, Jul 09, 2015 at 04:09:59PM +0100, Burton, Ross wrote: On 9 July 2015 at 15:32, Martin Jansa martin.ja...@gmail.com wrote: aren't github archives regenerated from time to time with different checksums? Yes. I keep on meaning to write a QA test for this. :) FWIW: someone in

[OE-core] [PATCH 1/1] classes/logging: make shell message functions output to the console

2015-07-10 Thread Paul Eggleton
Use the FIFO that is now set up when executing tasks within BitBake to make bbdebug/bbnote/bbwarn/bbplain/bberror/bbfatal output to the console through BitBake's UI (as their python counterparts do) instead of only outputting to the task log. Note that this requires the corresponding change in

[OE-core] [PATCH 0/1] Shell message function support (OE-Core side)

2015-07-10 Thread Paul Eggleton
I'm finally sending out the patches to support the output of bbwarn, bberror etc. actually going to the console. This is the OE-Core side of the changes to implement it (changes are also required to BitBake, the patch for which has been sent to the bitbake-devel list). The following changes

[OE-core] [PATCH] pulseaudio: add systemd to PACKAGECONFIG if enabled in DISTRO_FEATURES

2015-07-10 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol pau.es...@aweurope.be --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index

Re: [OE-core] [PATCH 1/1] rpcbind: handle rpcbind options

2015-07-10 Thread Richard Purdie
On Fri, 2015-07-10 at 13:36 +0800, wenzong@windriver.com wrote: From: Li Wang li.w...@windriver.com the patch refers to: https://bugs.launchpad.net/ubuntu/+source/rpcbind/+bug/835833 Run test: $ systemctl restart rpcbind $ systemctl status rpcbind I shouldn't have to follow a link

[OE-core] [PATCH v2] pulseaudio: add systemd to PACKAGECONFIG if enabled in DISTRO_FEATURES

2015-07-10 Thread Pau Espin Pedrol
Signed-off-by: Pau Espin Pedrol pau.es...@aweurope.be --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index

Re: [OE-core] RFC: libav vs. ffmpeg, redux

2015-07-10 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Eggleton schreef op 09-07-15 om 12:24: Hi all, A few years ago we made the switch from ffmpeg to libav (a mostly drop-in compatible fork), with fairly good justification at the time. However, it looks like Debian has just made the switch

[OE-core] [PATCH] python-smartpm: Have native smart use nativepython

2015-07-10 Thread Randy Witt
Currently when trying to use smart via devshell or in the bitbake environment, it will fail without inheriting pythonnative. Since the native tools should just work use nativepython in the shebang line for smart. Signed-off-by: Randy Witt randy.e.w...@linux.intel.com ---

Re: [OE-core] Library Patches Causing Many Packages to Rebuild

2015-07-10 Thread Connor Smith
On 07/10/2015 04:20 AM, Burton, Ross wrote: On 10 July 2015 at 00:24, Connor Smith connor.sm...@ni.com wrote: rpm-native appears to be recompiling because the do_populate_sysroot hash is changing for the native versions of openssl and python. I'm not sure why either of these

Re: [OE-core] [PATCH 00/12] Remove invalid sed command

2015-07-10 Thread Christopher Larson
On Fri, Jul 10, 2015 at 12:14 AM, Robert Yang liezhi.y...@windriver.com wrote: The sed doesn't return false when miss match, I use a rough wrapper to find out the mis matches: 1) s/sed -i/mysed -i/ in the recipes $ find meta -name '*.bbclass' -o -name '*.bb' -o -name '*.inc' -exec sed -i

Re: [OE-core] [PATCH 1/1] If a the number of hard links decreases or increases while creating the tar files used for an ipk package, tar fails with error code 1, we use hardlinks on package/ and packa

2015-07-10 Thread Burton, Ross
That commit message went a bit crazy, can you reformat it please? :) Ross On 10 July 2015 at 09:13, Alejandro Hernandez alejandro.hernan...@linux.intel.com wrote: [YOCTO #7933] Signed-off-by: Alejandro Hernandez alejandro.hernan...@linux.intel.com ---

Re: [OE-core] Update rrdtool from 1.4.8 to 1.5.3

2015-07-10 Thread Burton, Ross
On 9 July 2015 at 17:38, Jens Rehsack rehs...@gmail.com wrote: here is an update patch for meta-oe/recipes-extended/rrdtool: https://github.com/rehsack/meta-openembedded/commit/6ed5b4489beb1233bd4b3c9f73064e973eeef2ad Please send the actual patch instead of a link to the patch, and meta-oe

Re: [OE-core] Library Patches Causing Many Packages to Rebuild

2015-07-10 Thread Burton, Ross
On 10 July 2015 at 18:09, Connor Smith connor.sm...@ni.com wrote: Ah, that makes sense. I investigated some more, and the do_package task has a hard-coded dependency on rpm-native. Removing this dependency and rebuilding resolved the issue; the only ipks being rebuilt now are from packages

Re: [OE-core] [PATCH] python-smartpm: Have native smart use nativepython

2015-07-10 Thread Burton, Ross
On 10 July 2015 at 19:16, Randy Witt randy.e.w...@linux.intel.com wrote: Currently when trying to use smart via devshell or in the bitbake environment, it will fail without inheriting pythonnative. Since the native tools should just work use nativepython in the shebang line for smart. smart

Re: [OE-core] [PATCH 2/5] xf86-input-vmmouse: Upgrade 13.0.0 - 13.1.0

2015-07-10 Thread Richard Purdie
On Thu, 2015-07-09 at 10:52 +0300, Jussi Kukkonen wrote: Remove backported patch. Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com - This caused: ERROR: QA Issue: xf86-input-vmmouse: Files/directories were installed but not shipped in any package: /usr/libx32/udev

Re: [OE-core] [meta-oe][PATCH] mc: Upgrade to release 4.8.14

2015-07-10 Thread Richard Purdie
On Fri, 2015-07-10 at 15:23 +0300, Amarnath Valluri wrote: Dropped mc-CTRL.patch, as it was merged to upstream. Upstream commit-id: e78b636eba9d23e9f5f066b022bd5640c85409be. mc-CTRL.patch is still used by the non-gplv3 recipe?

Re: [OE-core] [PATCH 1/1] populate_sdk_base.bbclass: don't inherit toolchain-scripts.bbclass

2015-07-10 Thread Richard Purdie
On Thu, 2015-07-09 at 01:49 -0700, Robert Yang wrote: Fixed when enable multilib: require conf/multilib.conf MULTILIBS = multilib:lib32 DEFAULTTUNE_virtclass-multilib-lib32 = x86 $ bitbake core-image-minimal No lib32 package should be built since we don't build lib32-core-image-minimal,

[OE-core] [PATCH] buildtools-tarball: Add inherit toolchain-scripts

2015-07-10 Thread Richard Purdie
The core class used to have this inherit but its being phased out, add the inherit directly where we need it instead. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index

[OE-core] [PATCH v2] python-smartpm: Have native smart use nativepython

2015-07-10 Thread Randy Witt
Currently when trying to use smart via devshell or in the bitbake environment, it will fail without inheriting pythonnative. Since the native tools should just work use nativepython in the shebang line for smart. Signed-off-by: Randy Witt randy.e.w...@linux.intel.com ---

Re: [OE-core] [PATCH 2/5] xf86-input-vmmouse: Upgrade 13.0.0 - 13.1.0

2015-07-10 Thread Burton, Ross
On 9 July 2015 at 08:52, Jussi Kukkonen jussi.kukko...@intel.com wrote: PR = ${INC_PR}.0 I edited this out when testing in MUT, but as we need a V2 for the udev problem you can delete this PR assignment too. Ross -- ___ Openembedded-core mailing

Re: [OE-core] [PATCH] lighttpd: Bug fix

2015-07-10 Thread Burton, Ross
The short log should be more expressive than bug fix, and is Pending the correct upstream status? Ross On 17 June 2015 at 02:34, Li xin lixin.f...@cn.fujitsu.com wrote: mod_cgi buffers data without bound,so fix it. Reference: http://redmine.lighttpd.net/issues/1264 Signed-off-by: Li Xin

Re: [OE-core] [PATCH] elfutils: fix stack usage warning

2015-07-10 Thread Burton, Ross
Can you rebase this for the current master please, which has 0.163. Ross On 6 July 2015 at 05:58, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com Signed-off-by: Roy Li rongqing...@windriver.com --- .../0001-fix-a-stack-usage-warning.patch | 28

Re: [OE-core] [PATCH] systemd: bug fix for the path of systemd.conf

2015-07-10 Thread Burton, Ross
On 3 July 2015 at 09:00, Andreas Oberritter o...@opendreambox.org wrote: if [ -s ${D}${libdir}/tmpfiles.d/systemd.conf ]; the - ${@bb.utils.contains('PACKAGECONFIG', 'networkd', ':', 'sed -i -e \$ad /run/systemd/netif/links 0755 root root -

Re: [OE-core] [PATCH 1/1] insane.bbclass: skip dev-deps QA checking for ptest package

2015-07-10 Thread Burton, Ross
On 6 July 2015 at 11:01, Robert Yang liezhi.y...@windriver.com wrote: The ptest pkg such as perl-ptest may need .h, .so or other files in dev package to run test cases, so skipping dev-deps checkin for ptest package. Is this a common occurrence or is perl the first instance of this? This

Re: [OE-core] [PATCH][V2] db: add debug_lock option to show diagnostic info

2015-07-10 Thread Burton, Ross
On 7 July 2015 at 09:17, Zhixiong Chi zhixiong@windriver.com wrote: +Index: db-6.0.30/dist/configure Don't patch generated files as they'll change drastically over time and make maintaining the patch impossible. Also if the patch has been submitted upstream, including a link to the

Re: [OE-core] [PATCH] parted_1.8.6.bb: add parted that not GPLv3

2015-07-10 Thread Burton, Ross
On 9 July 2015 at 12:38, Otavio Salvador ota...@ossystems.com.br wrote: Parted 1.8 is very old and not supported at all. The number of fixes after it is such huge which makes Parted mostly useless in new storage and disk formats. I see NO benefit in having it and a serious maintenance burden.

Re: [OE-core] [PATCH v2] pulseaudio: add systemd to PACKAGECONFIG if enabled in DISTRO_FEATURES

2015-07-10 Thread Burton, Ross
On 10 July 2015 at 15:04, Pau Espin Pedrol pau.es...@aweurope.be wrote: +FILES_${PN}-server = ${bindir}/pulseaudio ${bindir}/start-* ${sysconfdir} ${bindir}/pactl */udev/rules.d/*.rules ${libdir}/systemd/user/* That's going to break in multiarch builds, ie systemd units go into $prefix/lib

Re: [OE-core] [PATCH] oeqa/runtime: Added 4 new runtime test cases

2015-07-10 Thread Burton, Ross
On 8 July 2015 at 16:17, Daniel Istrate daniel.alexandrux.istr...@intel.com wrote: +@testcase(963) +def test_connmand_file(self): + +Summary: test connmand file +Expected:connman-applet should be ELF32 binary +Product: BSPs +

Re: [OE-core] Perl recipe fixes and some updates

2015-07-10 Thread Burton, Ross
Hi Jens, On 9 July 2015 at 17:22, Jens Rehsack rehs...@gmail.com wrote: With my client's update to fido I grabbed the tuit and did some patches: https://github.com/rehsack/poky/commits/fido Can you rebase those onto master and send them to the list as attached patches (i.e. git send-email)?