[OE-core] [PATCH 2/2] combo-layer: exclude files

2015-03-10 Thread Patrick Ohly
Some combined repos intentionally do not include certain files. For example, Poky does not include bitbake's setup files and OE-core's sample files under meta/conf. When these files get modified in the upstream repository, applying the patches fails and requires manual intervention. That is

Re: [OE-core] [PATCH 1/1] btrfs-tools: workaround DEBUG_BUILD for arm

2015-03-10 Thread Richard Purdie
On Tue, 2015-03-10 at 02:25 -0700, Robert Yang wrote: Workaround when: MACHINE = qemuarm DEBUG_BUILD = 1 Errors: {standard input}: Assembler messages: {standard input}:3383: Error: invalid operands (.text and *UND* sections) for `-' {standard input}:3389: Error: invalid operands (.text

Re: [OE-core] [PATCHv6 1/1] recipes: add x11 to required DISTRO_FEATURES

2015-03-10 Thread Richard Purdie
On Tue, 2015-03-03 at 08:05 +0100, Martin Jansa wrote: On Fri, Feb 27, 2015 at 10:23:22AM +0100, Martin Jansa wrote: On Mon, Feb 09, 2015 at 01:25:15PM +0100, Martin Jansa wrote: * it's not complete, but recipes depending on virtual/libx11 are easiest to spot, I've long list of

[OE-core] [PATCH 1/2] combo-layer: runcmd() with separate output

2015-03-10 Thread Patrick Ohly
Allow the caller to specify a separate output stream. stderr is always a temporary file opened by runcmd(), so read from that to capture output for error reporting *and* the return value. The reasoning for the latter is a) that this preserves the traditional behavior when out=None and b) if the

[OE-core] [PATCH 0/2] combo-layer: exclude files

2015-03-10 Thread Patrick Ohly
I ran into the merge conflicts described in the second patch recently due to changes in OE-core's conf sample files. Richard told me that he is aware of the issue and just deals with it manually because he never had time to automate it; I hope these patches do that sufficiently well to be

Re: [OE-core] [PATCH v2 0/3] Identify existing configuration files

2015-03-10 Thread Burton, Ross
Hi Rob, On 9 March 2015 at 23:52, Rob Woolley rob.wool...@windriver.com wrote: Some package formats explicitly track which files are configuration files so that they are not overwritten on updates. This series explicitly identifies files that were already being packaged, but not known as

Re: [OE-core] [PATCH] liberation-fonts: inherit allarch as fonts are arch-independent

2015-03-10 Thread Martin Jansa
On Mon, Mar 09, 2015 at 01:42:14PM -0300, Otavio Salvador wrote: On Mon, Mar 9, 2015 at 1:38 PM, Ross Burton ross.bur...@intel.com wrote: Signed-off-by: Ross Burton ross.bur...@intel.com Acked-by: Otavio Salvador ota...@ossystems.com.br It fontcache adds dependency on TUNE_PKGARCH

[OE-core] [PATCH] oeqa/parselogs: Skip hda opcode errors

2015-03-10 Thread Richard Purdie
These occur when running images under virtualisation on machines with high load which sometimes trigger timeouts in the kernel DMA code. They're harmless to ignore in these cases. Adding this since failing the build due to this is more annoying thank useful. [YOCTO #7387] Signed-off-by: Richard

[OE-core] [dizzy][PATCH] fontcache.bbclass: prepend to PACKAGEFUNCS instead of appending

2015-03-10 Thread Jonathan Liu
Appending to PACKAGEFUNCS results in the font packages missing the postinst/postrm scripts and the fontconfig cache not being generated in /var/cache/fontconfig when creating images or installing font packages. This is because the package data has already been emitted by emit_pkgdata in

Re: [OE-core] [dizzy][PATCH] libunwind: backport patch to link against libgcc_s intead of libgcc

2015-03-10 Thread Jonathan Liu
On 11 March 2015 at 14:19, Khem Raj raj.k...@gmail.com wrote: On Mar 10, 2015, at 8:05 PM, Jonathan Liu net...@gmail.com wrote: On 11 March 2015 at 13:43, Khem Raj raj.k...@gmail.com wrote: On Mar 10, 2015, at 7:33 PM, Jonathan Liu net...@gmail.com wrote: Signed-off-by: Jonathan Liu

Re: [OE-core] [PATCH 1/1] btrfs-tools: workaround DEBUG_BUILD for arm

2015-03-10 Thread Khem Raj
On Tue, Mar 10, 2015 at 2:25 AM, Robert Yang liezhi.y...@windriver.com wrote: Workaround when: MACHINE = qemuarm DEBUG_BUILD = 1 Errors: {standard input}: Assembler messages: {standard input}:3383: Error: invalid operands (.text and *UND* sections) for `-' {standard input}:3389: Error:

[OE-core] [PATCH] devshell: start in ${B} not ${S}

2015-03-10 Thread Ross Burton
When S=B this is a no-op, but when B!=S this means you can run make and so on without having to change directory first. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/classes/devshell.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH v2 2/3] nfs-utils: Identify CONFFILES

2015-03-10 Thread Rob Woolley
Hi Ross, My understanding is that they are used to help make NFS state-full. The state file is part of the extension to add Network Status Monitoring (NSM) to NFS. In the RPM world, they need to label them as configuration files to avoid them getting overwritten during an upgrade. The

[OE-core] [PATCH] chrpath.bbclass: handle RUNPATH as well as RPATH

2015-03-10 Thread Andre McCurdy
Binaries linked with gold may contain a RUNPATH instead of an RPATH. Update chrpath.bbclass process_file_linux() to handle both cases. Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/classes/chrpath.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [OE-core] [PATCH 1/1] btrfs-tools: workaround DEBUG_BUILD for arm

2015-03-10 Thread Khem Raj
On Tue, Mar 10, 2015 at 7:05 PM, Robert Yang liezhi.y...@windriver.com wrote: [CC] btrfs-show-super.o {standard input}: Assembler messages: {standard input}:3368: Error: invalid operands (.text and *UND* sections) for `-' {standard input}:3374: Error: invalid operands (.text and *UND*

Re: [OE-core] [dizzy][PATCH] libunwind: backport patch to link against libgcc_s intead of libgcc

2015-03-10 Thread Khem Raj
On Mar 10, 2015, at 7:33 PM, Jonathan Liu net...@gmail.com wrote: Signed-off-by: Jonathan Liu net...@gmail.com --- ...-libunwind-to-libgcc_s-rather-than-libgcc.patch | 42 ++ meta/recipes-support/libunwind/libunwind_1.1.bb| 1 + 2 files changed, 43 insertions(+)

[OE-core] [dizzy][PATCH] systemd: fix /var/log/journal ownership

2015-03-10 Thread Jonathan Liu
The ownership needs to be explicitly set otherwise it inherits the user and group id of the build user. Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-core/systemd/systemd_216.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/systemd/systemd_216.bb

Re: [OE-core] [dizzy][PATCH] libunwind: backport patch to link against libgcc_s intead of libgcc

2015-03-10 Thread Jonathan Liu
On 11 March 2015 at 13:43, Khem Raj raj.k...@gmail.com wrote: On Mar 10, 2015, at 7:33 PM, Jonathan Liu net...@gmail.com wrote: Signed-off-by: Jonathan Liu net...@gmail.com --- ...-libunwind-to-libgcc_s-rather-than-libgcc.patch | 42 ++

Re: [OE-core] [dizzy][PATCH] libunwind: backport patch to link against libgcc_s intead of libgcc

2015-03-10 Thread Khem Raj
On Mar 10, 2015, at 8:05 PM, Jonathan Liu net...@gmail.com wrote: On 11 March 2015 at 13:43, Khem Raj raj.k...@gmail.com wrote: On Mar 10, 2015, at 7:33 PM, Jonathan Liu net...@gmail.com wrote: Signed-off-by: Jonathan Liu net...@gmail.com ---

Re: [OE-core] [PATCH] systemd: Fix the problem of an empty journal on boot

2015-03-10 Thread Khem Raj
On Mar 10, 2015, at 9:48 PM, Khem Raj raj.k...@gmail.com wrote: On Mar 7, 2015, at 11:37 AM, Khem Raj raj.k...@gmail.com wrote: On Fri, Mar 6, 2015 at 1:18 AM, Khem Raj raj.k...@gmail.com wrote: On Mar 5, 2015, at 10:01 PM, randy.e.w...@linux.intel.com wrote: On Mar 5, 2015 6:13

Re: [OE-core] [PATCH] systemd: Fix the problem of an empty journal on boot

2015-03-10 Thread Khem Raj
On Mar 7, 2015, at 11:37 AM, Khem Raj raj.k...@gmail.com wrote: On Fri, Mar 6, 2015 at 1:18 AM, Khem Raj raj.k...@gmail.com wrote: On Mar 5, 2015, at 10:01 PM, randy.e.w...@linux.intel.com wrote: On Mar 5, 2015 6:13 PM, Randy Witt randy.e.w...@linux.intel.com wrote: systemd by

Re: [OE-core] [PATCH] chrpath.bbclass: handle RUNPATH as well as RPATH

2015-03-10 Thread Khem Raj
On Mar 10, 2015, at 5:56 PM, Andre McCurdy armccu...@gmail.com wrote: Binaries linked with gold may contain a RUNPATH instead of an RPATH. Update chrpath.bbclass process_file_linux() to handle both cases. This is ok. RPATH is deprecated, gold is forward looking by default, may be we

Re: [OE-core] [PATCH 1/1] btrfs-tools: workaround DEBUG_BUILD for arm

2015-03-10 Thread Robert Yang
On 03/11/2015 12:28 AM, Khem Raj wrote: On Tue, Mar 10, 2015 at 2:25 AM, Robert Yang liezhi.y...@windriver.com wrote: Workaround when: MACHINE = qemuarm DEBUG_BUILD = 1 Errors: {standard input}: Assembler messages: {standard input}:3383: Error: invalid operands (.text and *UND* sections) for

[OE-core] [PATCH v2] bootchart2: add dependency for bootchartd

2015-03-10 Thread Jian Liu
bootchartd use the command lsb_release and pidof during running, and also the two commands are not installed defaultly. So add sysvinit-pidof and lsb in the RDEPENDS. Signed-off-by: Jian Liu jian@windriver.com --- meta/recipes-devtools/bootchart2/bootchart2_git.bb | 5 + 1 file changed,

[OE-core] [daisy][PATCH] systemd: fix /var/log/journal ownership

2015-03-10 Thread Jonathan Liu
The ownership needs to be explicitly set otherwise it inherits the user and group id of the build user. Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-core/systemd/systemd_211.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/systemd/systemd_211.bb

Re: [OE-core] [PATCH 1/1] btrfs-tools: workaround DEBUG_BUILD for arm

2015-03-10 Thread Robert Yang
On 03/11/2015 10:12 AM, Khem Raj wrote: On Tue, Mar 10, 2015 at 7:05 PM, Robert Yang liezhi.y...@windriver.com wrote: [CC] btrfs-show-super.o {standard input}: Assembler messages: {standard input}:3368: Error: invalid operands (.text and *UND* sections) for `-' {standard input}:3374:

[OE-core] [dizzy][PATCH] libunwind: backport patch to link against libgcc_s intead of libgcc

2015-03-10 Thread Jonathan Liu
Signed-off-by: Jonathan Liu net...@gmail.com --- ...-libunwind-to-libgcc_s-rather-than-libgcc.patch | 42 ++ meta/recipes-support/libunwind/libunwind_1.1.bb| 1 + 2 files changed, 43 insertions(+) create mode 100644

[OE-core] [PATCH 00/17] [Dizzy] Next

2015-03-10 Thread Armin Kuster
Please conzider these changes for the next Dizzy release The following changes since commit 93e3df91aaebd48b9c4af946247f3488681d32b6: documenation: Updates to release month for rev history tables. (2015-03-10 11:07:55 +) are available in the git repository at:

Re: [OE-core] [PATCH v2 0/3] Identify existing configuration files

2015-03-10 Thread Rob Woolley
Hi Ross, Sure thing. I applied them to a fresh clone of openembedded-core.git and pushed it to the conffiles branch on github: https://github.com/rcwoolley/openembedded-core/tree/conffiles Regards, Rob On 03/10/2015 09:51 AM, Burton, Ross wrote: Hi Rob, On 9 March 2015 at 23:52, Rob

Re: [OE-core] [PATCH v2 2/3] nfs-utils: Identify CONFFILES

2015-03-10 Thread Burton, Ross
On 9 March 2015 at 23:52, Rob Woolley rob.wool...@windriver.com wrote: +CONFFILES_${PN}-client += ${localstatedir}/lib/nfs/etab \ + ${localstatedir}/lib/nfs/rmtab \ + ${localstatedir}/lib/nfs/xtab \ +

[OE-core] [PATCH] layer.conf: bump version as error-report interface changed

2015-03-10 Thread Ross Burton
The error-report tooling command-line options were changed and anyone doing automated builds and using error-reports needs to know what options to parse. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/conf/layer.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [meta-qt5] hardcoded rpath in Qt 5.4.0 qtbase-native uic binary

2015-03-10 Thread Andre McCurdy
On Thu, Jan 15, 2015 at 9:49 PM, Andre McCurdy armccu...@gmail.com wrote: The Qt 5.4.0 qtbase-native uic binary seems to get built with a hardcoded RUNPATH, which causes problems when qtbase-native from sstate is later reused by a different build. The issue has been there since 5.4.0 alpha1

Re: [OE-core] [PATCH] devshell: start in ${B} not ${S}

2015-03-10 Thread Burton, Ross
On 10 March 2015 at 19:53, Otavio Salvador ota...@ossystems.com.br wrote: Just my opinion, but I'd vote against this change. Running ../temp/run.do_compile works from either directory but editing sources and running quilt refresh etc only works from ${S}. +1 Clearly I'm the only person

Re: [OE-core] [PATCH] devshell: start in ${B} not ${S}

2015-03-10 Thread Andre McCurdy
On Tue, Mar 10, 2015 at 10:50 AM, Ross Burton ross.bur...@intel.com wrote: When S=B this is a no-op, but when B!=S this means you can run make and so on without having to change directory first. Just my opinion, but I'd vote against this change. Running ../temp/run.do_compile works from either

[OE-core] [PATCH 1/1] bitbake-diffsigs: consider the situation where sigdata and siginfo files having the same hash values

2015-03-10 Thread Chen Qi
For now, `bitbake-diffsigs -t recipe task' doesn't work. It always outputs nothing. The problem is that bitbake-diffsigs are comparing sigdata and siginfo files that have the same hash value. This is not what we want. These two files are actually duplicates considering the purpose of

[OE-core] [PATCH 0/1] bitbake-diffsigs: consider the situation where sigdata and siginfo files having the same hash values

2015-03-10 Thread Chen Qi
The following changes since commit 8ce2f2c3549248b2aa1259ceb28ed03be166ac6f: maintainers.inc: Became maintainer of python2 and python3 (2015-03-09 16:01:08 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/bitbake-diffsigs-duplicates

[OE-core] [PATCH v2] directfb: Allow native builds of directfb 1.7.6

2015-03-10 Thread Florian Boor
From: Florian Boor flor...@kernelconcepts.de Required by some DirectFB applications like dfbsee. Signed-off-by: Florian Boor flor...@kernelconcepts.de --- meta/recipes-graphics/directfb/directfb_1.7.6.bb | 14 ++ 1 file changed, 14 insertions(+) diff --git

Re: [OE-core] [OE-core Yocto PATCH 3/4] bootimg: Skip build iso image for aarch64

2015-03-10 Thread Bernhard Reutner-Fischer
On March 9, 2015 9:11:29 AM GMT+01:00, Naresh Bhat naresh.b...@linaro.org wrote: today/tomorrow. Can we please continue the discussion on my next series. Probably you can give me few more points on my next patch series. Please CC me so i do not overlook the new series, TIA. --

[OE-core] [PATCH 2/2] Revert blktrace: fix and enable parallel build

2015-03-10 Thread Robert Yang
This reverts commit 2d9763a1c8685e9bd3a6b0aa0995eec5112dc4a7. There are a few parallel issues: 1) ../rbtree.o: error adding symbols: Invalid operation collect2: error: ld returned 1 exit status Makefile:42: recipe for target 'btt' failed 2) git/blkiomon.c:216: undefined reference to

[OE-core] [PATCH 0/2] disable parallel build for mtd-utils and blktrace

2015-03-10 Thread Robert Yang
The following changes since commit 0542472969d0eb28fd44da97e4e01d69d864d157: scripts/runqemu: clarify help text (2015-03-05 17:47:10 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/parallel

[OE-core] [PATCH 1/2] mtd-utils: disable parallel build

2015-03-10 Thread Robert Yang
Disable parallel build because of: git/.compr.c.dep:46: warning: NUL character seen; rest of line ignored git/.compr.c.dep:47: *** missing separator. Stop. Because both mkfs.jffs2 and mkfs.ubifs depend on compr.c, and .compr.c.dep may generate twice at the same time. Signed-off-by: Robert Yang

Re: [OE-core] [OE-core Yocto PATCH 3/4] bootimg: Skip build iso image for aarch64

2015-03-10 Thread Naresh Bhat
On 10 March 2015 at 14:42, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On March 9, 2015 9:11:29 AM GMT+01:00, Naresh Bhat naresh.b...@linaro.org wrote: today/tomorrow. Can we please continue the discussion on my next series. Probably you can give me few more points on my next

[OE-core] [PATCH 0/1] btrfs-tools: workaround DEBUG_BUILD for arm

2015-03-10 Thread Robert Yang
The following changes since commit 0542472969d0eb28fd44da97e4e01d69d864d157: scripts/runqemu: clarify help text (2015-03-05 17:47:10 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/btrfs-tools

[OE-core] [PATCH 1/1] btrfs-tools: workaround DEBUG_BUILD for arm

2015-03-10 Thread Robert Yang
Workaround when: MACHINE = qemuarm DEBUG_BUILD = 1 Errors: {standard input}: Assembler messages: {standard input}:3383: Error: invalid operands (.text and *UND* sections) for `-' {standard input}:3389: Error: invalid operands (.text and *UND* sections) for `-' make: *** [cmds-fi-disk_usage.o]