Re: [OE-core] [PATCH 0/2] Cortex M3 tune fixes

2014-01-13 Thread Koen Kooi
Op 13 jan. 2014, om 20:34 heeft Trevor Woerner het volgende geschreven: > On 01/13/14 13:25, Phil Blundell wrote: >> On Mon, 2014-01-13 at 13:16 -0500, Trevor Woerner wrote: >>> Since OE is generally used to build Linux distributions, I'm rather >>> curious to know why OE would include tunes fo

[OE-core] [PATCH] grub git: update to latest git

2014-01-13 Thread Koen Kooi
package.29234 ERROR: Task 10 (/build/linaro/build/openembedded-core/meta/recipes-bsp/grub/grub_git.bb, do_package) failed with exit code '1' Signed-off-by: Koen Kooi --- ...t-add-grub_fdt_create_empty_tree-function.patch | 73 --- .../grub/0002-arm64-add-EFI-Linux-loader.patch |

Re: [OE-core] [PATCH 1/2] feature-arm-thumb.inc: Use thumb instruction by default if TUNE_FEATURES thumb

2014-01-11 Thread Koen Kooi
Op 11 jan. 2014, om 16:16 heeft Andrei Gherzan het volgende geschreven: > > > > On Sat, Jan 11, 2014 at 5:10 PM, Koen Kooi wrote: > > Op 11 jan. 2014, om 16:08 heeft Andrei Gherzan het > volgende geschreven: > > > Avoid a confusion when including thumb

Re: [OE-core] eglibc not buildable for on thumb2 only instructions

2014-01-11 Thread Koen Kooi
Op 11 jan. 2014, om 17:25 heeft Andrei Gherzan het volgende geschreven: > Hello, > > I'm trying to build eglibc for a thumb2 only processor: here is the log > http://pastebin.com/KgwtJYAC. > > I know Raj tried in the past this and I want to know if it makes sense to dig > further into this

Re: [OE-core] [dora][PATCH 0/2] Dora backports

2014-01-11 Thread Koen Kooi
Op 10 jan. 2014, om 17:51 heeft Mark Hatle het volgende geschreven: > On 1/10/14, 4:41 AM, Richard Purdie wrote: >> On Fri, 2014-01-10 at 14:18 +0800, Robert Yang wrote: >>> Hi Martin, >>> >>> Thanks, please see my comments in line. >>> >>> On 01/06/2014 06:21 PM, Martin Jansa wrote: The

Re: [OE-core] [PATCH 1/2] feature-arm-thumb.inc: Use thumb instruction by default if TUNE_FEATURES thumb

2014-01-11 Thread Koen Kooi
Op 11 jan. 2014, om 16:08 heeft Andrei Gherzan het volgende geschreven: > Avoid a confusion when including thumb in TUNE_FATURES. In the curent > behavior, > if I include thumb in TUNE_FATURES, ARM_THUMB_M_OPT will be "-marm" which > makes > no sense for me as a default behavior. Obviously I

Re: [OE-core] [PATCH] pulseaudio: rescale input being passed to float method of speex

2014-01-10 Thread Koen Kooi
o speex is zeroed out when float input passed by Pulseaudio > in range of +/-1 is converted to int. > > So isn't Case 2 appropriate, thoughts? It's also 10-50x slower on ARM, so always enabling float is a bad option. Just patch it to work, no matter what upstream

Re: [OE-core] unmaintained layers

2014-01-10 Thread Koen Kooi
Op 10 jan. 2014, om 15:01 heeft Paul Eggleton het volgende geschreven: > On Thursday 09 January 2014 13:45:23 Trevor Woerner wrote: >> At the last TSC meeting the topic of unmaintained layers came up. Here >> is the sorted list of master layers from the layer index [1], would it >> be possible

Re: [OE-core] [PATCH 1/2] gconf.bbclass: remove --disable-schemas-install

2014-01-08 Thread Koen Kooi
Op 8 jan. 2014, om 17:12 heeft Burton, Ross het volgende geschreven: > On 7 January 2014 13:05, Robert Yang wrote: >>> *Some* packages have migrated away from gconf to gsettings. Not all >>> packages have done this, so anything still using gconf is now broken. >>> Note that almost nothing in

Re: [OE-core] Qt in OE-core

2014-01-08 Thread Koen Kooi
Op 9 jan. 2014, om 01:32 heeft Martin Jansa het volgende geschreven: > On Wed, Jan 08, 2014 at 11:21:08PM +, Paul Eggleton wrote: >>> In my opinion... >>> >>> Personally I would be in favour of removing GTK+ and the GNOME UI from >>> the core and putting them in their own layer for all the

Re: [OE-core] [PATCH] lib/oe/patch.py: Prefer "git am" over "git apply" when applying git patches

2014-01-07 Thread Koen Kooi
Op 6 jan. 2014, om 23:10 heeft Saul Wold het volgende geschreven: > On 12/31/2013 06:18 AM, Laszlo Papp wrote: >> Ping? >> >> Alternatively, the system could also have an option for further >> fine-tuning what to do with git patches >> >> On Tue, Dec 24, 2013 at 12:44 PM, Laszlo Papp wrote:

Re: [OE-core] [PATCH] pulseaudio: rescale input being passed to float method of speex

2014-01-07 Thread Koen Kooi
Marcins linaro mail address has expired, adding the other one Op 7 jan. 2014, om 11:03 heeft Koen Kooi het volgende geschreven: > > Op 7 jan. 2014, om 10:59 heeft Arslan, Fahad het > volgende geschreven: > >>> What affect does it have on the overall size of spee

Re: [OE-core] [PATCH] pulseaudio: rescale input being passed to float method of speex

2014-01-07 Thread Koen Kooi
Op 7 jan. 2014, om 10:59 heeft Arslan, Fahad het volgende geschreven: >> What affect does it have on the overall size of speex > > If we enable floating point support, there is decrease in size of libs. > libspeexdsp.so is ~480 KB in fixed point configuration > libspeexdsp.so is ~220 KB in fl

Re: [OE-core] [PATCHv2] grub: add git version

2014-01-06 Thread Koen Kooi
Op 6 jan. 2014, om 12:24 heeft Martin Jansa het volgende geschreven: > On Mon, Jan 06, 2014 at 12:01:25PM +0100, Koen Kooi wrote: >> Recently grub git gained support for ARM builds (using u-boot or EFI as >> first stage loader) and with 2 extra patches we get support for 64

[OE-core] [PATCHv2] grub: add git version

2014-01-06 Thread Koen Kooi
. Signed-off-by: Koen Kooi --- meta/recipes-bsp/grub/grub-2.00/40_custom | 9 - ...t-add-grub_fdt_create_empty_tree-function.patch | 73 +++ .../grub/0002-arm64-add-EFI-Linux-loader.patch | 653 + meta/recipes-bsp/grub/grub/40_custom | 9 + meta/recipes

[OE-core] [PATCH] xf86-video-modesetting: update to 0.8.1

2014-01-04 Thread Koen Kooi
This fixes a build error with recent Xorg libs Signed-off-by: Koen Kooi --- meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.8.0.bb | 8 meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.8.1.bb | 8 2 files changed, 8 insertions(+), 8 deletions(-) delete

Re: [OE-core] [PATCH] Adding irssi 0.8.16-rc1 recipe

2013-12-31 Thread Koen Kooi
Op 27 dec. 2013, om 18:30 heeft krzysztof.m.syw...@intel.com het volgende geschreven: > From: Krzysztof Sywula > > --- > meta/recipes-connectivity/irssi/irssi_0.8.16-rc1.bb | 11 +++ that should be 0.8.15+0.8.16-rc1 to conform to the versioning policy __

Re: [OE-core] Piglit in Poky

2013-12-29 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Philip Balister schreef op 28-12-13 23:33: > On 12/28/2013 10:28 AM, Koen Kooi wrote: >> Paul Eggleton schreef op 28-12-13 12:48: >>> Hi Koen, >> >>> On Tuesday 24 December 2013 15:22:32 Koen Kooi wrote: >>&g

Re: [OE-core] Piglit in Poky

2013-12-28 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Eggleton schreef op 28-12-13 12:48: > Hi Koen, > > On Tuesday 24 December 2013 15:22:32 Koen Kooi wrote: >> Burton, Ross schreef op 23-12-13 19:01: >>> We'd like to integrate Piglit (an OpenGL test suite) int

Re: [OE-core] [PATCH] pulseaudio: rescale input being passed to float method of speex

2013-12-26 Thread Koen Kooi
Op 24 dec. 2013, om 15:37 heeft Fahad Arslan het volgende geschreven: > From: Fahad Arslan > > Pulseaudio uses Speex to do resampling. Default Pulseaudio resampler > is speex-float-1. However, Speex recipe in poky configures speex in s/poky/oe-core/ > fixed point. This scenario creates a si

Re: [OE-core] Piglit in Poky

2013-12-24 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Burton, Ross schreef op 23-12-13 19:01: > Hi, > > We'd like to integrate Piglit (an OpenGL test suite) into Poky so that we > can run automated QA on the GL stack. Piglit is currently residing in > meta-oe, but as Poky is a self-contained project we

Re: [OE-core] [RFC][PATCH] grub: add git version

2013-12-20 Thread Koen Kooi
Op 15 dec. 2013, om 18:37 heeft Richard Purdie het volgende geschreven: > On Wed, 2013-12-11 at 16:32 +0100, Koen Kooi wrote: >> Recently grub git gained support for ARM builds (using u-boot or EFI as >> first stage loader) and with 2 extra patches we get support for 64-bit

Re: [OE-core] [PATCH V3] openssl.inc: Install c_rehash utility with openssl

2013-12-19 Thread Koen Kooi
Op 17 dec. 2013, om 09:28 heeft Yasir Khan het volgende geschreven: > From: mykhani > > 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

Re: [OE-core] [PATCH] systemd-compat-units: drop machineid.service

2013-12-18 Thread Koen Kooi
Op 18 dec. 2013, om 16:03 heeft Burton, Ross het volgende geschreven: > On 12 December 2013 11:33, Koen Kooi wrote: >> Op 12 dec. 2013, om 11:04 heeft Ross Burton het >> volgende geschreven: >> >>> systemd will create the machine ID automatically if it is

Re: [OE-core] [PATCH V2 1/1] image.bbclass: add ability to set systemd default target

2013-12-17 Thread Koen Kooi
Op 18 dec. 2013, om 08:49 heeft qi.c...@windriver.com het volgende geschreven: > From: Chen Qi > > Add ability to set the default target for systemd images. > > The default value for the target is derived from checking whether > IMAGE_FEATRUES typo > contains 'x11-base' or not. Each image co

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 het volgende geschreven: > From: Christopher Larson > > 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 >

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 het volgende geschreven: > > On Fri, Dec 13, 2013 at 8:56 AM, Mark Hatle wrote: > On 12/13/13, 8:56 AM, Christopher Larson wrote: > From: Christopher Larson > > This is needed by systemd, among other useful applications. All fields are > metadata

Re: [OE-core] [PATCH] systemd-compat-units: drop machineid.service

2013-12-12 Thread Koen Kooi
Op 12 dec. 2013, om 11:04 heeft Ross Burton het volgende geschreven: > systemd will create the machine ID automatically if it isn't set, That's not the whole story, it will generate a new one every boot > so this unit doesn't serve any purpose. That's correct, you need to generate it offline,

[OE-core] [RFC][PATCH] grub: add git version

2013-12-11 Thread Koen Kooi
. Signed-off-by: Koen Kooi --- ...t-add-grub_fdt_create_empty_tree-function.patch | 73 +++ .../grub/0002-arm64-add-EFI-Linux-loader.patch | 653 + .../recipes-bsp/grub/{grub-2.00 => grub}/40_custom | 0 meta/recipes-bsp/grub/grub_git.bb | 57 ++ 4 fi

[OE-core] [PATCH 2/3] perl: remove sysroot path leakage into packaged files

2013-12-11 Thread Koen Kooi
ebone" ./usr/lib/perl/config.sh:986:strings='/build/v2013.06/build/tmp-angstrom_v2013_06-eglibc/sysroots/beaglebone/usr/include/string.h' ./usr/lib/perl/config.sh:996:timeincl='/build/v2013.06/build/tmp-angstrom_v2013_06-eglibc/sysroots/beaglebone/usr/include/sys/time.h /build

[OE-core] [PATCH 3/3] cpan_build bbclass: do not install module into /usr/share

2013-12-11 Thread Koen Kooi
/WithXSpp.pm Signed-off-by: Koen Kooi --- meta/classes/cpan_build.bbclass | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/classes/cpan_build.bbclass b/meta/classes/cpan_build.bbclass index eaba40a..5b0ad61 100644 --- a/meta/classes/cpan_build.bbclass +++ b/meta/classes/cpan_build.bbclass @@ -32,7

[OE-core] [PATCH 1/3] distutils bbclass: delete site.py*

2013-12-11 Thread Koen Kooi
-image/1.0-r0/rootfs/usr/lib/python2.7/site-packages/site.py | But that file is already provided by package * python-setuptools Signed-off-by: Koen Kooi --- meta/classes/distutils.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/distutils.bbclass b/meta/classes

Re: [OE-core] [RFC][PATCH] cmake: respect ${S} and ${B}

2013-12-05 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ross Burton schreef op 05-12-13 01:38: > Hi, > > This is a Request For Comments because it changes behaviour of the cmake > class and I'm not entirely knowledgeable in cmake. > > For some reason, cmake.bbclass doesn't use ${S} and ${B}, but instead h

[OE-core] [PATCH] linux-dummy: catch up with image.bbclass changes

2013-12-02 Thread Koen Kooi
/openembedded-core/meta/recipes-kernel/linux/linux-dummy.bb Signed-off-by: Koen Kooi --- meta/recipes-kernel/linux/linux-dummy.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-kernel/linux/linux-dummy.bb b/meta/recipes-kernel/linux/linux-dummy.bb index 8a211da..1c837c9

Re: [OE-core] Perl CPAN module install path bug in cpan_build.bbclass?

2013-11-29 Thread Koen Kooi
Op 29 nov. 2013, om 15:40 heeft Richard Purdie het volgende geschreven: > On Fri, 2013-11-29 at 14:47 +0100, Koen Kooi wrote: >> Op 29 nov. 2013, om 09:45 heeft Koen Kooi het >> volgende geschreven: >> >>> Hi, >>> >>> I've been working

Re: [OE-core] Perl CPAN module install path bug in cpan_build.bbclass?

2013-11-29 Thread Koen Kooi
Op 29 nov. 2013, om 09:45 heeft Koen Kooi het volgende geschreven: > Hi, > > I've been working on perl modules and I noticed some of them don't work > properly and nearly all of the non-working ones are Build.PL based and use > cpan_build.bbclass. > > A

[OE-core] Perl CPAN module install path bug in cpan_build.bbclass?

2013-11-29 Thread Koen Kooi
Hi, I've been working on perl modules and I noticed some of them don't work properly and nearly all of the non-working ones are Build.PL based and use cpan_build.bbclass. A working module looks like this: [koen@rrmbp v2013.06]$ dpkg-deb -c deploy/eglibc/ipk/armv7ahf-vfp-neon/perl-modu

Re: [OE-core] Issues with PREFERRED_VERSION/PREFERRED_PROVIDER for the kernel

2013-10-18 Thread Koen Kooi
Op 18 okt. 2013, om 17:59 heeft Ulf Samuelsson het volgende geschreven: > 1. If you define something in the .conf and in .conf >then .conf has higher priority. >This is really non-intuitive. It is correct however, if the DISTRO defines it, it's a DISTRO setting that a MACHINE.conf rea

Re: [OE-core] [PATCH v4] connman: ignore the networking device which nfs for rootfs is working on

2013-10-18 Thread Koen Kooi
Op 18 okt. 2013, om 10:12 heeft rongqing...@windriver.com het volgende geschreven: > From: Roy Li > > Create connman-evn.service, which will run a script to compute the networking > device when nfs root is on, and pass the result to connman.service > > Copy Connmand.service from source code,

Re: [OE-core] [PATCH] connman: ignore the networking device which nfs for rootfs is working on

2013-10-17 Thread Koen Kooi
Op 17 okt. 2013, om 10:12 heeft rongqing...@windriver.com het volgende geschreven: > From: Roy Li > > Create connmand-nfs.service, which will run a script to ignore the > networking device when root is nfs. > Connmand-nfs.service will be run only when root is not nfs You when it *is* on nfs,

Re: [OE-core] [PATCHv2] openssl: switch ARM builds from linux-elf-arm to linux-armv4 config

2013-10-16 Thread Koen Kooi
Op 16 okt. 2013, om 11:45 heeft Koen Kooi het volgende geschreven: > > Op 16 okt. 2013, om 11:20 heeft Phil Blundell het volgende > geschreven: > >> On Wed, 2013-10-16 at 09:25 +0200, Koen Kooi wrote: >>> From: Koen Kooi >>> >>> This enable

Re: [OE-core] [PATCH] packagegroup-core-basic: libuser has a hard depenency on libpam

2013-10-16 Thread Koen Kooi
Op 16 okt. 2013, om 13:47 heeft Paul Eggleton het volgende geschreven: > On Wednesday 16 October 2013 13:23:08 Koen Kooi wrote: >> Op 16 okt. 2013, om 12:25 heeft Paul Eggleton >> het volgende geschreven: >>> On Tuesday 15 October 2013 15:22:46 Saul Wold wrote: >>

Re: [OE-core] [PATCH] packagegroup-core-basic: libuser has a hard depenency on libpam

2013-10-16 Thread Koen Kooi
Op 16 okt. 2013, om 12:25 heeft Paul Eggleton het volgende geschreven: > On Tuesday 15 October 2013 15:22:46 Saul Wold wrote: >> Since libpam is only built when DISTRO_FEATURES pam is enabled we should >> not be trying to build libuser also. > > Should this packagegroup be bringing in librarie

Re: [OE-core] [PATCHv2] openssl: switch ARM builds from linux-elf-arm to linux-armv4 config

2013-10-16 Thread Koen Kooi
Op 16 okt. 2013, om 11:20 heeft Phil Blundell het volgende geschreven: > On Wed, 2013-10-16 at 09:25 +0200, Koen Kooi wrote: >> From: Koen Kooi >> >> This enables aes and sha1 assembly at buildtime. Openssl does a >> runtime check to see which portion gets ena

Re: [OE-core] [PATCH] connman: ignore the networking device which nfs for rootfs is working on

2013-10-16 Thread Koen Kooi
Op 16 okt. 2013, om 11:10 heeft Rongqing Li het volgende geschreven: > > > On 10/16/2013 04:54 PM, Koen Kooi wrote: >>>> ConditionKernelCommandLine!=root=/dev/nfs >>>> >> >>> > >>> >What is your meaning? >> That&#x

Re: [OE-core] [PATCH] connman: ignore the networking device which nfs for rootfs is working on

2013-10-16 Thread Koen Kooi
Op 16 okt. 2013, om 02:46 heeft Rongqing Li het volgende geschreven: > > > On 10/15/2013 06:10 PM, Koen Kooi wrote: >> >> Op 15 okt. 2013, om 10:12 heeft rongqing...@windriver.com het volgende >> geschreven: >> >>> From: Roy Li >>&g

[OE-core] [PATCHv2] openssl: switch ARM builds from linux-elf-arm to linux-armv4 config

2013-10-16 Thread Koen Kooi
From: Koen Kooi This enables aes and sha1 assembly at buildtime. Openssl does a runtime check to see which portion gets enabled. './Configure TABLE' gives the following: *** linux-elf-arm $cc = $cflags = -DL_ENDIAN -DTERMIO -O2 -pipe -g -feliminate-unused-d

[OE-core] [PATCH] openssl: switch ARM builds from linux-elf-arm to linux-armv4 config

2013-10-15 Thread Koen Kooi
and armv8/distroless Signed-off-by: Koen Kooi --- meta/recipes-connectivity/openssl/openssl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index 78ff7ae..8fb7fc6 100644 --- a/me

Re: [OE-core] [PATCH] connman: ignore the networking device which nfs for rootfs is working on

2013-10-15 Thread Koen Kooi
Op 15 okt. 2013, om 10:12 heeft rongqing...@windriver.com het volgende geschreven: > From: Roy Li > > Otherwise system will hang since nfs is not disconnected > > and remove the judgement of initscript DISTRO_FEATURE when install init > script connman, because inherit systemd will remove init

Re: [OE-core] [PATCHv2] openssh: allow login with empty password

2013-10-14 Thread Koen Kooi
Op 14 okt. 2013, om 12:37 heeft Paul Eggleton het volgende geschreven: > On Monday 14 October 2013 12:09:37 Koen Kooi wrote: >> Currently both PAM and dropbear allow logins with empty passwords, but >> openssh doesn't. This commit changes the default in openssh to all

[OE-core] [PATCHv2] openssh: allow login with empty password

2013-10-14 Thread Koen Kooi
Currently both PAM and dropbear allow logins with empty passwords, but openssh doesn't. This commit changes the default in openssh to allow empty password logins. This should be changed to be a global config option in the long run. Signed-off-by: Koen Kooi --- meta/recipes-connectivity/op

Re: [OE-core] [PATCH 2/2] openssh: allow empty passwords if PAM allows it as well

2013-10-14 Thread Koen Kooi
Op 14 okt. 2013, om 10:25 heeft Richard Purdie het volgende geschreven: > On Sun, 2013-10-13 at 17:30 +0200, Koen Kooi wrote: >> Op 13 okt. 2013, om 15:39 heeft Richard Purdie >> het volgende geschreven: >> >>> On Sun, 2013-10-13 at 12:01 +0200, Koen Kooi wrot

Re: [OE-core] [PATCH 2/2] openssh: allow empty passwords if PAM allows it as well

2013-10-13 Thread Koen Kooi
Op 13 okt. 2013, om 15:39 heeft Richard Purdie het volgende geschreven: > On Sun, 2013-10-13 at 12:01 +0200, Koen Kooi wrote: >> Op 12 okt. 2013, om 10:37 heeft Richard Purdie >> het volgende geschreven: >> >>> On Fri, 2013-10-11 at 15:37 +0200, Koen Kooi w

Re: [OE-core] [PATCH 2/2] openssh: allow empty passwords if PAM allows it as well

2013-10-13 Thread Koen Kooi
Op 12 okt. 2013, om 10:37 heeft Richard Purdie het volgende geschreven: > On Fri, 2013-10-11 at 15:37 +0200, Koen Kooi wrote: >> Signed-off-by: Koen Kooi >> --- >> meta/recipes-connectivity/openssh/openssh-6.2p2/sshd_config | 2 +- >> 1 file changed, 1 insertion(+)

Re: [OE-core] Setting root password

2013-10-11 Thread Koen Kooi
Op 11 okt. 2013, om 16:35 heeft Jack Mitchell het volgende geschreven: > What is the best way to set the root password for an image during build > time? > > I have come across this snippet: > > ROOTFS_POSTPROCESS_COMMAND += " \ >sed 's%^root:[^:]*:%root:${PASSWD}:%' \ >< ${IMA

Re: [OE-core] Problems when building Angstrom master & 1.3 & 1.4 for Beagleboard Black

2013-10-11 Thread Koen Kooi
Op 11 okt. 2013, om 16:32 heeft Ulf Samuelsson het volgende geschreven: > Have tried out building Angstrom for Beaglebone Black on a Quad-Core > i7/Ubuntu 12.04 i386 with: I strongly recommend ditching ubuntu and installing linux instead. I don't know what causes it, but switching to debian,

[OE-core] [PATCH 1/2] openssh: package sshd PAM config inside openssh-sshd package

2013-10-11 Thread Koen Kooi
Without this PAM integration is broken after installing openssh-sshd Signed-off-by: Koen Kooi --- meta/recipes-connectivity/openssh/openssh_6.2p2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/openssh/openssh_6.2p2.bb b/meta/recipes

[OE-core] [PATCH 2/2] openssh: allow empty passwords if PAM allows it as well

2013-10-11 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta/recipes-connectivity/openssh/openssh-6.2p2/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/openssh/openssh-6.2p2/sshd_config b/meta/recipes-connectivity/openssh/openssh-6.2p2/sshd_config index 4f9b626

Re: [OE-core] [PATCH] classes: add aarch64_be target

2013-10-10 Thread Koen Kooi
64eb is better, I think. In an ideal world I'd do that, but that ghastly 'aarch64_be' is already in upstream gcc, binutils and eglibc :( regards, Koen > > Best regards, > Nobuhiro > > 2013/10/10 Koen Kooi : >> From: Victor Kamensky >> >>

[OE-core] [PATCH] classes: add aarch64_be target

2013-10-10 Thread Koen Kooi
From: Victor Kamensky Add big endian ARMv8 target to OE infrastructure Signed-off-by: Victor Kamensky Signed-off-by: Koen Kooi --- meta/classes/insane.bbclass | 1 + meta/classes/kernel-arch.bbclass | 1 + meta/classes/libc-package.bbclass | 1 + meta/classes/siteinfo.bbclass | 2

[OE-core] Architectures with underscores in their names, how to handle that?

2013-10-09 Thread Koen Kooi
Hi, I'm working on adding support for big-endian armv8 and the toolchain people decided that it should be named 'aarch64_eb'. That currently works in OE because there isn't a 'eb' override yet, but there might be one in the future. So my question is, how can I safely handle a name like this? r

Re: [OE-core] [CONSOLIDATED PULL 00/78] Review & ACK

2013-07-28 Thread Koen Kooi
Op 26 jul. 2013, om 11:35 heeft "Burton, Ross" het volgende geschreven: > On 26 July 2013 08:14, Saul Wold wrote: >> Emilia Ciobanu (12): >> babeltrace: fix recipe name >> build-appliance-image: fix recipe name add GIT revision to PV variable >> chkconfig-alternatives-native: fix recipe nam

Re: [OE-core] [PATCH] util-linux: fix PACKAGECONFIG options

2013-07-26 Thread Koen Kooi
Op 25 jul. 2013, om 16:51 heeft Koen Kooi het volgende geschreven: > The ??= operator is too weak and it's setting a non-existent PACKAGECONFIG > option ('libpam' instead of 'pam'). > > Signed-off-by: Koen Kooi > --- > meta/recipes-core/util-linux/

[OE-core] [PATCH] util-linux: fix PACKAGECONFIG options

2013-07-25 Thread Koen Kooi
The ??= operator is too weak and it's setting a non-existent PACKAGECONFIG option ('libpam' instead of 'pam'). Signed-off-by: Koen Kooi --- meta/recipes-core/util-linux/util-linux.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/rec

Re: [OE-core] [PATCH v2] util-linux: Use PACKAGECONFIG to control pam and system config options

2013-07-25 Thread Koen Kooi
Op 25 jul. 2013, om 14:58 heeft Koen Kooi het volgende geschreven: > > Op 10 jul. 2013, om 18:26 heeft Enrico Scholz > het volgende geschreven: > >> Saul Wold writes: >> >>> The PACKAGECONFIG will ensure consistent enabling and disabling of the pam &g

Re: [OE-core] [PATCH v2] util-linux: Use PACKAGECONFIG to control pam and system config options

2013-07-25 Thread Koen Kooi
Op 10 jul. 2013, om 18:26 heeft Enrico Scholz het volgende geschreven: > Saul Wold writes: > >> The PACKAGECONFIG will ensure consistent enabling and disabling of the pam >> and systemd related >> options for configure and the correct dependencies >> >> v2: fixed PACKAGECONFIG line continua

Re: [OE-core] [PATCH V3] util-linux: replace += with _append to EXTRA_OECONF_class-native

2013-07-25 Thread Koen Kooi
Op 22 jul. 2013, om 05:48 heeft Saul Wold het volgende geschreven: > On 07/17/2013 06:54 PM, Ming Liu wrote: >> The native/nativesdk overrides of EXTRA_OECONF should take effect before >> append operator, otherwise, it will cause EXTRA_OECONF be overridden instead >> of be appended at native/na

Re: [OE-core] [PATCH] udev: Add RRECOMMENDS for udev-cache to enable the cache

2013-07-02 Thread Koen Kooi
Op 1 jul. 2013, om 20:58 heeft Saul Wold het volgende geschreven: > This will enable the udev cache for sysvinit systems, which does improve > post-first > boots. But will it stay disabled for non-sysv init systems? ___ Openembedded-core mailing lis

Re: [OE-core] [PATCH 4/4 v2] udev: Add RRECOMMENDS for udev-cache to enable the cache

2013-07-02 Thread Koen Kooi
Op 1 jul. 2013, om 22:48 heeft Saul Wold het volgende geschreven: > This will enable the udev cache for sysvinit systems, which does improve > post-first > boots. Can I please get some numbers on that? I haven't used it for years since it actually slowed down boot when I started measuring it

Re: [OE-core] Possible to fetch from private github repo?

2013-06-12 Thread Koen Kooi
Op 12 jun. 2013, om 15:04 heeft Steve Sakoman het volgende geschreven: > I have a client that keeps their app source code in a private github > repository. > > I haven't managed to find a way to convince the git fetcher to grab > the source code. > > Has anyone else managed to write a recipe

Re: [OE-core] Stable Release Process

2013-06-02 Thread Koen Kooi
Op 31 mei 2013, om 19:44 heeft Darren Hart het volgende geschreven: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > On 05/31/2013 10:34 AM, Martin Jansa wrote: >> On Fri, May 31, 2013 at 05:34:51PM +0100, Paul Eggleton wrote: >>> Hi Darren, >>> >>> Sorry it's taken me so long to r

Re: [OE-core] [PATCH 0/4] Mesa and Wayland updates

2013-05-31 Thread Koen Kooi
Op 30 mei 2013, om 16:00 heeft Ross Burton het volgende geschreven: > Hi, > > A short series that updates our Mesa and Wayland to the latest upstream > releases, adds a very rudimentary init script to start Weston, and a basic > image > that boots directly into Weston on DRM. We talked about

Re: [OE-core] RFC: libav, ffmpeg, and OE-Core

2013-05-30 Thread Koen Kooi
Op 30 mei 2013 om 21:59 heeft Paul Eggleton het volgende geschreven: > Hi all, > > Video decoding is an important function for a lot of devices. We currently > have gst-ffmpeg, which includes the ffmpeg sources, in OE-Core but we don't > have > ffmpeg or libav itself that is a bit more re-us

Re: [OE-core] [PATCH 2/3] Revert "initramfs-live-install*: fix the "install" boot option"

2013-05-17 Thread Koen Kooi
Op 16 mei 2013, om 20:03 heeft Saul Wold het volgende geschreven: > This was not the correct fix for this issues, it turns out that > base-files package was getting installed un-intentionally when > rpm-postinsts was split out. The base-files recipe lays down the > link that caused the cat fail

Re: [OE-core] [oe] [RFC] Layers, PRINC and bbappends

2013-05-15 Thread Koen Kooi
Op 15 mei 2013, om 16:44 heeft Paul Eggleton het volgende geschreven: > Hi Koen, > > On Tuesday 14 May 2013 09:36:02 Koen Kooi wrote: >> What triggered PR going backwards this time was a BSP removing its netbase >> bbappend because it wasn't needed anymore. Th

Re: [OE-core] [oe] [RFC] Layers, PRINC and bbappends

2013-05-15 Thread Koen Kooi
Op 15 mei 2013, om 22:33 heeft Richard Purdie het volgende geschreven: > On Tue, 2013-05-14 at 09:36 +0200, Koen Kooi wrote: >> To avoid things like that in the future I have a few recommendations >> I'd like to get feedback on: > > In future can we please discuss t

Re: [OE-core] [RFC] tcmode-default: Set 4.8 as default

2013-05-13 Thread Koen Kooi
Op 13 mei 2013, om 10:41 heeft Jack Mitchell het volgende geschreven: > On 12/05/13 23:23, Bruce Ashfield wrote: >> On 13-05-12 5:49 PM, Khem Raj wrote: >>> >>> On May 12, 2013, at 10:35 AM, Saul Wold wrote: >>> On 05/12/2013 09:29 AM, Khem Raj wrote: > Hi Saul > > There is

Re: [OE-core] [Angstrom-devel] gcc-cross-initial Failure (is a meta-aarch64 screw up)

2013-05-07 Thread Koen Kooi
Op 8 mei 2013, om 04:23 heeft Khem Raj het volgende geschreven: > Hi Jack > > since I was playing with archlinux today, I could reproduce this gcc ICE > problem with angstrom. Actual issue has been already fixed with > > http://git.openembedded.org/openembedded-core/commit/?id=b1dc91969f9bb0

Re: [OE-core] [PATCH] grub-efi-native: fix build on modern distributions without gets()

2013-05-01 Thread Koen Kooi
Op 1 mei 2013, om 22:39 heeft Darren Hart het volgende geschreven: >> # Native packages do not normally rebuild when the target changes. >> # Ensure this is built once per HOST-TARGET pair. >> @@ -28,6 +28,7 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ >>file://grub-

Re: [OE-core] [PATCH 1/3] libsoup: upgrade to 2.42.1

2013-05-01 Thread Koen Kooi
Op 1 mei 2013, om 12:19 heeft Ross Burton het volgende geschreven: > Upgrade to the latest stable release, and fix the dependencies. > > gnome-keyring use has been removed from libsoup, and sqlite3 is now a hard > dependency. The optional libsoup-gnome library is now a small stub, so enable >

Re: [OE-core] [PATCH 0/5] SERIAL_CONSOLES improvements

2013-05-01 Thread Koen Kooi
Op 30 apr. 2013, om 18:52 heeft Paul Eggleton het volgende geschreven: > Having two variables to enable essentially the same behaviour isn't > really desirable, so fix up the handling of SERIAL_CONSOLES, set it > from SERIAL_CONSOLE by default if not set and change everwhere we read > SERIAL_CO

Re: [OE-core] [PATCH] systemd: do not recommend udev-extraconf for udev

2013-04-30 Thread Koen Kooi
Op 30 apr. 2013, om 11:11 heeft "Burton, Ross" het volgende geschreven: > On 30 April 2013 10:09, Burton, Ross wrote: >> On 30 April 2013 08:31, Andreas Müller wrote: >>> * adding this extra functionality is an image- or distro-decision >>> * at least automount-rule/script breaks other automo

Re: [OE-core] [PATCH] systemd: do not recommend udev-extraconf for udev

2013-04-30 Thread Koen Kooi
Op 30 apr. 2013, om 11:09 heeft "Burton, Ross" het volgende geschreven: > On 30 April 2013 08:31, Andreas Müller wrote: >> * adding this extra functionality is an image- or distro-decision >> * at least automount-rule/script breaks other automount solutions causing >> misleading kernel messag

Re: [OE-core] [PATCH] systemd: do not recommend udev-extraconf for udev

2013-04-30 Thread Koen Kooi
Op 30 apr. 2013, om 09:31 heeft Andreas Müller het volgende geschreven: > * adding this extra functionality is an image- or distro-decision > * at least automount-rule/script breaks other automount solutions causing > misleading kernel messages as 'VFS: could not find a valid V7 on sda' > > S

Re: [OE-core] udev-extraconf conflicts

2013-04-30 Thread Koen Kooi
Op 29 apr. 2013, om 23:03 heeft Andreas Müller het volgende geschreven: > Hi, > > is it really necessary to add udev-extraconf to systemd RRECOMMENDs? Most certainly not! > For me automount.rules turn gvfs/gio (auto)mount to unusable state. > I bet there are others (see autonet.rules) failin

Re: [OE-core] [PATCH] alsa-utils: Move alsaconf to its own recipe

2013-04-29 Thread Koen Kooi
Op 29 apr. 2013, om 15:54 heeft Richard Purdie het volgende geschreven: > On Thu, 2013-04-25 at 13:47 +0100, Phil Blundell wrote: >> 18575b082a4042376fd1575465e69562dea04ddc added bash as a dependency of >> alsa-utils-alsaconf so that the script interpreter will be available at >> run time. Ho

Re: [OE-core] [PATCH] buildhistory: change default BUILDHISTORY_DIR to TOPDIR

2013-04-28 Thread Koen Kooi
n TMPDIR/buildhistory >> need to move it to new location first (in order to save history) >> >> Signed-off-by: Martin Jansa > > I've been doing it locally all the time; thanks by sending this :-) > > Acked

Re: [OE-core] State of bitbake world

2013-04-27 Thread Koen Kooi
Op 27 apr. 2013, om 13:23 heeft Paul Eggleton het volgende geschreven: > On Saturday 27 April 2013 12:54:00 Martin Jansa wrote: >> common (8): >> I'll send patches moving qcanobserver, gcalctool, media-ctl, xbmc to >> nonworking > > If we have this number of recipes failing, I think we need

Re: [OE-core] Annoyances with dylan

2013-04-27 Thread Koen Kooi
Op 27 apr. 2013, om 12:19 heeft Richard Purdie het volgende geschreven: > On Fri, 2013-04-26 at 16:47 +0200, Koen Kooi wrote: >> Hi, >> >> I have 2 big annoyances with dylan: >> >> 1) Multimachine builds trigger spurious warnings: >> >> WARNIN

Re: [OE-core] Annoyances with dylan

2013-04-27 Thread Koen Kooi
Op 27 apr. 2013, om 13:08 heeft Marcin Juszkiewicz het volgende geschreven: > W dniu 26.04.2013 16:47, Koen Kooi pisze: > >> I have 2 big annoyances with dylan: > >> To trigger 2) I updated meta-linaro > > Do you want 'dylan' branch of meta-lina

Re: [OE-core] [PATCH] image.bbclass: Don't mark do_rootfs and do_build as nostamp

2013-04-27 Thread Koen Kooi
Op 27 apr. 2013, om 11:08 heeft Richard Purdie het volgende geschreven: > On Sat, 2013-04-27 at 09:34 +0100, Paul Eggleton wrote: >> On Friday 26 April 2013 12:30:38 Phil Blundell wrote: >>> There doesn't appear to be any compelling reason for these tasks to be >>> nostamp and having them re-ru

[OE-core] Annoyances with dylan

2013-04-26 Thread Koen Kooi
Hi, I have 2 big annoyances with dylan: 1) Multimachine builds trigger spurious warnings: WARNING: The recipe bonescript is trying to install files into a shared area when those files already exist. Those files and their manifest location are: /build/v2013.06/deploy/eglibc/licenses/bonescrip

Re: [OE-core] [PATCH] connman: tist of connman do not support powerpc64

2013-04-26 Thread Koen Kooi
Op 26 apr. 2013, om 11:33 heeft Jack Mitchell het volgende geschreven: > On 26/04/13 09:07, Chunrong Guo wrote: >> connman build for powerpc 64bit boards were producing errors like this: >> | make[1]: *** [plugins/plugins_tist_la-tist.lo] Error 1 >> | make[1]: *** Waiting for unfini

Re: [OE-core] [PATCH] connman: tist of connman do not support powerpc64

2013-04-26 Thread Koen Kooi
Op 26 apr. 2013, om 11:36 heeft "Burton, Ross" het volgende geschreven: > On 26 April 2013 10:33, Jack Mitchell wrote: >> I think if anyone needs it, shout up; otherwise we should go with the >> default and disable it. > > Agreed - we can PACKAGECONFIG it and the machines that need it can ena

[OE-core] [PATCH v2] gst-plugins-gl: make it work for both openGL and openGL ESv2

2013-04-25 Thread Koen Kooi
r. This is most likely a problem with the EMGD drivers. Signed-off-by: Koen Kooi --- meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb b/meta/recipes

Re: [OE-core] [PATCH] gst-plugins-gl: make it work for both openGL and openGL ESv2

2013-04-25 Thread Koen Kooi
Op 25 apr. 2013, om 12:12 heeft "Burton, Ross" het volgende geschreven: > On 25 April 2013 10:32, Koen Kooi wrote: >> -DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg" >> +DEPENDS += "gst-plugins-base" > > This "jpeg&qu

[OE-core] [PATCH] gst-plugins-gl: make it work for both openGL and openGL ESv2

2013-04-25 Thread Koen Kooi
r. This is most likely a problem with the EMGD drivers. Signed-off-by: Koen Kooi --- meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb b/meta/recipes

Re: [OE-core] [RFC] disable SysV compat in systemd when there's no 'sysvinit' in DISTRO_FEATURES

2013-04-23 Thread Koen Kooi
Op 23 apr. 2013, om 10:41 heeft "Burton, Ross" het volgende geschreven: > Hi Koen, > > On 23 April 2013 09:18, Koen Kooi wrote: >> A real patch will follow later after I test this (full rebuild going on due >> to the BACKFILL snafu mentioned earlier), but

[OE-core] [RFC] disable SysV compat in systemd when there's no 'sysvinit' in DISTRO_FEATURES

2013-04-23 Thread Koen Kooi
Hi, A real patch will follow later after I test this (full rebuild going on due to the BACKFILL snafu mentioned earlier), but it boils down to: [koen@rrMBP systemd]$ diff -Nurd systemd_199.bb systemd_202.bb --- systemd_199.bb 2013-04-22 16:53:18.450910639 +0200 +++ systemd_202.bb 2013

[OE-core] DISTRO_FEATURES_BACKFILL_CONSIDERED_append usage

2013-04-23 Thread Koen Kooi
Hi, I've had the following in my DISTRO.conf for a while now: DISTRO_FEATURES_BACKFILL_CONSIDERED_append = " sysvinit" And that seems to do the right thing: [koen@rrMBP v2013.06]$ MACHINE=minnow bitbake systemd -e | grep DISTRO_FEATURES | grep BACK # $DISTRO_FEATURES_BA

<    1   2   3   4   5   6   7   8   9   10   >