[OE-core] [PATCH 2/2] linux-yocto/3.19: drm and axxia updates

2015-07-15 Thread Bruce Ashfield
Bumping the 3.19 SRCREVs for the following fixes: e152349de59b drm/i915: Reset CSB read pointer in ring init a87a6ffb3459 drm/i915/bdw: Enable execlists by default where supported a70b2eb273ef meta: axxiaarm: add configuration fragments Signed-off-by: Bruce Ashfield --- meta/recipes-kerne

[OE-core] [PATCH 1/2] linux-yocto/3.14: fix gcc 4.9.4/5.1 build issues, yaffs2 memory leak

2015-07-15 Thread Bruce Ashfield
Updating the 3.14 SRCREVs for the following commits: 7534aeb01883 yaffs2: fix memory leak in mount/umount 4287412436cb MIPS: Fix build with binutils 2.24.51+ Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 6 +++--- meta/recipes-kernel/linux/linux-yoc

[OE-core] [PATCH 0/2] linux-yocto: mips build fixes & config updates

2015-07-15 Thread Bruce Ashfield
Richard, Here are two fixes that I moved up in my queue in front of the 4.1 kernel, and stable updates to other kernels. This fixes the mips build issues we've been seeing with gcc5.x and the 4.9.3 update. There are minor updates to 3.19 as well, that I wanted to get out now, rather than sit o

Re: [OE-core] [PATCH] curl: Modify PACKAGECONFIG to enable openssl

2015-07-15 Thread Li, Xin
Hi, Anders Thanks for your replay. > Subject: Re: [OE-core] [PATCH] curl: Modify PACKAGECONFIG to enable openssl > > * Li xin [150612 05:41]: > > > Enabled openssl defalutly to use https, just like Ubuntu and Red Hat do. > > > Signed-off-by: Li Xin > > --- > > > -PACKAGECONFIG ??= "${@bb.ut

[OE-core] [PATCH 0/1] Fix fontconfig buildpaths QA check issue

2015-07-15 Thread Kai Kang
There is another buildpaths issue about fontconfig/usr/lib64/libfontconfig.so.1.9.0. It should be fixed by patch of insane.bbclass from Robert. The following changes since commit a15b26de4b407726d3ba9bd1e888b2f1d2c586f5: dbus-ptest: set INSANE_SKIP for build-deps (2015-07-13 13:48:52 +0100) ar

[OE-core] [PATCH 1/1] fontconfig: fix buildpaths QA check

2015-07-15 Thread Kai Kang
Variable Libs.private contains build path in file fontconfig.pc. It fails buildpaths check and that is not the right value when use pkg-config with option '--static'. Remove build path from fontconfig.pc to fix it. Signed-off-by: Kai Kang --- meta/recipes-graphics/fontconfig/fontconfig_2.11.93.

[OE-core] [PATCH 3/3] libcap: control attr PACKAGECONFIG via xattr DISTRO feature

2015-07-15 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-support/libcap/libcap_2.24.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/libcap/libcap_2.24.bb b/meta/recipes-support/libcap/libcap_2.24.bb index 161bb70..36b94ee 100644 --- a/meta/recipes-support/libca

[OE-core] [PATCH 2/3] libcap: avoid losing default Large File Support CFLAGS

2015-07-15 Thread Andre McCurdy
-D_LARGEFILE64_SOURCE and -D_FILE_OFFSET_BITS=64 are present in the default libcap CFLAGS. Add them to the OE CFLAGS too, so that they are still in effect when the OE CFLAGS over-ride the defaults. Signed-off-by: Andre McCurdy --- meta/recipes-support/libcap/libcap_2.24.bb | 3 +++ 1 file change

[OE-core] [PATCH 0/3] libcap: minor tweaks and fixes

2015-07-15 Thread Andre McCurdy
Andre McCurdy (3): libcap: always link apps dynamically libcap: avoid losing default Large File Support CFLAGS libcap: control attr PACKAGECONFIG option via xattr DISTRO feature meta/recipes-support/libcap/libcap_2.24.bb | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) -- 1.9.1

[OE-core] [PATCH 1/3] libcap: always link apps dynamically

2015-07-15 Thread Andre McCurdy
Without the explicit over-ride, apps will be linked statically if a .git directory is found in the top level source directory. Signed-off-by: Andre McCurdy --- meta/recipes-support/libcap/libcap_2.24.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/libcap/libcap_2.24.b

[OE-core] [PATCH] weston: fix two building issue

2015-07-15 Thread rongqing.li
From: Roy Li 1. duplicate makefile rule leads to race, so remove one: "/usr/bin/install: cannot create regular file `bitbake_build/tmp/work/ core2-64-wrs-linux/weston/1.8.0-r0/image/usr/share/wayland-sessions/ weston.desktop': File exists" 2. create tests dir and ivi-shell to fix the bui

[OE-core] [PATCH] bootimg: remove previous FATIMG before creating a new one

2015-07-15 Thread Ricardo Neri
Since version 3.0.0 of dosfstools, mkdosfs opens the to-be-filesystem file with O_EXCL. Since the filesystem is also opened with O_CREAT, the -C option of mkdosfs can only succeed if FATIMG does not exists. Thus, delete any previous FATIMG file. The file can be safely deleted as we are inside build

Re: [OE-core] [PATCH] MIPS: Fix build with binutils 2.24.51+

2015-07-15 Thread Burton, Ross
On 15 July 2015 at 22:19, Yang Shi wrote: > Yes, should I resend the patch to linux-yocto? > Just in case Bruce didn't see the original and for proper process, that would be best. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.ope

Re: [OE-core] [PATCH] MIPS: Fix build with binutils 2.24.51+

2015-07-15 Thread Yang Shi
On 7/15/2015 1:42 PM, Burton, Ross wrote: (I think you meant to send this to linux-yocto@...) Yes, should I resend the patch to linux-yocto? Thanks, Yang On 15 July 2015 at 21:15, Yang Shi > wrote: From: Manuel Lauss mailto:manuel.la...@gmail.com>>

Re: [OE-core] [RFC] Move libexecdir to $prefix/libexec

2015-07-15 Thread Burton, Ross
On 23 June 2015 at 15:30, Ross Burton wrote: > Our default of libexecdir=$libdir/$BPN is contrary to both the FHS[1] and > GNU > Coding Standards[2], mainly because the key point is that libexecdir > should be > global and not change per-recipe. The new FHS allows /usr/libexec so this > series c

Re: [OE-core] [PATCH] MIPS: Fix build with binutils 2.24.51+

2015-07-15 Thread Burton, Ross
(I think you meant to send this to linux-yocto@...) On 15 July 2015 at 21:15, Yang Shi wrote: > From: Manuel Lauss > > commit 842dfc11ea9a21f9825167c8a4f2834b205b0a79 upstream > > Starting with version 2.24.51.20140728 MIPS binutils complain loudly > about mixing soft-float and hard-float objec

[OE-core] [PATCH] MIPS: Fix build with binutils 2.24.51+

2015-07-15 Thread Yang Shi
From: Manuel Lauss commit 842dfc11ea9a21f9825167c8a4f2834b205b0a79 upstream Starting with version 2.24.51.20140728 MIPS binutils complain loudly about mixing soft-float and hard-float object files, leading to this build failure since GCC is invoked with "-msoft-float" on MIPS: {standard input}:

[OE-core] [PATCH 0/1] Bug 8009: Backport upstream commit to fix 3.14 kernel build failure for qemumips

2015-07-15 Thread Yang Shi
Backported the upstream commit to solve the 3.14 kerne lbuild faiure for qemumips with gcc 4.9.3. The following changes since commit b985d5039e5b14f5acac135a84f2d6541b531552: Merge branch 'standard/base' into standard/mti-malta32 (2015-05-07 14:49:36 -0400) are available in the git reposito

[OE-core] [PATCH] sanity.bbclass: Remove check if /tmp is writable

2015-07-15 Thread mariano . lopez
From: Mariano Lopez The check would be managed using BB_DISKMON_DIRS so this removes the check from the sanity class. [YOCTO #8000] Signed-off-by: Mariano Lopez --- meta/classes/sanity.bbclass | 13 - 1 file changed, 13 deletions(-) diff --git a/meta/classes/sanity.bbclass b/meta

Re: [OE-core] [PATCH] oeqa/runtime: Added one automated runtime testcase.

2015-07-15 Thread Christopher Larson
On Wed, Jul 15, 2015 at 7:42 AM, Daniel Istrate < daniel.alexandrux.istr...@intel.com> wrote: > testcase 240: Checks that bash is installed in image. > > Signed-off-by: Daniel Istrate > This commit message summary is not particularly informative. Generic messages like that are not ideal, IMO. “o

[OE-core] OE Changelog since 2015-07-05 until 2015-07-12

2015-07-15 Thread cliff . brake
Changelog since 2015-07-05 until 2015-07-12. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

Re: [OE-core] Query about the toolchian version of Yocto 1.9

2015-07-15 Thread Luo Zhenhua
Thanks a lot. > -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Wednesday, July 15, 2015 1:48 PM > To: Robert Yang > Cc: Luo Zhenhua-B19537; OE-core > Subject: Re: [OE-core] Query about the toolchian version of Yocto 1.9 > > > > On Jul 14, 2015, at 9:51 PM, Rober

[OE-core] Different kernel configuration for different distros

2015-07-15 Thread Yevhen Kyriukha
Hi I have custom (non-yocto) kernel and several distros that use it. Each distro needs to define specific CONFIG_* for this kernel. I'd like to know the right way to customize kernel recipe from each distro's config. -- Regards, Yevhen -- ___ Openembed

[OE-core] [PATCH] gtk+: fix compile error

2015-07-15 Thread Armin Kuster
add introspection configure flag. make[4]: *** No rule to make target `Gdk-2.0.typelib', needed by `all-am'. Signed-off-by: Armin Kuster --- meta/recipes-gnome/gtk+/gtk+.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-gnome/gtk+/gtk+.inc b/meta/recipes-gnome/gtk+/gtk+.inc i

[OE-core] [PATCH] oeqa/runtime: Added one automated runtime testcase.

2015-07-15 Thread Daniel Istrate
testcase 240: Checks that bash is installed in image. Signed-off-by: Daniel Istrate --- meta/lib/oeqa/runtime/bash.py | 23 +++ 1 file changed, 23 insertions(+) create mode 100644 meta/lib/oeqa/runtime/bash.py diff --git a/meta/lib/oeqa/runtime/bash.py b/meta/lib/oeqa/runti

[OE-core] [PATCH] oeqa/runtime: Added a new automated rpm test.

2015-07-15 Thread Daniel Istrate
testcase 195: Check rpm install/removal log file size Signed-off-by: Daniel Istrate --- meta/lib/oeqa/runtime/rpm.py | 37 + 1 file changed, 37 insertions(+) diff --git a/meta/lib/oeqa/runtime/rpm.py b/meta/lib/oeqa/runtime/rpm.py index 4ca193b..32aae24 10064

Re: [OE-core] [PATCH 1/3] qemu: upgrade to 2.4.0-rc0

2015-07-15 Thread Otavio Salvador
On Wed, Jul 15, 2015 at 10:17 AM, Cristian Iorga wrote: > - Get rid of direct use of gnutls APIs in quorum > blockdrv in favour of using the crypto APIs. > - Convert VNC websockets to use crypto APIs. > - All previous CVE are now included. > - larger_default_ram_size.patch patch removed, > no long

[OE-core] [PATCH] oeqa/runtime: Added one runtime testcase in connman.

2015-07-15 Thread Daniel Istrate
(testcase 223) Check that only one connmand runs in background. Signed-off-by: Daniel Istrate --- meta/lib/oeqa/runtime/connman.py | 23 +++ 1 file changed, 23 insertions(+) diff --git a/meta/lib/oeqa/runtime/connman.py b/meta/lib/oeqa/runtime/connman.py index cc537f7..b0404

[OE-core] [Fido PATCH 0/2] Fido OpenSSL Upgrades

2015-07-15 Thread Joshua Lock
Please merge the two changes in the joshuagl/openssl branch of the openembedded-core-contrib repository into the fido branch. These changes merge OpenSSL updates from master to fix recently published vulnerabilities. Regards, Joshua The following changes since commit 0a849983d066cd1beee64cef9

[OE-core] [PATCH v2 3/3] bitbake.conf: fix qemu user mode linux for qemuarm64

2015-07-15 Thread Cristian Iorga
OLDEST_KERNEL is invalid for aarch64, it didn't exist back in our current version. Use a more recent version for aarch64 to allow user mode qemu to work correctly. Signed-off-by: Cristian Iorga --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/bitbake.conf

[OE-core] [PATCH v2 2/3] runqemu-internal: add temporary disk interface to qemuarm64

2015-07-15 Thread Cristian Iorga
Starting with qemu 2.4, a disk needs be attached via a specified interface, even if that interface is none. In case of qemuarm64 machine, the board is virtual, so a none interface it works correctly. Signed-off-by: Cristian Iorga --- scripts/runqemu-internal | 2 +- 1 file changed, 1 insertion(+

[OE-core] [PATCH v2 0/3] qemu upgrade to 2.4.0-rc0

2015-07-15 Thread Cristian Iorga
There is a long list of issues affecting qemu 2.3.0 (current version) in combination with tests performed on YP autobuilders, situation that seriously impacts the way our project evolves and can be managed. As such, we are proposing an upgrade to qemu 2.4.0 RC0, as much better behavior has been see

[OE-core] [PATCH v2 1/3] qemu: upgrade to 2.4.0-rc0

2015-07-15 Thread Cristian Iorga
- Get rid of direct use of gnutls APIs in quorum blockdrv in favour of using the crypto APIs. - Convert VNC websockets to use crypto APIs. - All previous CVE are now included. - larger_default_ram_size.patch patch removed, no longer necessary. Signed-off-by: Cristian Iorga --- meta/recipes-devto

Re: [OE-core] [PATCH 2/3] runqemu-internal: add temporary disk interface to qemuarm64

2015-07-15 Thread Richard Purdie
On Wed, 2015-07-15 at 16:17 +0300, Cristian Iorga wrote: Why do we need to do this? (Yes, I know why, but this commit doesn't tell me). Cheers, Richard > Signed-off-by: Cristian Iorga > --- > scripts/runqemu-internal | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/s

[OE-core] [PATCH 0/3] qemu upgrade to 2.4.0-rc0

2015-07-15 Thread Cristian Iorga
There is a long list of issues affecting qemu 2.3.0 (current version) in combination with tests performed on YP autobuilders, situation that seriously impacts the way our project evolves and can be managed. As such, we are proposing an upgrade to qemu 2.4.0 RC0, as much better behavior has been see

[OE-core] [PATCH 3/3] bitbake.conf: fix qemu user mode linux for qemuarm64

2015-07-15 Thread Cristian Iorga
OLDEST_KERNEL is invalid for aarch64, it didn't exist back in our current version. Use a more recent version for aarch64 to allow user mode qemu to work correctly. Signed-off-by: Cristian Iorga --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/bitbake.conf

[OE-core] [PATCH 2/3] runqemu-internal: add temporary disk interface to qemuarm64

2015-07-15 Thread Cristian Iorga
Signed-off-by: Cristian Iorga --- scripts/runqemu-internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index 6878251..03b40d8 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal @@ -270,7 +270,7 @@ else

[OE-core] [PATCH 1/3] qemu: upgrade to 2.4.0-rc0

2015-07-15 Thread Cristian Iorga
- Get rid of direct use of gnutls APIs in quorum blockdrv in favour of using the crypto APIs. - Convert VNC websockets to use crypto APIs. - All previous CVE are now included. - larger_default_ram_size.patch patch removed, no longer necessary. Signed-off-by: Cristian Iorga --- meta/recipes-devto

Re: [OE-core] [PATCH 0/2] combo-layer pull changes

2015-07-15 Thread Paul Eggleton
On Wednesday 08 July 2015 13:59:47 Markus Lehtonen wrote: > These patches are an effort to make combo-layer pull operation a bit more > predictable. The first patch avoids unwanted merge commits in local > component repositories by requiring fast-forward when pulling. The second > patch adds a --ha

[OE-core] [PATCH] oeqa/devtool: add useful failure messages for some test cases

2015-07-15 Thread Costin Constantin
Signed-off-by: Costin Constantin --- meta/lib/oeqa/selftest/devtool.py | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/meta/lib/oeqa/selftest/devtool.py b/meta/lib/oeqa/selftest/devtool.py index ab412b6..21cd7f5 100644 --- a/meta/lib/oeqa/selftest/devt

Re: [OE-core] [PATCH 1/3] gcc-4.9: Upgrade to 4.9.3

2015-07-15 Thread Bruce Ashfield
On Wed, Jul 15, 2015 at 2:00 AM, Robert Yang wrote: > > > On 07/15/2015 12:07 PM, Khem Raj wrote: >> >> >>> On Jul 13, 2015, at 1:12 AM, Robert Yang >>> wrote: >>> >>> >>> Hi Khem, >>> >>> This upgrade breaks linux-yocto 3.14 build on qemumips or qemumips64: >>> >>> In local.conf: >>> MACHINE = "

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

2015-07-15 Thread Burton, Ross
On 15 July 2015 at 08:43, ChenQi wrote: > > https://autobuilder.yoctoproject.org/main/builders/nightly-arm64/builds/50/steps/Running%20Sanity%20Tests/logs/stdio > > Please look at the above failure. > Literally no idea why I ended up merging this into mut, because I knew it would fail. I've jus

[OE-core] [PATCH 2/2] insane.bbclass: make package_qa_clean_path return a relative path

2015-07-15 Thread Robert Yang
Make package_qa_clean_path() return something like "work/path/to/file" rather than "/work/path/to/file", the relative path is a little clear. Signed-off-by: Robert Yang --- meta/classes/insane.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/insane.bbcl

[OE-core] [PATCH 1/2] insane.bbclass: fix package_qa_check_buildpaths

2015-07-15 Thread Robert Yang
* Ignore elf files because they usually contain build path: - The path of the source file such as .c, these are usually happen when separate B and S since we use absolute path to run configure script, and then VPATH in Makefile will be an absolute path and contains build path, we can

[OE-core] [PATCH 0/2] insane.bbclass: fix package_qa_check_buildpaths

2015-07-15 Thread Robert Yang
The following changes since commit 6be698b7270f73f40d38713ecf13f12aec0ced61: dpkg: Fix for Fedora22 and new versions of tar (2015-07-13 13:46:45 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/buildpath http://cgit.openembedded.org/c

Re: [OE-core] [PATCH 0/3] speex, speexdsp: 1.2rc1 -> 1.2rc2/1.2rc3

2015-07-15 Thread Andre McCurdy
On Wed, Jul 15, 2015 at 12:40 AM, Richard Purdie wrote: > On Thu, 2015-07-09 at 13:49 +0300, Tanu Kaskinen wrote: >> On Thu, 2015-07-09 at 11:11 +0300, Tanu Kaskinen wrote: >> > On Thu, 2015-07-09 at 08:58 +0100, Richard Purdie wrote: >> > > I included these patches on the autobuilder in master-ne

[OE-core] [PATCH] bash_3.2.48: dont include target CFLAGS in host LDFLAGS

2015-07-15 Thread Andre McCurdy
Building the host tool 'mkbuiltins' will fail if the target CFLAGS contains an option which isn't supported by the host's gcc. To prevent the issue, define LDFLAGS_FOR_BUILD based on CFLAGS_FOR_BUILD instead of CFLAGS. Signed-off-by: Andre McCurdy --- ...ont-include-target-CFLAGS-in-host-LDFLAGS

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

2015-07-15 Thread ChenQi
On 07/08/2015 11:17 PM, Daniel Istrate wrote: bash:(240) check bash in image connman: (223) Only one connmand in background (963) test connmand file rpm: (195) Check rpm install/removal log file size Signed-off-by: Daniel Istrate --- meta/lib/oeqa/runtime/bash.py| 23 +++

Re: [OE-core] [PATCH 0/3] speex, speexdsp: 1.2rc1 -> 1.2rc2/1.2rc3

2015-07-15 Thread Richard Purdie
On Thu, 2015-07-09 at 13:49 +0300, Tanu Kaskinen wrote: > On Thu, 2015-07-09 at 11:11 +0300, Tanu Kaskinen wrote: > > On Thu, 2015-07-09 at 08:58 +0100, Richard Purdie wrote: > > > I included these patches on the autobuilder in master-next and saw: > > > > > > https://autobuilder.yoctoproject.org/

[OE-core] [PATCH] rpm: fix segment fault in lib/psm.c

2015-07-15 Thread Zhixiong Chi
Add null pointer checking for rpmpsmStage() function in lib/psm.c Signed-off-by: Zhixiong Chi --- .../rpm/rpm/rpm-fix-segment-fault-in-psm.patch | 34 ++ meta/recipes-devtools/rpm/rpm_5.4.14.bb| 1 + 2 files changed, 35 insertions(+) create mode 100644 meta