[OE-core] [PATCH 0/1] populate-volatile.sh: detect the change of configuration files

2015-03-20 Thread Chen Qi
The following changes since commit 0752c79282b1cc9699743e719518e6c341d50a3a: systemd: fix /var/log/journal ownership (2015-03-16 17:38:51 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/populate-volatile-cache

[OE-core] [PATCH] Fix big endian romfs issue

2015-03-20 Thread Alexey Spirkov
By given scenario mkromfs tool do not recompiled for target endianness but reused from native build. It is incorrect in field of view of different endianness of host and target machines. Before that fix internal ghostscript romfs was unreadable that was indicated by following warning: ***

[OE-core] Policy of explicit disabling of package features

2015-03-20 Thread Tanu Kaskinen
Hi, I'm using the pulseaudio packaging as the starting point to learn about OE packaging. I'm trying to understand why everything is done as it is done, and my current focus is on pulseaudio's EXTRA_OECONF: EXTRA_OECONF = \ --disable-hal-compat \ --disable-orc

[OE-core] [PATCH] gcc-cross-canadian: Enable stripping and packaging of binaries

2015-03-20 Thread Richard Purdie
This seems to have been disabled since the dawn of time for now good reason. Enable the .debug stripping and packaging allowing for a smaller SDK. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc

Re: [OE-core] [PATCH] runqemu-internal: Add cpio support for qemux86 so that we can boot poky-tiny images

2015-03-20 Thread Richard Purdie
On Thu, 2015-03-19 at 17:39 +0100, Bernhard Reutner-Fischer wrote: On March 19, 2015 12:33:30 PM GMT+01:00, Richard Purdie richard.pur...@linuxfoundation.org wrote: poky-tiny generates cpio.gz images, add support for these so we can boot them using runqemu. Signed-off-by: Richard Purdie

[OE-core] [PATCH] lib/oe/lsb.py: Stop parsing /etc/SuSE-release

2015-03-20 Thread Ed Bartosh
/etc/SuSE-release should not be parsed to obtain release info Here is the quote from /etc/SuSE-release: /etc/SuSE-release is deprecated and will be removed in the future, use /etc/os-release instead All recent OpenSUSE versions already have /etc/os-release and oe.lsb/release_dict_file function

Re: [OE-core] [PATCH] lib/oe/lsb.py: Stop parsing /etc/SuSE-release

2015-03-20 Thread Paul Eggleton
Hi Ed, On Friday 20 March 2015 13:22:50 Ed Bartosh wrote: /etc/SuSE-release should not be parsed to obtain release info Here is the quote from /etc/SuSE-release: /etc/SuSE-release is deprecated and will be removed in the future, use /etc/os-release instead All recent OpenSUSE versions

[OE-core] [PATCH] nss: move /usr/bin/smime to nss-smime

2015-03-20 Thread Martin Jansa
* remove perl runtime dependency from main package Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-support/nss/nss.inc | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/nss/nss.inc b/meta/recipes-support/nss/nss.inc index

Re: [OE-core] [oe-commits] Jonathan Liu : fontcache.bbclass: prepend to PACKAGEFUNCS instead of appending

2015-03-20 Thread Martin Jansa
On Mon, Mar 16, 2015 at 05:42:36PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: f0e3db4eaacc32423934ce09b91bc619dc5dbd21 URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=f0e3db4eaacc32423934ce09b91bc619dc5dbd21 Author:

Re: [OE-core] [PATCH] glibc: avoid configure stall by feeding prompt

2015-03-20 Thread Burton, Ross
On 20 March 2015 at 01:44, Khem Raj raj.k...@gmail.com wrote: it replaces mine and is a better fix. Thanks Khem. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH] lib/oe/lsb.py: Stop parsing /etc/SuSE-release

2015-03-20 Thread Ed Bartosh
On Fri, Mar 20, 2015 at 11:38:25AM +, Paul Eggleton wrote: Hi Ed, On Friday 20 March 2015 13:22:50 Ed Bartosh wrote: /etc/SuSE-release should not be parsed to obtain release info Here is the quote from /etc/SuSE-release: /etc/SuSE-release is deprecated and will be removed in the

Re: [OE-core] [PATCH V2 3/3] uclibc: Revert systemd regressing patch from upsteam uclibc and uprev SRCREV

2015-03-20 Thread Bernhard Reutner-Fischer
On 12 September 2012 at 09:55, Khem Raj raj.k...@gmail.com wrote: This patch is causing systemd based systemd to not boot meta/recipes-core/uclibc/uclibc-git.inc|5 +- ...nt.c-wtent.c-move-functions-from-utxent.c.patch | 321 2 files changed, 324

[OE-core] [PATCH] oeqa/runtime: Added a new auto rpm test

2015-03-20 Thread Lucian Musat
The test tries to query the rpm list with a non-root user Signed-off-by: Lucian Musat george.l.mu...@intel.com --- meta/lib/oeqa/runtime/rpm.py | 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta/lib/oeqa/runtime/rpm.py b/meta/lib/oeqa/runtime/rpm.py index b17e8b4..0529992

[OE-core] [PATCH] util-linux-native: Fixed conflicts with shadow-native and ncurses-native

2015-03-20 Thread Saul Wold
From: Caner Altinbasak caner.altinba...@gmail.com util-linux-native provides /bin/reset and /sbin/nologin. shadow-native provides /sbin/nologin and ncurses-native provides /bin/reset. This creates a conlict. [YOCTO #7484] This commit fixes the conflict by deleting the

Re: [OE-core] [PATCHv4 2/2] xserver-nodm-init: Change to vt1 when stop

2015-03-20 Thread Aníbal Limón
On 20/03/15 08:54, Otavio Salvador wrote: On Thu, Mar 19, 2015 at 10:45 AM, Aníbal Limón anibal.li...@linux.intel.com wrote: When X is stopped it remains in the same vt that was launched, change to vt1 instead to avoid manual vt switch. [YOCTO #5336] Signed-off-by: Aníbal Limón

[OE-core] [PATCH 1/1] oe-selftest: use spaces to indent python code, not tabs

2015-03-20 Thread Paul Eggleton
Indenting-only change. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/lib/oeqa/selftest/_toaster.py | 556 ++--- meta/lib/oeqa/selftest/bbtests.py | 72 ++--- 2 files changed, 314 insertions(+), 314 deletions(-) diff --git

[OE-core] [PATCH 0/1] Fix some errant tabs in python code

2015-03-20 Thread Paul Eggleton
The following change since commit d91ed126eead8b09a4ddfe5cc11db16dda71273f: lib/oeqa/selftest/lic-checksum: Add INHIBIT_DEFAULT_DEPS (2015-03-20 11:03:15 +) is available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/tabfix

Re: [OE-core] [PATCHv4 2/2] xserver-nodm-init: Change to vt1 when stop

2015-03-20 Thread Otavio Salvador
On Thu, Mar 19, 2015 at 10:45 AM, Aníbal Limón anibal.li...@linux.intel.com wrote: When X is stopped it remains in the same vt that was launched, change to vt1 instead to avoid manual vt switch. [YOCTO #5336] Signed-off-by: Aníbal Limón anibal.li...@linux.intel.com Now I like it :) Thanks

Re: [OE-core] [PATCH] openjdk: Add patch to avoid build issue with linaro toolchain 4.7

2015-03-20 Thread Otavio Salvador
On Thu, Mar 19, 2015 at 7:47 PM, Sam Nelson sam.nel...@ti.com wrote: - -fuse-ld=bfd is only supported in the linaro toolchain verion 4.8 - This is work around to support the 4.7 version Signed-off-by: Sam Nelson sam.nel...@ti.com I understand why you are doing this but this should be included

[OE-core] [PATCH] directfb: retire directfb.inc

2015-03-20 Thread Andre McCurdy
Splitting the DirectFB recipe into .bb and .inc hinders maintenance and the addition of new features such as class-native support. Remove directfb.inc and merge everything into directfb_1.7.6.bb. No functional changes. Signed-off-by: Andre McCurdy armccu...@gmail.com ---

Re: [OE-core] [PATCH] directfb: retire directfb.inc

2015-03-20 Thread Khem Raj
On Mar 20, 2015, at 11:32 AM, Andre McCurdy armccu...@gmail.com wrote: Splitting the DirectFB recipe into .bb and .inc hinders maintenance and the addition of new features such as class-native support. Remove directfb.inc and merge everything into directfb_1.7.6.bb. Having a fairly

Re: [OE-core] [PATCH V2 3/3] uclibc: Revert systemd regressing patch from upsteam uclibc and uprev SRCREV

2015-03-20 Thread Khem Raj
On Mar 20, 2015, at 6:07 AM, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On 12 September 2012 at 09:55, Khem Raj raj.k...@gmail.com wrote: This patch is causing systemd based systemd to not boot meta/recipes-core/uclibc/uclibc-git.inc|5 +-

Re: [OE-core] [PATCH] directfb: retire directfb.inc

2015-03-20 Thread Andre McCurdy
On Fri, Mar 20, 2015 at 11:40 AM, Khem Raj raj.k...@gmail.com wrote: On Mar 20, 2015, at 11:32 AM, Andre McCurdy armccu...@gmail.com wrote: Splitting the DirectFB recipe into .bb and .inc hinders maintenance and the addition of new features such as class-native support. Remove directfb.inc

[OE-core] [PATCH] lib/oe/lsb.py: Prioritize parsing of /etc/os-release

2015-03-20 Thread Ed Bartosh
Moved parsing of /etc/os-release before parsing of /etc/SuSE-release as /etc/SuSE-release is deprecated in recent releases of OpenSuSE. Here is the quote from /etc/SuSE-release: /etc/SuSE-release is deprecated and will be removed in the future, use /etc/os-release instead Signed-off-by: Ed

[OE-core] [PATCH 3/3] stress: add new package

2015-03-20 Thread Maxin B. John
Deliberately simple workload generator for POSIX systems. It imposes a configurable amount of CPU, memory, I/O, and disk stress on the system. Moving the package from meta-linaro as a dependency for rt-tests ptest Signed-off-by: Maxin B. John maxin.j...@enea.com ---

[OE-core] [PATCH] scripts/combo-layer: Handle update with no repo/revision specified

2015-03-20 Thread Richard Purdie
Running an update operation with no repo/revision specified was failing. This fixes that code path which worked until the change from: http://git.yoctoproject.org/cgit.cgi/poky/commit/scripts/combo-layer?id=3592507a149b668c0a925e176535f7f2002fa543 Signed-off-by: Richard Purdie

Re: [OE-core] Policy of explicit disabling of package features

2015-03-20 Thread Tanu Kaskinen
On Fri, 2015-03-20 at 09:30 +, Richard Purdie wrote: On Fri, 2015-03-20 at 10:07 +0200, Tanu Kaskinen wrote: It seems to me that a better policy would be to always explicitly disable *all* features that have external dependencies that aren't listed in DEPENDS. That kind of policy

[OE-core] [PATCH] linux-yocto-tiny: Enable CONFIG_BINFMT_SCRIPT

2015-03-20 Thread Ed Bartosh
This SRCREV update fixes the failure of running /init for poky-tiny image. Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com --- meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb | 2 +- 2 files changed, 2 insertions(+), 2

Re: [OE-core] [PATCH] linux-yocto-tiny: Enable CONFIG_BINFMT_SCRIPT

2015-03-20 Thread Bruce Ashfield
On Fri, Mar 20, 2015 at 1:05 PM, Ed Bartosh ed.bart...@linux.intel.com wrote: This SRCREV update fixes the failure of running /init for poky-tiny image. Hold on this. I have other meta changes that this doesn't address. I expected this meta commit in the intel layers, I have no trouble (and

[OE-core] [PATCH 0/3] rt-tests version upgrade and ptest support

2015-03-20 Thread Maxin B. John
1. Add ptest support to rt-tests package [YOCTO #1569] 2. Add stress package as a dependency for rt-tests ptest 3. Upgrade the rt-tests and hwlatdetect package to version 0.91 Maxin B. John (3): rt-tests: bump version and enable ptest support hwlatdetect: upgrade to version 0.91 stress: add

[OE-core] [PATCH 2/3] hwlatdetect: upgrade to version 0.91

2015-03-20 Thread Maxin B. John
Upgrade hwlatdetect to version 0.91 Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-rt/rt-tests/{hwlatdetect_0.89.bb = hwlatdetect_0.91.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-rt/rt-tests/{hwlatdetect_0.89.bb = hwlatdetect_0.91.bb} (100%)

[OE-core] [PATCH 1/3] rt-tests: bump version and enable ptest support

2015-03-20 Thread Maxin B. John
1. Upgrade version to 0.91 2. Add ptest support [YOCTO #1569] Signed-off-by: Thomas Lundström thomas.lundst...@enea.com Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-rt/rt-tests/files/rt_bmark.py | 412 + meta/recipes-rt/rt-tests/files/run-ptest

[OE-core] [PATCH] directfb: define DEPENDS and EXTRA_OECONF via directfb.inc only

2015-03-20 Thread Andre McCurdy
Remove duplicate EXTRA_OECONF definition from directfb_1.7.6.bb. Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-graphics/directfb/directfb.inc | 11 ++- meta/recipes-graphics/directfb/directfb_1.7.6.bb | 13 - 2 files changed, 6 insertions(+), 18

Re: [OE-core] Policy of explicit disabling of package features

2015-03-20 Thread Richard Purdie
On Fri, 2015-03-20 at 10:07 +0200, Tanu Kaskinen wrote: It seems to me that a better policy would be to always explicitly disable *all* features that have external dependencies that aren't listed in DEPENDS. That kind of policy should reduce these non-determinism issues. Full compliance