[OE-core] [PATCH] musl: Upgrade to 1.1.14

2016-02-21 Thread Khem Raj
There has been regressions seen in 1.1.13 hence a quick 1.1.14 release is made here is the list of all changes between 1.1.13 and 1.1.14 http://git.musl-libc.org/cgit/musl/log/?qt=range&q=v1.1.13..v1.1.14 Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 4 ++-- 1 file changed,

[OE-core] [PATCH 4/4] uclibc: Do not use immediate expansion operator

2016-02-21 Thread Khem Raj
:= causes none of _remove flags to work with uclibc e.g. security flags where we remove ssp options for libcs but it does not become effective for uclibc and hence the build fails Signed-off-by: Khem Raj --- meta/recipes-core/uclibc/uclibc.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 delet

[OE-core] [PATCH 2/4] clutter: Upgrade 1.24.2 -> 1.25.6

2016-02-21 Thread Khem Raj
Here is changes between two versions https://git.gnome.org/browse/clutter/log/?qt=range&q=1.24.2..1.25.6 For me it has configure fixes to compile it with clang Signed-off-by: Khem Raj --- .../clutter/{clutter-1.0_1.24.2.bb => clutter-1.0_1.25.6.bb} | 4 ++-- 1 file changed, 2 insertion

[OE-core] [PATCH 1/4] Upgrade systemd to 229

2016-02-21 Thread Khem Raj
Signed-off-by: Khem Raj --- ...c-Change-the-default-device-timeout-to-2.patch} | 10 ++-- ...r-getty-to-agetty-in-console-setup-system.patch | 6 +- ...ng.patch => 0003-define-exp10-if-missing.patch} | 14 ++--- ...v-when-secure-versions-are-not-available.patch} | 23 ...t-install-depen

[OE-core] [PATCH 3/4] security_flags: Disable ssp when compiling uclibc

2016-02-21 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/conf/distro/include/security_flags.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/distro/include/security_flags.inc index 2ba2755..ed82087 100644 --- a/meta/conf/distro/include/security_flags.in

Re: [OE-core] [PATCH 2/5] gcc-5.3.inc/base.bbclass: add gcc option to not record -fdebug-prefix-map to debugging info

2016-02-21 Thread Hongxu Jia
On 02/20/2016 09:00 PM, Martin Jansa wrote: On Fri, Jan 29, 2016 at 12:35:55PM -0500, Hongxu Jia wrote: Add option '-gno-record-debug-prefix-map' and '-grecord-debug-prefix-map' for gcc. If '-gno-record-debug-prefix-map' is used, it does not record '-fdebug-prefix-map' to gcc command line switch

Re: [OE-core] [PATCH 1/1] wpa-supplicant: Fix CVE-2015-8041

2016-02-21 Thread Robert Yang
On 02/22/2016 12:15 PM, Paul Eggleton wrote: Hi Robert, I just noticed this never got merged into jethro. Could you take care of that? The original patch is here: Got it, thanks. // Robert http://patchwork.openembedded.org/patch/107625/ Joshua, looks like we could use this one in fido as

Re: [OE-core] [PATCH 1/1] wpa-supplicant: Fix CVE-2015-8041

2016-02-21 Thread Paul Eggleton
Hi Robert, I just noticed this never got merged into jethro. Could you take care of that? The original patch is here: http://patchwork.openembedded.org/patch/107625/ Joshua, looks like we could use this one in fido as well. Thanks, Paul On Fri, 13 Nov 2015 20:18:09 Hongxu Jia wrote: > On 11/1

Re: [OE-core] Error building core-image-sato

2016-02-21 Thread winiston
Dear, Yes, I added meta-ti layer in the bblayers.conf which is reside in /home/winiston/meta-ti and I used hob to create the image. My bblayers.conf contents as given below. # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf # changes incompatibly LCONF_VERSION = "6" BBP

Re: [OE-core] [PATCH] conf/distro/include: Add no-static-libs.inc

2016-02-21 Thread Khem Raj
On Thu, Feb 18, 2016 at 2:05 AM, Andreas Müller wrote: > On Mon, Feb 15, 2016 at 2:44 PM, Otavio Salvador > wrote: >> On Sun, Feb 14, 2016 at 12:28 PM, Richard Purdie >> wrote: >>> Maintaining this list in a common location is more desireable than >>> everyone doing it themselves. Poky will swit

Re: [OE-core] Error building core-image-sato

2016-02-21 Thread Khem Raj
On Wed, Feb 17, 2016 at 9:02 PM, wrote: > Dear, > > I tried to build core-image-sato. It spits out the following error. > > winiston@winiston-VirtualBox:~/poky/build$ bitbake core-image-sato > Parsing recipes: 100% |###| ETA: 00:00:00 > Parsing of 1060 .bb files compl

Re: [OE-core] [PATCH] oeqa/selftest/kernel.py: Add new file destined for kernel related tests [YP#7202]: Test for linux-dummy The new kernel.py file is intended for kernel related test cases. The test

2016-02-21 Thread Paul Eggleton
Hi Costin, On Sun, 21 Feb 2016 11:45:51 Costin Constantin wrote: > Signed-off-by: Costin Constantin Commit messages should start with a "shortlog" (one line description of the change) and then the commit message should be separated from that by a blank line so that it's not all crammed into th

Re: [OE-core] [PATCH 11/14] devtool: deploy-target: preserve existing files

2016-02-21 Thread Paul Eggleton
On Sun, 21 Feb 2016 12:03:38 Khem Raj wrote: > On Sun, Feb 21, 2016 at 11:30 AM, Paul Eggleton > > wrote: > > Hi Khem, > > > > On Sat, 20 Feb 2016 11:20:42 Khem Raj wrote: > >> On Fri, Feb 19, 2016 at 1:38 AM, Paul Eggleton > >> > >> wrote: > >> > If files would be overwritten by the deploymen

Re: [OE-core] [PATCH 11/14] devtool: deploy-target: preserve existing files

2016-02-21 Thread Khem Raj
On Sun, Feb 21, 2016 at 11:30 AM, Paul Eggleton wrote: > Hi Khem, > > On Sat, 20 Feb 2016 11:20:42 Khem Raj wrote: >> On Fri, Feb 19, 2016 at 1:38 AM, Paul Eggleton >> wrote: >> > If files would be overwritten by the deployment, preserve them in a >> > separate location on the target so that they

Re: [OE-core] [PATCH 01/14] devtool: minor fix for error message

2016-02-21 Thread Paul Eggleton
On Sat, 20 Feb 2016 11:16:32 Khem Raj wrote: > On Fri, Feb 19, 2016 at 1:38 AM, Paul Eggleton > > wrote: > > There is no -N/--name option for devtool, that's a recipetool option - > > with devtool you just specify the name as a positional argument. > > > > Signed-off-by: Paul Eggleton > > --- >

Re: [OE-core] [PATCH 11/14] devtool: deploy-target: preserve existing files

2016-02-21 Thread Paul Eggleton
Hi Khem, On Sat, 20 Feb 2016 11:20:42 Khem Raj wrote: > On Fri, Feb 19, 2016 at 1:38 AM, Paul Eggleton > wrote: > > If files would be overwritten by the deployment, preserve them in a > > separate location on the target so that they can be restored if you > > later run devtool undeploy-target. >

[OE-core] [PATCH v2 2/2] pango: make ${PN}-ptest RDEPENDS on cantarell-fonts

2016-02-21 Thread Jagadeesh Krishnanjanappa
Pango test case (test-layout.test) requires cantarell-font typeface. This test case uses 'Cantarell 11' font type. Test result after this change on qemux86: -- snip -- root@qemux86:~# gnome-desktop-testing-runner pango Running test: pango/test-pangocairo-threads.test Executing: pango/test-pangocai

[OE-core] [PATCH v2 1/2] cantarell-fonts: Add recipe

2016-02-21 Thread Jagadeesh Krishnanjanappa
1. The Cantarell font typeface is designed as a contemporary Humanist sans serif, and was developed for on-screen reading; in particular, reading web pages on an HTC Dream mobile phone. 2. Pango test case (test-layout.test) requires cantarell-font typeface. This test case uses 'Cantare

Re: [OE-core] [PATCH 1/2] cantarell-fonts: Add recipe

2016-02-21 Thread Jagadeesh Krishnanjanappa
Hi Jussi, Thank you for considering the addition of cantarell fonts to OE-core. I will submit an updated cantarell fonts recipe with v0.0.21 and PR ="r0" removed. Regards, Jagadeesh On Tue, Feb 9, 2016 at 8:07 PM, Jussi Kukkonen wrote: > Hi again, > > Maybe this does make sense even with the d

[OE-core] [PATCH] oeqa/selftest/kernel.py: Add new file destined for kernel related tests [YP#7202]: Test for linux-dummy The new kernel.py file is intended for kernel related test cases. The test for

2016-02-21 Thread Costin Constantin
Signed-off-by: Costin Constantin --- meta/lib/oeqa/selftest/kernel.py | 29 + 1 file changed, 29 insertions(+) create mode 100644 meta/lib/oeqa/selftest/kernel.py diff --git a/meta/lib/oeqa/selftest/kernel.py b/meta/lib/oeqa/selftest/kernel.py new file mode 100644 in