[OE-core] [PATCH 0/1] util-linux: fix CVE-2014-9114

2015-03-10 Thread Chen Qi
The following changes since commit 99f209a49a4390192b95184ff86bd6f973010111: layer.conf: bump version as error-report interface changed (2015-03-10 17:44:56 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/util-linux-CVE-2014-9114

[OE-core] [PATCH 1/1] util-linux: fix CVE-2014-9114

2015-03-10 Thread Chen Qi
Backport a patch to fix CVE-2014-9114. The patch has been integrated in util-linux-2.26. [YOCTO #7180] Signed-off-by: Chen Qi --- .../util-linux/util-linux/CVE-2014-9114.patch | 174 + meta/recipes-core/util-linux/util-linux_2.25.2.bb | 1 + 2 files changed, 175 inse

[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 --- meta/recipes-devtools/bootchart2/bootchart2_git.bb | 5 + 1 file changed, 5 insertions(+) diff

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 wrote: > >> >> On Mar 7, 2015, at 11:37 AM, Khem Raj wrote: >> >> On Fri, Mar 6, 2015 at 1:18 AM, Khem Raj 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" wrote: >>

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 wrote: > > On Fri, Mar 6, 2015 at 1:18 AM, Khem Raj 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" wrote: > > systemd by default tries to write the journal to /var/l

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 wrote: > >> On Mar 10, 2015, at 8:05 PM, Jonathan Liu wrote: >> >> On 11 March 2015 at 13:43, Khem Raj wrote: >>> On Mar 10, 2015, at 7:33 PM, Jonathan Liu wrote: Signed-off-by: Jonathan Liu --- ...-libunwind-to-libgcc_s-rather-than-

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 wrote: > > On 11 March 2015 at 13:43, Khem Raj wrote: >> >>> On Mar 10, 2015, at 7:33 PM, Jonathan Liu wrote: >>> >>> Signed-off-by: Jonathan Liu >>> --- >>> ...-libunwind-to-libgcc_s-rather-than-libgcc.patch | 42 >>> ++ >>> m

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 wrote: > >> On Mar 10, 2015, at 7:33 PM, Jonathan Liu wrote: >> >> Signed-off-by: Jonathan Liu >> --- >> ...-libunwind-to-libgcc_s-rather-than-libgcc.patch | 42 >> ++ >> meta/recipes-support/libunwind/libunwind_1.1.bb| 1 + >> 2 files

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 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 (

[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 --- meta/recipes-core/systemd/systemd_216.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/systemd/systemd_216.bb b/meta/recipes-core/sys

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 wrote: > > Signed-off-by: Jonathan Liu > --- > ...-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 > meta/

[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 --- ...-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 meta/recipes-support/libunwind/libunwind-1.1/Link-libunwind-to-libgcc_s

[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 PACKAGEFUNC

[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 --- meta/recipes-core/systemd/systemd_211.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/systemd/systemd_211.bb b/meta/recipes-core/sys

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 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* sections) > for `-'

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 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}

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 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 should add --enable

[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 --- meta/classes/chrpath.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/chrpath.bbclass b/meta/classes/c

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

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

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 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 (5.3.2 is OK). >

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 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 who mainly d

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 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 directory but edit

[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 --- meta/classes/devshell.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/devshell.bbclass b/meta/classes

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 De

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 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 operan

[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 --- meta/conf/layer.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/layer.con

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 wrote: > +CONFFILES_${PN}-client += "${localstatedir}/lib/nfs/etab \ > + ${localstatedir}/lib/nfs/rmtab \ > + ${localstatedir}/lib/nfs/xtab \ > + ${localstatedir}/lib/nfs/statd/state \

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 Woolle

[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: git://git.yoctoproject.or

[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: Richar

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 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 configuration files. >

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 wrote: > > Signed-off-by: Ross Burton > > Acked-by: Otavio Salvador It fontcache adds dependency on TUNE_PKGARCH fontconfig-utils so technically they aren't independent (from sstate s

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

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 oper

[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 ca

[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 merely

[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 included.

[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 http://cgit.openembedded.org/cgit.cgi/op

[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

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 wrote: > On March 9, 2015 9:11:29 AM GMT+01:00, Naresh Bhat > 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 d

[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 http://cgit.openembedded.org/cgit.cgi/opene

[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 `rb_insert_co

[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 Bernhard Reutner-Fischer
On March 9, 2015 9:11:29 AM GMT+01:00, Naresh Bhat 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. -- _