Re: [OE-core] combo-layer issue

2015-04-08 Thread Trevor Woerner
On 15-04-03 10:34 AM, akuster808 wrote: I am trying to replicate how Poky is created using combo-layer. I have referenced https://wiki.yoctoproject.org/wiki/Combo-layer Interesting! I had never heard of this :-) The issue seems to be related when I define branch. Not defining it works fine

Re: [OE-core] [wic][PATCH] wic: Implement --build-rootfs command line option

2015-04-08 Thread João Henrique Ferreira de Freitas
Hi Ed, I liked. Two points: - How about if user sets INHERIT = rm_work? I mean the image recipe will be rm, right? I always put my images in RM_WORK_EXCLUDE so wic can use it. - What will be the behavior if: wic create test-image-4Gb -e test-image --rootfs rootfs1=test-image --rootfs

Re: [OE-core] [PATCH 4/6] sudo: upgrade to 1.8.13

2015-04-08 Thread ChenQi
the patch in the repo: git://git.openembedded.org/openembedded-core-contrib ChenQi/package-upgrade-20150408 commit 3160a583f7bafb06062840bb0a920416c0e31eec Author: Chen Qi qi.c...@windriver.com Date: Wed Apr 8 14:39:14 2015 +0800 sudo: upgrade to 1.8.13 The do_configure_prepend is deleted

[OE-core] [PATCH V2 0/2] Fix for runtime error for rescue mode

2015-04-08 Thread Chen Qi
Changes in V2: 1. Add util-linux-sulogin to RDEPENDS of util-linux The following changes since commit 6333186e9764b2c269a2b3869956860fa8fde2b1: binutils: Fix packaging now gold is always built (2015-04-08 23:10:57 +0100) are available in the git repository at:

[OE-core] [PATCH V2 2/2] shadow: add 'util-linux-sulogin' to RDEPENDS

2015-04-08 Thread Chen Qi
If shadow is installed, sulogin from busybox cannot work correctly because it still assumes that /etc/shadow is not there. This leads to the problem when booting into rescue mode in an image with shadow installed but not sulogin from util-linux. To fix this problem, we add 'util-linux-sulogin' to

Re: [OE-core] [PATCH 1/2] util-linux: split util-linux-sulogin

2015-04-08 Thread ChenQi
On 04/08/2015 09:54 PM, Paul Eggleton wrote: On Tuesday 07 April 2015 11:46:24 Andreas Oberritter wrote: Hello Chen Qi, On 25.03.2015 10:11, Chen Qi wrote: [YOCTO #6698] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-core/util-linux/util-linux.inc | 10 +++--- 1 file

[OE-core] [PATCH V2 1/2] util-linux: split out util-linux-sulogin

2015-04-08 Thread Chen Qi
[YOCTO #6698] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-core/util-linux/util-linux.inc | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index

[OE-core] [RFC] Report build

2015-04-08 Thread João Henrique Ferreira de Freitas
Hi, I would like to share an implementation that I've used with great success to solve the following situation: We have a farm server that Jenkins CI has the control. All the nights a bunch of devel, snapshot and stable builds are fired. Each machine receives a job that the aim is to build

[OE-core] [PATCH] python: Change python 2.7.9 to use libffi from the system

2015-04-08 Thread Nathan Rossi
Changes in python 2.7.9 from 2.7.3 cause issues when building the in tree libffi for ctypes. These issues primarily affect less common platforms (e.g. MicroBlaze) that are supported by libffi but the python overrides for the in tree libffi are not able to detect correctly. This patch changes the

[OE-core] [PATCH] perl: module overload rdpends on overloading

2015-04-08 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Fix perl runtime issue: * Can't locate overloading.pm in @INC (you may need to install the overloading module ...) at /usr/lib64/perl/5.20.0/overload.pm line 83. Signed-off-by: Wenzong Fan wenzong@windriver.com ---

[OE-core] [PATCH 4/6] sudo: upgrade to 1.8.13

2015-04-08 Thread Chen Qi
Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-extended/sudo/sudo.inc | 12 +++- .../sudo/{sudo_1.8.11p2.bb = sudo_1.8.13.bb}| 4 ++-- 2 files changed, 5 insertions(+), 11 deletions(-) rename

[OE-core] [PATCH 3/6] kmod: upgrade to 20

2015-04-08 Thread Chen Qi
The following patches are rebased. -- Change-to-calling-bswap_-instead-of-htobe-and-be-toh.patch -- avoid_parallel_tests.patch The following patch is added to solve a parallel build bug. -- 0001-Makefile.am-fix-parallel-build-problem.patch Signed-off-by: Chen Qi qi.c...@windriver.com ---

[OE-core] [PATCH 5/6] sysstat: upgrade to 11.1.3

2015-04-08 Thread Chen Qi
Signed-off-by: Chen Qi qi.c...@windriver.com --- .../recipes-extended/sysstat/{sysstat_11.0.2.bb = sysstat_11.1.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/sysstat/{sysstat_11.0.2.bb = sysstat_11.1.3.bb} (40%) diff --git

[OE-core] [PATCH 6/6] xz: upgrade to 5.2.1

2015-04-08 Thread Chen Qi
Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-extended/xz/{xz_5.2.0.bb = xz_5.2.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/xz/{xz_5.2.0.bb = xz_5.2.1.bb} (92%) diff --git a/meta/recipes-extended/xz/xz_5.2.0.bb

[OE-core] [PATCH] gtk+: Upgrade to 2.24.27

2015-04-08 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- meta/recipes-gnome/gtk+/gtk+_2.24.25.bb | 33 - meta/recipes-gnome/gtk+/gtk+_2.24.27.bb | 33 + 2 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644

Re: [OE-core] [PATCH 2/2] security_flags.inc: disable PIE for bash due to issues in mkbuiltins

2015-04-08 Thread Richard Purdie
On Tue, 2015-04-07 at 16:53 -0400, Denys Dmytriyenko wrote: From: Denys Dmytriyenko de...@ti.com As bash builds a native tool called mkbuiltins, it fails with PIE flags: ld: mkbuiltins.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object;

[OE-core] [PATCH 0/6] Package Upgrades

2015-04-08 Thread Chen Qi
The following changes since commit ca228b117abe3dc40c996a006c9cbea91c17ccea: gcc-4.8: Upgrade 4.8.2 - 4.8.4 (2015-04-08 10:45:28 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/package-upgrade-20150408 http

[OE-core] [PATCH 2/6] busybox: upgrade to 1.23.2

2015-04-08 Thread Chen Qi
Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-core/busybox/{busybox_1.23.1.bb = busybox_1.23.2.bb} | 4 ++-- meta/recipes-core/busybox/busybox_git.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename

[OE-core] [PATCH 1/6] curl: upgrade to 7.41.0

2015-04-08 Thread Chen Qi
Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-support/curl/{curl_7.40.0.bb = curl_7.41.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/curl/{curl_7.40.0.bb = curl_7.41.0.bb} (93%) diff --git a/meta/recipes-support/curl/curl_7.40.0.bb

[OE-core] [PATCH] connman: Create connman.service at proper moment

2015-04-08 Thread Jukka Rissanen
ConnMan commit ac332c5d01b0737c18cb58c8ccc67cf6b0427e1d changes how the connman.service file is created from .in file. After that commit, the file is created by Makefile instead of configure. This means that we need to tweak the service file in compile time instead of configure time because the

[OE-core] [PATCH] file: add -P prompt into usage info

2015-04-08 Thread Junling Zheng
Currently, file's usage info doesn't contain -P prompt. So add it. Signed-off-by: Junling Zheng zhengjunl...@huawei.com --- .../file/0001-Add-P-prompt-into-Usage-info.patch | 39 ++ meta/recipes-devtools/file/file_5.22.bb| 3 +- 2 files changed, 41

Re: [OE-core] [PATCH] python-2.7-manifest.inc: add fractions.* to ${PN}-numbers

2015-04-08 Thread Richard Purdie
On Tue, 2015-04-07 at 22:15 -0700, Tim Orling wrote: python-cryptography requires fractions module which is currently unpackaged. Signed-off-by: Tim Orling ticot...@gmail.com --- meta/recipes-devtools/python/python-2.7-manifest.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [OE-core] [OE-core v2 PATCH 0/5] aarch64 changes for meta layer

2015-04-08 Thread Naresh Bhat
On 18 March 2015 at 16:57, Naresh Bhat naresh.b...@linaro.org wrote: I am adding the support of aarch64 to LUV OS Distribution project. The luv-yocto project is based on poky distribution. https://01.org/linux-uefi-validation While adding support I find that these are the few meta layer

Re: [OE-core] [PATCH 08/10] groff: 1.22.2 - 1.22.3

2015-04-08 Thread Richard Purdie
On Tue, 2015-04-07 at 04:24 -0700, Robert Yang wrote: * Updated groff-1.22.2-correct-man.local-install-path.patch * Add perl to RDEPENDS_groff since /usr/bin/perf is a perl script now. perf - perl and this caused failures on some build machines due to /bin/perl rather than /usr/bin/perl:

Re: [OE-core] [oe-commits] Khem Raj : gdb: Upgrade 7.8.1 - 7.9

2015-04-08 Thread Khem Raj
On Apr 8, 2015, at 9:56 AM, Martin Jansa martin.ja...@gmail.com wrote: On Wed, Apr 08, 2015 at 09:54:11AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 34a77b11350f1f4ccd952f78fd660710b6efaac8 URL:

[OE-core] [PATCH] tcmode-default.inc: update GDBVERSION to 7.9%

2015-04-08 Thread Martin Jansa
* version 7.8.1 was removed in this commit: commit 34a77b11350f1f4ccd952f78fd660710b6efaac8 Author: Khem Raj raj.k...@gmail.com Date: Mon Mar 2 02:11:00 2015 + Subject: gdb: Upgrade 7.8.1 - 7.9 * causing couple of annoying NOTEs at the beginning of each build: NOTE: Resolving any

[OE-core] [PATCH] libgpg-error: Fix native build on i686

2015-04-08 Thread Gary Thomas
Most modern x86 systems return i686 as the system type. This patch handles i486, i586 and i686 correctly. Signed-off-by: Gary Thomas g...@mlbassoc.com --- meta/recipes-support/libgpg-error/libgpg-error_1.18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH 1/2] util-linux: split util-linux-sulogin

2015-04-08 Thread Paul Eggleton
On Tuesday 07 April 2015 11:46:24 Andreas Oberritter wrote: Hello Chen Qi, On 25.03.2015 10:11, Chen Qi wrote: [YOCTO #6698] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-core/util-linux/util-linux.inc | 10 +++--- 1 file changed, 7 insertions(+), 3

[OE-core] [PATCH] dpkg: add triplet entry to fix build error for armeb

2015-04-08 Thread Krishnanjanappa, Jagadeesh
From: Krishnanjanappa, Jagadeesh jagadeesh.krishnanjana...@caviumnetworks.com 1. Cross-compling dpkg application for armeb fails with below error during configure task, (snip) configure:23141: checking dpkg cpu type configure:23148: result: armeb configure:23150: WARNING:

[OE-core] [PATCH 2/2] pango: fix postinst

2015-04-08 Thread Martin Jansa
* merge postinst_prologue with the append in the do_split_packages call Now we can call correct pango-querymodules binary and respect D variable, otherwise we're trying to regenerate it on host which fails: pango-module-basic-fc.postinst: line 17: /usr/bin/pango-querymodules: No such file

[OE-core] [PATCH 1/2] tzdata: fix postinst

2015-04-08 Thread Martin Jansa
* add quotes around possibly empty tz variable * use exit instead of return, because we're not in function and postinst fails: line 9: return: can only `return' from a function or sourced script Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-extended/tzdata/tzdata.inc |

[OE-core] [PATCH v2] dpkg: add triplet entry to fix build error for armeb

2015-04-08 Thread Krishnanjanappa, Jagadeesh
From: Krishnanjanappa, Jagadeesh jagadeesh.krishnanjana...@caviumnetworks.com Cross-compling dpkg application for armeb fails with below error during configure task, (snip) configure:23141: checking dpkg cpu type configure:23148: result: armeb configure:23150: WARNING: armeb not found in

Re: [OE-core] [PATCH 4/6] sudo: upgrade to 1.8.13

2015-04-08 Thread Randy MacLeod
On 2015-04-08 06:24 AM, Chen Qi wrote: Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-extended/sudo/sudo.inc | 12 +++- .../sudo/{sudo_1.8.11p2.bb = sudo_1.8.13.bb}| 4 ++-- 2 files changed, 5 insertions(+), 11 deletions(-)

Re: [OE-core] [PATCH] dpkg: add triplet entry to fix build error for armeb

2015-04-08 Thread Anders Darander
* Krishnanjanappa, Jagadeesh jagadeesh.krishnanjana...@caviumnetworks.com [150408 15:33]: 2. Added INC_PR to PR to have an updated value, when INC_PR is defined in dpkg.inc file Drop INC_PR from this patch. There's no INC_PR in the .inc file, and besides that, we're not touching PR at all,

Re: [OE-core] [PATCH] dpkg: add triplet entry to fix build error for armeb

2015-04-08 Thread Krishnanjanappa, Jagadeesh
Drop INC_PR from this patch. There's no INC_PR in the .inc file, and besides that, we're not touching PR at all, unless we're really forced to. Yes, there is no INC_PR defined in dpkg.inc file. The intention was if anyone wants to update dpkg.inc file in future, they can define INC_PR in dpkg.inc

Re: [OE-core] [PATCH] dpkg: add triplet entry to fix build error for armeb

2015-04-08 Thread Otavio Salvador
Hello Jagadeesh, On Wed, Apr 8, 2015 at 11:43 AM, Krishnanjanappa, Jagadeesh jagadeesh.krishnanjana...@caviumnetworks.com wrote: Drop INC_PR from this patch. There's no INC_PR in the .inc file, and besides that, we're not touching PR at all, unless we're really forced to. Yes, there is no

Re: [OE-core] failure in gcc-crosssdk-initial was populate_sdk error

2015-04-08 Thread trevor
On 15-04-02 09:18 AM, Mark Hatle wrote: On 4/1/15 5:17 PM, Cliff Brake wrote: Hi, I'm getting the following when running populate_sdk with a dizzy build. Angstrom distro workstation OS is debian wheezy gcc (Debian 4.7.2-5) 4.7.2 Any thoughts what I'm doing wrong? Thanks, Cliff NOTE:

Re: [OE-core] [oe-commits] Khem Raj : gdb: Upgrade 7.8.1 - 7.9

2015-04-08 Thread Martin Jansa
On Wed, Apr 08, 2015 at 09:54:11AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 34a77b11350f1f4ccd952f78fd660710b6efaac8 URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=34a77b11350f1f4ccd952f78fd660710b6efaac8 Author:

[OE-core] [PATCH 2/2] nss: Fix build in x32 ABI

2015-04-08 Thread Aníbal Limón
When try to build nss with x32 ABI enabled fails because it need to be specified USE_X32 env var. [YOCTO #7420] Signed-off-by: Aníbal Limón anibal.li...@linux.intel.com --- meta/recipes-support/nss/nss.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-support/nss/nss.inc

[OE-core] [PATCHv2 1/2] kexec-tools: Add support for build with x32 ABI in x86_64

2015-04-08 Thread Aníbal Limón
From: Mariano Lopez mariano.lo...@linux.intel.com Add autoconf test for detect when build is x32 ABI this enables to test into purgatory Makefile to avoid use -mcmodel=large flag in CC. Add ELFCLASS read and syscall number into kexec, see patch. [YOCTO #7419] Signed-off-by: Aníbal Limón

[OE-core] [PATCH 0/2] x32 ABI fixes kexec-tools and nss

2015-04-08 Thread Aníbal Limón
The next changes contains, kexec-tools v2 patch that fixes problems related to configure.ac when try to compile enabling zlib. nss v1 patch that enables x32 build. The following changes since commit a146e8ccfcc9d7f957de60c8634b38bb3431ca04: bitbake: runqueue: pass