[OE-core] [PATCH] local.conf.sample.extended: add some missed changes for directfb / archiver

2013-12-13 Thread Paul Eggleton
Bring some changes over from the meta-yocto version of this file that should have also been applied here but weren't. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/conf/local.conf.sample.extended | 53 1 file changed, 29 insertions(+),

[OE-core] [PATCH] shadow: change to use SHA512 password encryption

2013-12-13 Thread Paul Eggleton
The default encryption method for shadow is DES, which limits passwords to 8 characters. Not only is this undesirable, it's also not how busybox works so we had different passwd/login length behaviour depending on whether shadow was installed in the image or not. Change it to SHA512 which is what

[OE-core] [PATCH] pulseaudio: only package consolekit module when x11 is enabled

2013-12-13 Thread Christopher Larson
As requested by Martin Jansa martin.ja...@gmail.com. Signed-off-by: Christopher Larson kerg...@gmail.com --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc

[OE-core] [PATCH 0/3] A few random improvements from the Mentor patch queue

2013-12-13 Thread Christopher Larson
The following changes since commit 62849843a4a83b10316bc6cb1e4b3f0622391dea: gdb-7.6.1: fix cygwin check in configure script (2013-12-12 22:41:13 +) are available in the git repository at: g...@github.com:kergoth/oe-core.git random-improvements for you to fetch changes up to

[OE-core] [PATCH 3/3] git: leverage upstream relocation support

2013-12-13 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com Signed-off-by: Christopher Larson kerg...@gmail.com --- meta/recipes-devtools/git/git.inc | 14 +- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc

[OE-core] [PATCH 2/3] libdrm: use RRECOMMENDS for libdrm-drivers

2013-12-13 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com As libdrm enables modules automatically, based on what it needs / can build, it's unlikely we'll *ever* get a situation where all the modules are emitted, so libdrm-drivers, which depends on all of them, ends up being useless and non-installable.

[OE-core] [PATCH 1/3] xz: make the LICENSE info more accurate

2013-12-13 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com Signed-off-by: Christopher Larson kerg...@gmail.com --- meta/recipes-extended/xz/xz_5.1.3alpha.bb | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/xz/xz_5.1.3alpha.bb

[OE-core] [RFC 1/2] os-release: add new operating system identification recipe

2013-12-13 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com This is needed by systemd, among other useful applications. All fields are metadata driven, and initial values come from our DISTRO variables. Signed-off-by: Christopher Larson kerg...@gmail.com --- meta/recipes-core/os-release/os-release.bb | 42

[OE-core] [RFC 2/2] systemd: rrecommend os-release

2013-12-13 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com Signed-off-by: Christopher Larson kerg...@gmail.com --- meta/recipes-core/systemd/systemd_208.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_208.bb b/meta/recipes-core/systemd/systemd_208.bb index

[OE-core] [RFC PATCH 0/2] Add /etc/os-release

2013-12-13 Thread Christopher Larson
systemd wants /etc/os-release, and it's useful for other software, and the user as well. This adds it as a separate recipe which generates the metadata using our config metadata variables (e.g. DISTRO_*), and rreccomends it from systemd. I think this is a reasonablea pproach, but I wanted to run

[OE-core] [PATCH] bash-completion: add recipe

2013-12-13 Thread Matthieu Crapet
--- .../bash-completion/bash-completion_2.0.bb | 31 ++ 1 file changed, 31 insertions(+) create mode 100644 meta/recipes-support/bash-completion/bash-completion_2.0.bb diff --git a/meta/recipes-support/bash-completion/bash-completion_2.0.bb

Re: [OE-core] [RFC 1/2] os-release: add new operating system identification recipe

2013-12-13 Thread Martin Jansa
On Fri, Dec 13, 2013 at 07:56:37AM -0700, Christopher Larson wrote: From: Christopher Larson chris_lar...@mentor.com This is needed by systemd, among other useful applications. All fields are metadata driven, and initial values come from our DISTRO variables. Signed-off-by: Christopher

Re: [OE-core] [RFC 1/2] os-release: add new operating system identification recipe

2013-12-13 Thread Chris Larson
On Fri, Dec 13, 2013 at 8:08 AM, Martin Jansa martin.ja...@gmail.comwrote: +do_compile () { +for field in ${OS_RELEASE_FIELDS}; do +if eval test -n \\$$field\; then +eval printf \%s=%s\n\ \\$field\ \\$$field\ +fi +done os-release +}

Re: [OE-core] [RFC 1/2] os-release: add new operating system identification recipe

2013-12-13 Thread Chris Larson
On Fri, Dec 13, 2013 at 8:12 AM, Chris Larson kerg...@gmail.com wrote: On Fri, Dec 13, 2013 at 8:08 AM, Martin Jansa martin.ja...@gmail.comwrote: +do_compile () { +for field in ${OS_RELEASE_FIELDS}; do +if eval test -n \\$$field\; then +eval printf \%s=%s\n\

[OE-core] dora: systemd + package_deb = broken run-postinsts

2013-12-13 Thread Steve Sakoman
A client has requested help setting up a build using debian packaging and systemd as the init system. When testing the initial image build I noticed that package postinsts didn't seem to run properly. It turns out that dpkg installs an S98run-postinsts file in /etc/rcS.d in addition to the

[OE-core] State of bitbake world, Failed tasks Fri Dec 13

2013-12-13 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks Fri Dec 13 15:36:19 UTC 2013 == === common (26) === * meta-openembedded/meta-efl/recipes-efl/efl/evas_1.7.9.bb, do_compile * meta-openembedded/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb,

Re: [OE-core] [RFC 1/2] os-release: add new operating system identification recipe

2013-12-13 Thread Mark Hatle
On 12/13/13, 8:56 AM, Christopher Larson wrote: From: Christopher Larson chris_lar...@mentor.com This is needed by systemd, among other useful applications. All fields are metadata driven, and initial values come from our DISTRO variables. I thought there was a part of the lsb-release recipe

Re: [OE-core] dora: systemd + package_deb = broken run-postinsts

2013-12-13 Thread Mark Hatle
On 12/13/13, 9:38 AM, Steve Sakoman wrote: A client has requested help setting up a build using debian packaging and systemd as the init system. When testing the initial image build I noticed that package postinsts didn't seem to run properly. It turns out that dpkg installs an

Re: [OE-core] [RFC 1/2] os-release: add new operating system identification recipe

2013-12-13 Thread Chris Larson
On Fri, Dec 13, 2013 at 8:56 AM, Mark Hatle mark.ha...@windriver.comwrote: On 12/13/13, 8:56 AM, Christopher Larson wrote: From: Christopher Larson chris_lar...@mentor.com This is needed by systemd, among other useful applications. All fields are metadata driven, and initial values come

Re: [OE-core] [RFC 1/2] os-release: add new operating system identification recipe

2013-12-13 Thread Enrico Scholz
Christopher Larson kergoth-re5jqeeqqe8avxtiumw...@public.gmane.org writes: +if eval test -n \\$$field\; then +eval printf \%s=%s\n\ \\$field\ \\$$field\ I think, this can be expressed without the complicated quoting as eval val=\$$field if test -n

Re: [OE-core] [PATCH] bash-completion: add recipe

2013-12-13 Thread Saul Wold
Needs more comment as to why we need this along with a Signed-off-by: tag. Can you include where you brought this in from. On 12/13/2013 07:01 AM, Matthieu Crapet wrote: --- .../bash-completion/bash-completion_2.0.bb | 31 ++ 1 file changed, 31 insertions(+)

Re: [OE-core] [RFC 1/2] os-release: add new operating system identification recipe

2013-12-13 Thread Koen Kooi
Op 13 dec. 2013, om 17:14 heeft Chris Larson clar...@kergoth.com het volgende geschreven: On Fri, Dec 13, 2013 at 8:56 AM, Mark Hatle mark.ha...@windriver.com wrote: On 12/13/13, 8:56 AM, Christopher Larson wrote: From: Christopher Larson chris_lar...@mentor.com This is needed by

Re: [OE-core] [RFC 1/2] os-release: add new operating system identification recipe

2013-12-13 Thread Koen Kooi
Op 13 dec. 2013, om 15:56 heeft Christopher Larson kerg...@gmail.com het volgende geschreven: From: Christopher Larson chris_lar...@mentor.com This is needed by systemd, among other useful applications. All fields are metadata driven, and initial values come from our DISTRO variables.

Re: [OE-core] [RFC 1/2] os-release: add new operating system identification recipe

2013-12-13 Thread Martin Jansa
On Fri, Dec 13, 2013 at 08:12:51AM -0700, Chris Larson wrote: On Fri, Dec 13, 2013 at 8:08 AM, Martin Jansa martin.ja...@gmail.comwrote: +do_compile () { +for field in ${OS_RELEASE_FIELDS}; do +if eval test -n \\$$field\; then +eval printf \%s=%s\n\ \\$field\

Re: [OE-core] [PATCH] bash-completion: add recipe

2013-12-13 Thread Paul Eggleton
On Friday 13 December 2013 08:27:41 Saul Wold wrote: Needs more comment as to why we need this along with a Signed-off-by: tag. Can you include where you brought this in from. I think this probably belongs in meta-oe rather than OE-Core, unless a good case for everyone needing it can be made.

Re: [OE-core] [PATCH 0/2] Change the way of handling CONFFILES

2013-12-13 Thread Paul Eggleton
Hi Qi, On Friday 13 December 2013 11:09:01 qi.c...@windriver.com wrote: It's a very common situation in OE/Yocto that the recipe authors/maintainers either forget to set the CONFFILES variable or set it wrong. For example, we don't have CONFFILES set in the shadow recipe. As a result,

Re: [OE-core] [PATCH 0/2] Change the way of handling CONFFILES

2013-12-13 Thread Enrico Scholz
qi.chen-cwa4wttnnzf54taoqty...@public.gmane.org writes: As almost all files under /etc should be considerred as config files, A lot of projects (especially from the freedesktop edge) are (ab)using /etc to store non configuration files. E.g. all the dbus confguration or gconf schemes are not

[OE-core] [PATCH] openssl_1.0.1e: Install c_rehash utility with openssl

2013-12-13 Thread Yasir Khan
From: mykhani yasir_k...@mentor.com c_rehash utility is not being installed with openssl. It conveniently generates hash and symbolic links based on it for CA certificates stored locally for SSL based server authentication Signed-off-by: mykhani yasir_k...@mentor.com ---

Re: [OE-core] [PATCH] openssl_1.0.1e: Install c_rehash utility with openssl

2013-12-13 Thread Saul Wold
On 12/13/2013 10:08 AM, Yasir Khan wrote: From: mykhani yasir_k...@mentor.com c_rehash utility is not being installed with openssl. It conveniently generates hash and symbolic links based on it for CA certificates stored locally for SSL based server authentication Signed-off-by: mykhani

[OE-core] [PATCH] busybox: get rid of nested functions in find

2013-12-13 Thread Muhammad Tauqir Ahmad
This allows us to compile busybox using clang. Nested functions is a gcc extension not supported by clang. --- .../busybox/find-get-rid-of-nested-functions.patch | 117 meta/recipes-core/busybox/busybox_1.21.1.bb|1 + 2 files changed, 118 insertions(+) create

[OE-core] [CONSOLIDATED PULL 00/36] Updated

2013-12-13 Thread Saul Wold
Richard This has been through the AB now and I tested a number of these patches locally also. One issue will be for the grub-efi-native - grub-efi, which I have already informed the team about. Thanks Sau! The following changes since commit a9e072f9f0da774411e07abf47dd4bd8c6d685d7: