Re: [OE-core] State of bitbake world, Failed tasks 2015-01-19

2015-01-20 Thread Andrea Adami
On Mon, Jan 19, 2015 at 6:35 PM, Martin Jansa wrote: > perf was finally fixed for qemux86-64, python3 and kexec-tools-klibc got > broken The recipe was broken by commit 5fccfd0f0a9dd4dca96389f5d856d3fab21745e2 kexec-tools: separate B and S. I'll adjust the custom recipe as soon as possible to fi

[OE-core] [Dizzy backport] python: ensure all of Python is installed in nativesdk

2015-01-20 Thread Javier Viguera
Hi all, Toolchains/SDK generated with Dizzy have the problem this commit fixes. So could this be cherry-picked to Dizzy? It applies just fine, there is no need to rework it. - Regards, Javier Viguera On 01/12/14 17:36, Ross Burton wrote: If any part of Python gets installed in a SDK, we ne

[OE-core] [PATCH] kernel/image/depmodwrapper: Fixups for depmod

2015-01-20 Thread Richard Purdie
With the rpm package backend enabled, running: bitbake bitbake virtual/kernel -c clean bitbake -c rootfs -f results in an image with incorrect kernel module dependency information. The problem is that the System.map and kernel-abiversion files are needed for depmod and after the recent kernel c

Re: [OE-core] [PATCH] kernel/image/depmodwrapper: Fixups for depmod

2015-01-20 Thread Bruce Ashfield
On 15-01-20 08:33 AM, Richard Purdie wrote: With the rpm package backend enabled, running: bitbake bitbake virtual/kernel -c clean bitbake -c rootfs -f results in an image with incorrect kernel module dependency information. The problem is that the System.map and kernel-abiversion files are n

Re: [OE-core] [linux-yocto] Nothing RPROVIDES dbus-native-tools-native

2015-01-20 Thread Bruce Ashfield
Adding the oe-core mailing list, since this is a non-kernel question. Anyone have ideas about the question below ? Cheers, Bruce On 15-01-20 10:37 AM, Bottazzini, Bruno wrote: Hello, I have made some changes in dbus recipe. You can it see the attached patch file. When running this lighter

Re: [OE-core] [Dizzy backport] python: ensure all of Python is installed in nativesdk

2015-01-20 Thread Burton, Ross
CC'ing Armin to ensure that he see's this. Ross On 20 January 2015 at 09:36, Javier Viguera wrote: > Hi all, > > Toolchains/SDK generated with Dizzy have the problem this commit fixes. > > So could this be cherry-picked to Dizzy? > > It applies just fine, there is no need to rework it. > > - >

Re: [OE-core] [PATCH] perl: Backport fix for bug #123591

2015-01-20 Thread Burton, Ross
On 19 January 2015 at 14:20, Gary Thomas wrote: > @@ -0,0 +1,21 @@ > +Upstream-Status: Backport > +Reference: https://rt.perl.org/Public/Bug/Display.html?id=123591 > This needs to be Signed-off-by. Ross -- ___ Openembedded-core mailing list Openembed

Re: [OE-core] [PATCH] libgcc-common: Fix file ownership for installed files

2015-01-20 Thread Burton, Ross
On 19 January 2015 at 14:27, Daniel Dragomir wrote: > Fix two QA warnings caused by setting the wrong user and group for > files installed in the destination directory on do_install task. > > WARNING: log_check: There is a warn message in the logfile > WARNING: log_check: Matched keyword: [warn]

Re: [OE-core] [PATCH 4/4] perf: fix for rebuilding

2015-01-20 Thread Burton, Ross
On 19 January 2015 at 07:11, Robert Yang wrote: > do_configure_prepend () { > +# Fix for rebuilding > +rm -rf ${B}/.*.d > As $B != $S, could you not just delete $B entirely and re-create it (as autotools.bbclass does) in do_configure()? Ross --

Re: [OE-core] [dizzy][PATCH] coreutils: Fix CVE-2014-9471

2015-01-20 Thread Burton, Ross
On 19 January 2015 at 13:57, Maxin B. John wrote: > On Wed, Jan 07, 2015 at 01:11:43PM +0100, Maxin B. John wrote: > > Fiedler Roman discovered that coreutils' parse_datetime() function > > has some flaws that may be exploitable if the date(1), touch(1), > > or potentially other programs, accept

Re: [OE-core] [PATCH 4/4] perf: fix for rebuilding

2015-01-20 Thread Bruce Ashfield
On Mon, Jan 19, 2015 at 2:11 AM, Robert Yang wrote: > Fix for rebuilding error: > make[3]: *** No rule to make target > `/path/to/sysroots/qemuarm64/usr/src/kernel/tools/lib/traceevent//trace-seq.c', The kernel source is no longer in this location .. so at a minimum the header needs to be update

Re: [OE-core] [PATCH] kernel/image/depmodwrapper: Fixups for depmod

2015-01-20 Thread Hart, Darren
On 1/20/15, 6:16 AM, "Bruce Ashfield" wrote: >On 15-01-20 08:33 AM, Richard Purdie wrote: >> With the rpm package backend enabled, running: >> >> bitbake >> bitbake virtual/kernel -c clean >> bitbake -c rootfs -f >> >> results in an image with incorrect kernel module dependency information. >

Re: [OE-core] [dizzy][PATCH] coreutils: Fix CVE-2014-9471

2015-01-20 Thread akuster808
thanks for the reminder. merged into my staging for dizzy-next - armin On 01/19/2015 05:57 AM, Maxin B. John wrote: Gentle ping on this. On Wed, Jan 07, 2015 at 01:11:43PM +0100, Maxin B. John wrote: Fiedler Roman discovered that coreutils' parse_datetime() function has some flaws that may b

Re: [OE-core] [PATCH] perl: Backport fix for bug #123591

2015-01-20 Thread Gary Thomas
On 2015-01-20 08:49, Burton, Ross wrote: On 19 January 2015 at 14:20, Gary Thomas mailto:g...@mlbassoc.com>> wrote: @@ -0,0 +1,21 @@ +Upstream-Status: Backport +Reference: https://rt.perl.org/Public/Bug/Display.html?id=123591 This needs to be Signed-off-by. By whom? There is no

Re: [OE-core] [PATCH 1/2] init-install.sh: Switch to using static device paths.

2015-01-20 Thread Moseley, Drew
On Jan 13, 2015, at 10:37 PM, ChenQi mailto:qi.c...@windriver.com>> wrote: -linux /vmlinuz root=$rootfs $rootwait rw $5 $3 $4 quiet +linux /vmlinuz root=PARTUUID=$rootfs_uuid $rootwait rw $5 $3 $4 quiet I thought PARTUUID is for GPT only. Perhaps so but it does seem to be there on my Vi

Re: [OE-core] [PATCH] core-image-kernel-dev: add a DEFAULT_TEST_SUITES

2015-01-20 Thread Paul Eggleton
Hi Saul, On Monday 19 January 2015 09:46:44 Saul Wold wrote: > If we do not add some additional tests, we just get the core-image-minimal > tests which are only ping > > Signed-off-by: Saul Wold > --- > meta/recipes-extended/images/core-image-kernel-dev.bb | 2 ++ > 1 file changed, 2 insertions

Re: [OE-core] [PATCHv2 0/2] recipetool: add python buildsystem support

2015-01-20 Thread Paul Eggleton
On Monday 19 January 2015 11:52:29 Christopher Larson wrote: > Changes from v1: > > - Drops the 'your responsibility' message, per Paul's request > - Pulls in sys.builtin_module_names from the host python for now > - Handles extra_requires both in requires.txt and setup.py. This is > currently imp

Re: [OE-core] [PATCH] perl: Backport fix for bug #123591

2015-01-20 Thread Burton, Ross
On 20 January 2015 at 16:13, Gary Thomas wrote: > This needs to be Signed-off-by. >> > > By whom? There is no Signed-off-by in the perl commit. By you, along with the Upstream-Status. We like to know in five years time who added a patch. Ross -- _

[OE-core] [PATCH v2] perl: Backport fix for bug #123591

2015-01-20 Thread Gary Thomas
This patch fixes a crash in perl when using formatted strings @... [v2] Added Signed-off-by line in actual patch. Signed-off-by: Gary Thomas --- .../perl/perl-5.20.0/fix-FF_MORE-crash.patch| 21 + meta/recipes-devtools/perl/perl_5.20.0.bb | 1 + 2 files cha

Re: [OE-core] [PATCH 4/4] perf: fix for rebuilding

2015-01-20 Thread Burton, Ross
On 20 January 2015 at 16:01, Bruce Ashfield wrote: > The kernel source is no longer in this location .. so at a minimum the > header > needs to be updated to log the work-shared directory .. and better, make > sure > that this is still happening with the latest master changes. > As I understand

Re: [OE-core] [dizzy][PATCH] coreutils: Fix CVE-2014-9471

2015-01-20 Thread Maxin B. John
Hi Ross, On Tue, Jan 20, 2015 at 04:00:02PM +, Burton, Ross wrote: > > On 19 January 2015 at 13:57, Maxin B. John wrote: > > On Wed, Jan 07, 2015 at 01:11:43PM +0100, Maxin B. John wrote: > > Fiedler Roman discovered that coreutils' parse_datetime() function > > has some flaws t

Re: [OE-core] [PATCHv2 1/4] xorg-app: add x11 to required DISTRO_FEATURES and cleanup dependencies

2015-01-20 Thread Burton, Ross
On 18 January 2015 at 17:06, Martin Jansa wrote: > Ping, this patchset is stalled since July 2014 :/ > Whoops. Merged into my mut for testing. Thanks for the reminder! Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.

Re: [OE-core] [PATCH] kernel/image/depmodwrapper: Fixups for depmod

2015-01-20 Thread Dan McGregor
On 20 January 2015 at 10:04, Hart, Darren wrote: > > > On 1/20/15, 6:16 AM, "Bruce Ashfield" wrote: > >>On 15-01-20 08:33 AM, Richard Purdie wrote: >>> With the rpm package backend enabled, running: >>> >>> bitbake >>> bitbake virtual/kernel -c clean >>> bitbake -c rootfs -f >>> >>> results in

Re: [OE-core] [PATCHv2 2/4] recipes: add x11 to required DISTRO_FEATURES

2015-01-20 Thread Burton, Ross
On 10 December 2014 at 14:18, Martin Jansa wrote: > DEPENDS = "virtual/libx11 virtual/libgl libglu libxext libxi libxmu" > > +# depends on virtual/libx11 > +REQUIRED_DISTRO_FEATURES = "x11" Please drop piglit from this series, as that depending on x11 is a bug and I've a branch that is sorting

Re: [OE-core] [PATCHv2 3/4] xorg-driver: add x11 to required DISTRO_FEATURES

2015-01-20 Thread Burton, Ross
On 10 December 2014 at 14:18, Martin Jansa wrote: > meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.15.bb | 4 > meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.912.bb | 4 > meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb | 4 > meta/recipes-graphi

Re: [OE-core] [PATCH] u-boot: update to 2015.01

2015-01-20 Thread Denys Dmytriyenko
Ping. On Tue, Jan 13, 2015 at 11:09:51AM -0500, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > Signed-off-by: Denys Dmytriyenko > --- > ...2014.07.bb => u-boot-fw-utils-cross_2015.01.bb} | 11 --- > .../0001-tools-env-fix-build-error.patch | 36 > ++

Re: [OE-core] [PATCHv2 4/4] recipes-qt: add x11 to required DISTRO_FEATURES

2015-01-20 Thread Burton, Ross
On 10 December 2014 at 14:18, Martin Jansa wrote: > +++ b/meta/recipes-qt/qt4/qt4-x11-free.inc > @@ -8,6 +8,9 @@ DEPENDS += "virtual/libgl virtual/libx11 fontconfig libxft > libxext libxrender li > PROVIDES += "qt4-x11" > QT4DEPENDS = "" > > +# depends on virtual/libx11 > +REQUIRED_DISTRO_FEATU

[OE-core] [PATCH 0/1] pseudo 1.6.3

2015-01-20 Thread Peter Seebach
This has two changes from 1.6.2: * Merge (with some tweaking) of the without-passwd-fallback patches * Fix for #7097 The fix for #7097 looks reasonable to me and passes simple testing, I'm not sure whether it's going to survive reality. Long story short, instead of trimming trailin

[OE-core] [PATCH 1/1] pseudo_1.6.2.bb/pseudo_git.bb: Pseudo 1.6.3

2015-01-20 Thread Peter Seebach
pseudo 1.6.3 merges (with some changes) the changes from Peter A. Bigot to make --without-fallback-passwd work. It also adds a proposed fix for Yocto bug #7097, which has passed the obvious tests I could think of. --- ...do_client.c-protect-pwd_lck-against-magic.patch | 56 -- ..._util-m

[OE-core] [PATCH] oeqa/utils/decorators: Try and improve ugly _ErrorHandler tracebacks

2015-01-20 Thread Richard Purdie
Currently, if one module is skipped, any other module calling skipModule causes tracebacks about _ErrorHandler not having a _testMethodName method. This reworks the code in a way to avoid some of the problems by using the id() method of the objects. It also maps to the correct name format rather t

Re: [OE-core] [PATCH 1/1] pseudo_1.6.2.bb/pseudo_git.bb: Pseudo 1.6.3

2015-01-20 Thread Saul Wold
On 01/20/2015 01:21 PM, Peter Seebach wrote: pseudo 1.6.3 merges (with some changes) the changes from Peter A. Bigot to make --without-fallback-passwd work. It also adds a proposed fix for Yocto bug #7097, which has passed the obvious tests I could think of. Can you add the [YOCTO #7097] tag so

Re: [OE-core] [PATCH 1/1] pseudo_1.6.2.bb/pseudo_git.bb: Pseudo 1.6.3

2015-01-20 Thread Peter Seebach
On Tue, 20 Jan 2015 13:48:38 -0800 Saul Wold wrote: > On 01/20/2015 01:21 PM, Peter Seebach wrote: > > pseudo 1.6.3 merges (with some changes) the changes from > > Peter A. Bigot to make --without-fallback-passwd work. It > > also adds a proposed fix for Yocto bug #7097, which has > > passed the

Re: [OE-core] [PATCH 4/4] perf: fix for rebuilding

2015-01-20 Thread Robert Yang
On 01/21/2015 01:00 AM, Burton, Ross wrote: On 20 January 2015 at 16:01, Bruce Ashfield mailto:bruce.ashfi...@gmail.com>> wrote: The kernel source is no longer in this location .. so at a minimum the header needs to be updated to log the work-shared directory .. and better, make sur

Re: [OE-core] [PATCH 4/4] perf: fix for rebuilding

2015-01-20 Thread Robert Yang
On 01/21/2015 01:00 AM, Burton, Ross wrote: On 20 January 2015 at 16:01, Bruce Ashfield mailto:bruce.ashfi...@gmail.com>> wrote: The kernel source is no longer in this location .. so at a minimum the header needs to be updated to log the work-shared directory .. and better, make sur

Re: [OE-core] [Dizzy backport] python: ensure all of Python is installed in nativesdk

2015-01-20 Thread akuster808
On 1/20/15, 7:48 AM, Burton, Ross wrote: will get it. thanks. Armin CC'ing Armin to ensure that he see's this. Ross On 20 January 2015 at 09:36, Javier Viguera > wrote: Hi all, Toolchains/SDK generated with Dizzy have the problem this commit fixe