Re: [OE-core] [PATCH][masterfido] image.bbclass: Disable USE_DEPMOD for the dummy kernel

2015-08-16 Thread Khem Raj
On Jun 23, 2015, at 12:22 PM, Saul Wold s...@linux.intel.com wrote: The image bbclass will try to find the kernel-abiversion file which is not part of the linux-dummy kernel since there is no actual kernel. In this case using depmod also does not make sense since there should not be any

Re: [OE-core] [PATCH][v5] mmc-utils: fix the building failure when DEBUG_BUILD is 1

2015-08-16 Thread Khem Raj
On Jun 25, 2015, at 6:30 PM, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com Remove -Werror, since it is suitable to develop only; otherwise when gcc adds -O0 option to compile codes, the error will be generated since the warning: //# warning _FORTIFY_SOURCE

Re: [OE-core] [PATCH] python: Add performance patches from upstream 2.7 branch

2015-08-16 Thread Khem Raj
On Jun 17, 2015, at 2:03 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2015-06-17 at 14:10 +0100, Richard Purdie wrote: These performance patches result in about a 25% speed up of our parsing speed with bitbake. They're already applied in 1.7 upstream and backported

Re: [OE-core] [PATCH 5/5] rpm: update to 5.4.15

2015-08-16 Thread Richard Purdie
On Fri, 2015-08-14 at 13:43 +0300, Alexander Kanavin wrote: This update also requires that db is updated to 6.1 version. Patch updates: - verify-fix-broken-logic-for-ghost-avoidance-Mark-Hat.patch has been merged to upstream - rpm-macros.in-disable-external-key-server.patch,

[OE-core] [PATCH 2/3] libunistring: Upgrade recipe 0.9.4 - 0.9.5

2015-08-16 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- .../{libunistring_0.9.4.bb = libunistring_0.9.5.bb} | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) rename meta/recipes-support/libunistring/{libunistring_0.9.4.bb = libunistring_0.9.5.bb} (87%) diff --git

[OE-core] [PATCH 3/3] lzop: Fix build with gcc5 on ppc

2015-08-16 Thread Khem Raj
It seems all other architectures provide their own definitions for these functions like __ACC_UA_GET_LE16 and this code is exposed only on ppc this is the typical extern inline ( gnu definition ) version c99 semantics, lets use static inline which works both ways Signed-off-by: Khem Raj

[OE-core] [PATCH 1/3] guile: Specify directories to find proper libunistring, libgmp and libltdl

2015-08-16 Thread Khem Raj
Just when building on host which doesnt have libunistring on host guile fails the following configure test | configure: error: GNU libunistring is required, please install it. | Configure failed. The contents of all config.log files follows to aid debugging The reason is that its looking for

Re: [OE-core] [PATCH 1/3] toolchain-shar-extract.sh: add a space in the end

2015-08-16 Thread Robert Yang
On 08/15/2015 09:23 AM, Randy MacLeod wrote: Nit pick on logs... In the short log: s/add a space in the end/ /Add a space after asking a question/ On 2015-08-13 03:37 AM, Robert Yang wrote: For a clear look when input. This is a sentence fragment. It will read better if you repeat

Re: [OE-core] [PATCH 2/3] populate_sdk_base.bbclass: help rpm to pull in multilib toolchain

2015-08-16 Thread Robert Yang
On 08/15/2015 04:55 PM, Richard Purdie wrote: On Thu, 2015-08-13 at 00:37 -0700, Robert Yang wrote: When configure multilib, bitbake image_bb -c populate_sdk should install all arch toolchains (for example, 32 and 64bit), but rpm not handle the multilib requires correctly, for example:

[OE-core] [PATCH 2/2] lz4: update to 131

2015-08-16 Thread Armin Kuster
Clean up SRC_URI and convert to use github mirror variable. Signed-off-by: Armin Kuster akuster...@gmail.com --- meta/recipes-support/lz4/lz4.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-support/lz4/lz4.bb b/meta/recipes-support/lz4/lz4.bb index

[OE-core] [PATCH 1/2] bitbake.conf: Add Github mirror

2015-08-16 Thread Armin Kuster
From: Armin Kuster akus...@mvista.com This adds Github mirror variable. Signed-off-by: Armin Kuster akus...@mvista.com --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 21f1698..56e7ca7 100644 ---

Re: [OE-core] [PATCH 0/4] Upgrades: openssh, nss, nfs-utils, rsvg

2015-08-16 Thread Khem Raj
On Aug 11, 2015, at 12:12 PM, Jussi Kukkonen jussi.kukko...@intel.com wrote: The openssh upgrade adds a test that currently fails: that looks like a failure in our test setup, I've filed a bug for that. openssl 7.0 has now been released, see http://www.openssh.com/txt/release-7.0 it

Re: [OE-core] [PATCH 1/2] bitbake.conf: Add Github mirror

2015-08-16 Thread Robert Yang
Hi Armin, Please see this thread: http://lists.openembedded.org/pipermail/openembedded-core/2015-July/108217.html // Robert On 08/17/2015 10:50 AM, Armin Kuster wrote: From: Armin Kuster akus...@mvista.com This adds Github mirror variable. Signed-off-by: Armin Kuster akus...@mvista.com

[OE-core] [PATCH] uclibc: Upgrade to tip of master

2015-08-16 Thread Khem Raj
Drop upstreamed patches convert the rest to git am'able patches Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-core/uclibc/uclibc-git.inc| 38 +-- .../0001-Add-eventfd_read-and-eventfd_write.patch | 120 ...IPTOS_CLASS_-macros-according-to-RFC-2474.patch | 75

[OE-core] [PATCH 2/2] tune-octeon: add tune file for Octeon

2015-08-16 Thread Armin Kuster
From: Armin Kuster akus...@mvista.com this add Mips Octeon tune features. Signed-off-by: Armin Kuster akus...@mvista.com --- meta/conf/machine/include/tune-octeon.inc | 27 +++ 1 file changed, 27 insertions(+) create mode 100644 meta/conf/machine/include/tune-octeon.inc

[OE-core] [PATCH 1/2] Binutils: Add Octeon3

2015-08-16 Thread Armin Kuster
From: Armin Kuster akus...@mvista.com This add octeon3 support to binutils. Signed-off-by: Armin Kuster akus...@mvista.com --- meta/recipes-devtools/binutils/binutils-2.25.1.inc | 1 + .../binutils/binutils/binutils-octeon3.patch | 272 + 2 files changed, 273

Re: [OE-core] [PATCH 2/4] systemd: Upgrade 219 - 224

2015-08-16 Thread Jonathan Liu
Hi Khem, On 16 August 2015 at 11:21, Khem Raj raj.k...@gmail.com wrote: diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_224.bb similarity index 94% rename from meta/recipes-core/systemd/systemd_219.bb rename to

[OE-core] [PATCH 2/4 V2] systemd: Upgrade 219 - 224

2015-08-16 Thread Khem Raj
Change-Id: I998e652382950a3c74c4839f3767ef8bef23d88f Signed-off-by: Khem Raj raj.k...@gmail.com --- ...-mount-add-dependencies-to-dynamically-mo.patch | 36 ...ed-missing.h-fall-back-to-insecure-getenv.patch | 25 --- ...t-install-dependency-links-at-install-tim.patch | 35 ++--

Re: [OE-core] [PATCH 2/4] systemd: Upgrade 219 - 224

2015-08-16 Thread Khem Raj
On Aug 16, 2015, at 7:43 PM, Jonathan Liu net...@gmail.com wrote: Hi Khem, On 16 August 2015 at 11:21, Khem Raj raj.k...@gmail.com wrote: diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_224.bb similarity index 94% rename from