Re: [OE-core] [PATCH] directfb: don't patch pkg-config files

2013-07-19 Thread Otavio Salvador
On Fri, Jul 19, 2013 at 11:46 AM, Nicolas Dechesne wrote: > > On Fri, Jul 19, 2013 at 10:39 AM, André Draszik > wrote: >> >> We are currently getting build failures of projects that rely on >> being able to access DirectFB's internal include directories, as >> returned via pkg-config, since the i

Re: [OE-core] [PATCH 1/2] python: fix importing readline with probably escape sequence output

2013-07-19 Thread Saul Wold
On 07/19/2013 02:13 AM, Hongxu Jia wrote: While imports readline in python, if TERM in terminfo is available and it contains the variable 'km' and 'smm', the readline initialization will output the value of 'smm' which is the escape sequence '\E[?1034h'. 'km' means the terminal has a meta key wh

[OE-core] [PATCH v2] kmod: Add ptest

2013-07-19 Thread Tudor Florea
Install kmod test suite and run it as ptest. Signed-off-by: Tudor Florea --- meta/recipes-kernel/kmod/kmod.inc |4 +++- meta/recipes-kernel/kmod/kmod/ptest.patch | 25 + meta/recipes-kernel/kmod/kmod/run-ptest |5 + meta/recipes-kernel/kmod/kmod_gi

[OE-core] [PATCH v2] python: Add ptest

2013-07-19 Thread Tudor Florea
Signed-off-by: Tudor Florea --- .../python/python/fix-makefile-for-ptest.patch | 33 meta/recipes-devtools/python/python/run-ptest |5 +++ meta/recipes-devtools/python/python_2.7.3.bb | 10 ++ 3 files changed, 48 insertions(+) create mode 100644 m

Re: [OE-core] [PATCH 2/2] update-rc.d: Remove init.d dir if sysvinit is not in distro features

2013-07-19 Thread Paul Eggleton
On Friday 19 July 2013 08:02:32 Chris Larson wrote: > On Fri, Jul 19, 2013 at 4:53 AM, Shakeel, Muhammad > wrote: > > From: Muhammad Shakeel > > > > If sysvinit is not supported DISTRO_FEATURE than there is no need to > > package related initialization scripts. > > > > Signed-off-by: Muhammad

[OE-core] [PATCH v2] python: Add ptest

2013-07-19 Thread Tudor Florea
Install python test suite and run it as ptest Signed-off-by: Tudor Florea --- .../python/python/fix-makefile-for-ptest.patch | 33 meta/recipes-devtools/python/python/run-ptest |5 +++ meta/recipes-devtools/python/python_2.7.3.bb | 10 ++ 3 files ch

Re: [OE-core] [PATCH 2/2] update-rc.d: Remove init.d dir if sysvinit is not in distro features

2013-07-19 Thread Chris Larson
On Fri, Jul 19, 2013 at 4:53 AM, Shakeel, Muhammad < muhammad_shak...@mentor.com> wrote: > From: Muhammad Shakeel > > If sysvinit is not supported DISTRO_FEATURE than there is no need to > package related initialization scripts. > > Signed-off-by: Muhammad Shakeel > If we stop shipping init.d f

Re: [OE-core] [PATCH] directfb: don't patch pkg-config files

2013-07-19 Thread Nicolas Dechesne
On Fri, Jul 19, 2013 at 10:39 AM, André Draszik wrote: > We are currently getting build failures of projects that rely on > being able to access DirectFB's internal include directories, as > returned via pkg-config, since the include paths returned by > pkg-config are incomplete. > > The reason fo

[OE-core] [PATCH] wget: backport fixes for documentation build errors

2013-07-19 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta/recipes-extended/wget/wget-1.14/fix_doc.patch | 71 ++ meta/recipes-extended/wget/wget_1.14.bb| 1 + 2 files changed, 72 insertions(+) create mode 100644 meta/recipes-extended/wget/wget-1.14/fix_doc.patch diff --git a/meta/re

[OE-core] [PATCH 1/2] systemd: Remove systemd_unitdir if systemd is not in distro features

2013-07-19 Thread Shakeel, Muhammad
From: Muhammad Shakeel If systemd is not supported DISTRO_FEATURE than there is no need to package related service files. Signed-off-by: Muhammad Shakeel --- meta/classes/systemd.bbclass |9 + 1 file changed, 9 insertions(+) diff --git a/meta/classes/systemd.bbclass b/meta/classes

[OE-core] [PATCH 2/2] update-rc.d: Remove init.d dir if sysvinit is not in distro features

2013-07-19 Thread Shakeel, Muhammad
From: Muhammad Shakeel If sysvinit is not supported DISTRO_FEATURE than there is no need to package related initialization scripts. Signed-off-by: Muhammad Shakeel --- meta/classes/update-rc.d.bbclass |9 + 1 file changed, 9 insertions(+) diff --git a/meta/classes/update-rc.d.bbcl

Re: [OE-core] kernel miscompilation with gcc 4.8 for ARMv5

2013-07-19 Thread Phil Blundell
On Fri, 2013-07-19 at 05:39 +, Holger Freyther wrote: > will crash on the above line. Compiling tcp_ipv4.c with GCC4.6.3 > and re-linking doesn't appear to fix the problem but maybe I made > another mistake. If your analysis of the path that leads up to the crash is correct then it sounds like

Re: [OE-core] [PATCH 1/3 v2] sanity.bbclass: Check for the known broken version of make

2013-07-19 Thread Paul Eggleton
On Tuesday 09 July 2013 16:14:55 Trevor Woerner wrote: > On 8 July 2013 17:55, Mark Hatle wrote: > > For anyone with an old or broken system, they will need to download (or > > build) the buildtools.. > > install it and have it in their path prior to running oe-core. > > Does a download location

[OE-core] [PATCH 3/3] run-postinsts: add more logging to the log file to make things clearer

2013-07-19 Thread Qi.Chen
From: Chen Qi When all postinsts scripts succeed at system startup, it's very possible that the log file /var/log/postinstall.log is empty. This is kind of confusing, as that file is supposed to hold information about the postinsts. Add more logging to the log file to make things clearer. Signe

[OE-core] [PATCH 1/3] rpm: remove the obsolete rpm-postinsts.bb

2013-07-19 Thread Qi.Chen
From: Chen Qi Now that the postinsts of rpm, deb and ipk are all handled in the one central place, run-postinsts.bb, the rpm-postinsts.bb recipe is actually obsolete now. Remove this recipe to avoid confusion. Signed-off-by: Chen Qi --- meta/recipes-devtools/rpm/rpm-postinsts.bb | 54 ---

[OE-core] [PATCH 0/3] run-postinsts fixes

2013-07-19 Thread Qi.Chen
From: Chen Qi The following changes since commit 31e6eee860b5f9f4ac9ef0889bcff5648de6e3f9: poky-tiny.conf: blacklist core-image-weston option (2013-07-18 21:26:58 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/run-postinsts-fixes http://git.po

[OE-core] [PATCH 2/3] run-postinsts: fix comment

2013-07-19 Thread Qi.Chen
From: Chen Qi The run-postinsts script also handles the #SYSCONFDIR#/rpm-postinsts directory. Add it to the comment for clarity. Signed-off-by: Chen Qi --- .../run-postinsts/run-postinsts/run-postinsts |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH 2/2] python-native: remove unused and duplicated sitecustomize.py

2013-07-19 Thread Hongxu Jia
python-native doesn't use sitecustomize.py and there is another duplicated one in meta/recipes-devtools/python/python. Signed-off-by: Hongxu Jia --- .../python/python-native/sitecustomize.py | 45 -- 1 file changed, 45 deletions(-) delete mode 100644 meta/recipes-de

[OE-core] [PATCH V2 0/2] python: fix importing readline with probably escape sequence output

2013-07-19 Thread Hongxu Jia
Change from V1: explicitly set meta key off rather than hardcore the terminal to 'dumb'. Also remove the duplicated sitecustomize.py in python-native. //Hongxu The following changes since commit 3dee534f1e25109e0bdb681de0746c336f4b8840: lib/oeqa: fix dependecy check (2013-07-16 10:04:17 +010

[OE-core] [PATCH 1/2] python: fix importing readline with probably escape sequence output

2013-07-19 Thread Hongxu Jia
While imports readline in python, if TERM in terminfo is available and it contains the variable 'km' and 'smm', the readline initialization will output the value of 'smm' which is the escape sequence '\E[?1034h'. 'km' means the terminal has a meta key which is a special key on MIT keyboards such a

[OE-core] [PATCH] directfb: don't patch pkg-config files

2013-07-19 Thread André Draszik
We are currently getting build failures of projects that rely on being able to access DirectFB's internal include directories, as returned via pkg-config, since the include paths returned by pkg-config are incomplete. The reason for that is the patch that is being removed with this change. It modi