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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 ---
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
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
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
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
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
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
21 matches
Mail list logo