[OE-core] quilt-native fails on tar version 1.27.1

2014-04-28 Thread Mirza Krak
Hi. I recently updated my Ubuntu PC to 14.04 LTS which broke yocto builds. From what I can see is that there seems to be an issue with the tar command and quilt-native recipe. But I am to newb to fix this. Do you guys have any ideas? uname -a Linux mirza-hm 3.11.0-20-generic #34-Ubuntu SMP Tu

[OE-core] [PATCH 2/2] xinput-calibrator: fix XDG launch

2014-04-28 Thread Koen Kooi
In the move from meta-oe to OE-core XDG based launched was dropped without noting it in the commit message, so fix that regression. Gnome-session will now launch the calibrator again. Signed-off-by: Koen Kooi --- meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb | 4 1 file

[OE-core] [PATCH 1/2] xdg-utils: reinstall xdg-terminal

2014-04-28 Thread Koen Kooi
It's being used by e.g. gnome-session when Terminal=true is set in .desktop files, like xinput-calibrator does. Signed-off-by: Koen Kooi --- .../xdg-utils/0001-Reinstate-xdg-terminal.patch| 672 + .../xdg-utils/xdg-utils_1.1.0-rc1.bb | 5 +- 2 files change

Re: [OE-core] [PATCH 1/1] make: fix invoking makeinfo failed at do_install time

2014-04-28 Thread Robert Yang
Tested and Reviewed by Robert Yang // Robert On 04/25/2014 04:59 PM, Hongxu Jia wrote: Reproduce steps: $ bitbake texinfo-native $ bitbake make $ bitbake make -cdevshell In the devshell: root:make-3.82# echo "" >> doc/make.texi root:make-3.82# ../temp/run.do_install Failed Log: ... tmp/work/

[OE-core] [CONSOLIDATED PULL 00/14] Patches and Updates

2014-04-28 Thread Saul Wold
Richard, I have pulled together this set up patches and updates from the list, they have been though the AB. Note I dropped one of Martin's ARM tune change due to a pending comment from Phil B. There is also a pending change to the package_regex.inc for poky to fix the package reporting system

[OE-core] [PATCH] mc: update to 4.8.12

2014-04-28 Thread Saul Wold
Add PACKAGECONFIG for two optional plugins (smb & sftp), both require other packages from meta-openembedded Signed-off-by: Saul Wold --- meta/recipes-extended/mc/{mc_4.8.10.bb => mc_4.8.12.bb} | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) rename meta/recipes-extended/mc/{

Re: [OE-core] [oe-core][PATCH 2/2] systemd: fix tests when not using gold

2014-04-28 Thread Dan McGregor
On 23 April 2014 20:37, Khem Raj wrote: > On Wed, Apr 23, 2014 at 9:43 AM, Dan McGregor > wrote: > > On 23 April 2014 10:34, Saul Wold wrote: > >> > >> On 04/23/2014 08:01 AM, Dan McGregor wrote: > >>> > >>> From: Dan McGregor > >>> > >>> Explicitly mark the dummy function as externally visibl

[OE-core] OE Changelog since 2014-04-20 until 2014-04-27

2014-04-28 Thread cliff . brake
Changelog since 2014-04-20 until 2014-04-27. 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] [PATCH] systemd: Check for HAVE_POSIX_FALLOCATE

2014-04-28 Thread Drew Moseley
On Apr 28, 2014, at 1:10 PM, Khem Raj wrote: > On Mon, Apr 28, 2014 at 8:38 AM, Drew Moseley wrote: >> From: Drew Moseley >> >> The check for the config variable is using the wrong define >> resulting in the #else always being used. >> > > good catch. Looks good to me Thanks for the patch. H

Re: [OE-core] [oe] initial support for musl libc with OE/Yocto Project

2014-04-28 Thread Christopher Larson
On Mon, Apr 28, 2014 at 10:17 AM, Khem Raj wrote: > Now I have core-image-minimal building and booting for all of the > supported QEMU targets in OE-Core with musl/gcc-4.9. The updates are > all available on contrib tree branch kraj/musl, try it out for your > machine/distro if you are interested

Re: [OE-core] [oe] initial support for musl libc with OE/Yocto Project

2014-04-28 Thread Khem Raj
Update Now I have core-image-minimal building and booting for all of the supported QEMU targets in OE-Core with musl/gcc-4.9. The updates are all available on contrib tree branch kraj/musl, try it out for your machine/distro if you are interested in musl http://git.openembedded.org/openembedded-c

Re: [OE-core] [PATCH] systemd: Check for HAVE_POSIX_FALLOCATE

2014-04-28 Thread Khem Raj
On Mon, Apr 28, 2014 at 8:38 AM, Drew Moseley wrote: > From: Drew Moseley > > The check for the config variable is using the wrong define > resulting in the #else always being used. > good catch. Looks good to me Thanks for the patch. > Signed-off-by: Drew Moseley > --- > .../systemd/systemd-

[OE-core] [PATCH] systemd: Check for HAVE_POSIX_FALLOCATE

2014-04-28 Thread Drew Moseley
From: Drew Moseley The check for the config variable is using the wrong define resulting in the #else always being used. Signed-off-by: Drew Moseley --- .../systemd/systemd-pam-fix-fallocate.patch|4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-co

Re: [OE-core] [PATCH] xdg-utils: upgrade to 1.1.0-rc1

2014-04-28 Thread Paul Eggleton
On Monday 28 April 2014 16:45:06 Koen Kooi wrote: > Op 28 apr. 2014, om 16:40 heeft Iorga, Cristian het volgende geschreven: > > Hello Koen, > > > > Care to go into details why exactly the version is wrong? > > http://www.openembedded.org/wiki/Versioning_Policy > > > In YP Dev Manual, my recip

Re: [OE-core] [PATCH] xdg-utils: upgrade to 1.1.0-rc1

2014-04-28 Thread Iorga, Cristian
Will do, thanks for the context. -Original Message- From: Koen Kooi [mailto:k...@dominion.thruhere.net] Sent: Monday, April 28, 2014 5:45 PM To: Iorga, Cristian Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] xdg-utils: upgrade to 1.1.0-rc1 Op 28 apr. 2014, o

Re: [OE-core] [PATCH] xdg-utils: upgrade to 1.1.0-rc1

2014-04-28 Thread Koen Kooi
Op 28 apr. 2014, om 16:40 heeft Iorga, Cristian het volgende geschreven: > Hello Koen, > > Care to go into details why exactly the version is wrong? http://www.openembedded.org/wiki/Versioning_Policy > In YP Dev Manual, my recipe is given as an example of correct naming: > http://www.yoctopr

Re: [OE-core] [PATCH] xdg-utils: upgrade to 1.1.0-rc1

2014-04-28 Thread Iorga, Cristian
Hello Koen, Care to go into details why exactly the version is wrong? In YP Dev Manual, my recipe is given as an example of correct naming: http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#new-recipe-storing-and-naming-the-recipe Quote: "Naming Your Recipe: When you name your re

Re: [OE-core] [PATCH] xdg-utils: upgrade to 1.1.0-rc1

2014-04-28 Thread Koen Kooi
Op 11 jul. 2013, om 14:51 heeft Cristian Iorga het volgende geschreven: > This version of xdg-utils is needed by BA in order > to associate correctly types of files with PCManFM > file manager. > The release cycle of xdg-utils is very slow, so this > is the best shot of a stable version availab

Re: [OE-core] OE Github repositories

2014-04-28 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Eggleton schreef op 28-04-14 13:08: > On Monday 28 April 2014 12:43:58 Koen Kooi wrote: >> Op 28 apr. 2014, om 12:10 heeft Paul Eggleton > het volgende > geschreven: >>> Hi folks, >>> >>> Could whoever has admin access for the OpenEmbedded repos

Re: [OE-core] OE Github repositories

2014-04-28 Thread Paul Eggleton
On Monday 28 April 2014 12:43:58 Koen Kooi wrote: > Op 28 apr. 2014, om 12:10 heeft Paul Eggleton het volgende geschreven: > > Hi folks, > > > > Could whoever has admin access for the OpenEmbedded repositories on github > > please do two things: > > > > 1) Stop having both "oe-core" and "openem

[OE-core] [PATCH] distrodata.bbclass: Fix checkpkg functionality

2014-04-28 Thread Irina Patru
Currently it wasn't working because *COMMAND variables were removed from fetcher. Now checkpkg sets the command internally and sends it as a parameter to _runwget() function from wget fetch. Signed-off-by: Irina Patru --- meta/classes/distrodata.bbclass | 40 +--

Re: [OE-core] [PATCH 09/10] sqlite3: Update to 3080403

2014-04-28 Thread Paul Eggleton
On Tuesday 22 April 2014 16:49:31 Saul Wold wrote: > And rename the PV to match the upstream versioning > This requires a PE Bump to ensure package versions don't > go backwards. Saul, we renamed this just recently and I'm pretty sure we discussed it at the time - the upstream version _is_ 3.8.4.

Re: [OE-core] OE Github repositories

2014-04-28 Thread Koen Kooi
Op 28 apr. 2014, om 12:10 heeft Paul Eggleton het volgende geschreven: > Hi folks, > > Could whoever has admin access for the OpenEmbedded repositories on github > please do two things: > > 1) Stop having both "oe-core" and "openembedded-core" repositories - the > latter is four months out-

[OE-core] OE Github repositories

2014-04-28 Thread Paul Eggleton
Hi folks, Could whoever has admin access for the OpenEmbedded repositories on github please do two things: 1) Stop having both "oe-core" and "openembedded-core" repositories - the latter is four months out-of-date. I'd suggest if we want to be consistent with our openembedded.org repos we shou