On Thu, 2013-06-20 at 11:54 +1000, Jonathan Liu wrote:
> The following do not work if Xcms is not enabled in libx11:
> - starting xterm and doing ls --color / fails to color code the
> directories:
> xterm: Cannot allocate color "rgb:5c/5c/ff"
> - xsetroot -solid rgb:5c/5c/ff fails with the fol
V2:
* fix typo
* update upstream-status of python-pygtk/update-dependences-of-defs.c.patch
The following changes since commit e04e6dab0afa8f72bf001b0cc106cd13b7694a91:
bdwgc-native: Add missing pkgconfig DEPENDS (2013-06-19 18:03:35 +0100)
are available in the git repository at:
git://git.po
The installation of __glib.so is invoked by install-data-am target
which are generated by automake. installing libpyglib-2.0-python is
invoked by install-exec-am.
"make install" will firstly install libpyglib-2.0-python, then install
__glib.so, the sequence should not be broken, since _glib.so has
defs.c dependes on gdk-types.defs and gtk-types.defs. When parallel
compile, it may fails with:
"IOError: [Errno 2] No such file or directory: 'gtk-types.defs'"
Add them to dependences of defs.c to fix this issue.
Signed-off-by: Kai Kang
---
.../update-dependences-of-defs.c.patch |
Fix openjade-native build failure when build directory name contains the
characters ".a".
Signed-off-by: Kai Kang
---
.../openjade/openjade-1.3.2/fix-regex.patch| 32
.../openjade/openjade-native_1.3.2.bb |3 +-
2 files changed, 34 insertions(+), 1
Ping.
> -Original Message-
> From: Luo Zhenhua-B19537
> Sent: Tuesday, June 18, 2013 9:26 PM
> To: 'Richard Purdie'; Randy MacLeod
> Cc: openembedded-core@lists.openembedded.org; Yu Zongchun-B40527
> Subject: RE: [OE-core] [oe-core][patch v2] sanity.bbclass: correct the
> gcc_arch check lo
> luajit is rather a strange error, HOST_CC can't find or
> some other common headers.
hmmm luajit does not fail here for beaglebone/qemuarm so not much I can help.
>
> mplayer2 is failing to find , this needs the same sort of fix I
> made to vlc
> (http://git.openembedded.org/meta-openembedd
Thank you for your suggestion, I will correct this next time.
Thanks,
Hongxu
On 06/19/2013 04:15 PM, Richard Purdie wrote:
On Wed, 2013-06-19 at 10:45 +0800, Hongxu Jia wrote:
Create a new build enviroment, build wget failed
...
configure:34512: checking for libssl
configure:34542: i586-poky-l
The following do not work if Xcms is not enabled in libx11:
- starting xterm and doing ls --color / fails to color code the
directories:
xterm: Cannot allocate color "rgb:5c/5c/ff"
- xsetroot -solid rgb:5c/5c/ff fails with the following error:
xsetroot: unknown color "rgb:5c/5c/ff"
- xsetroo
On 2013年06月19日 20:09, Burton, Ross wrote:
On 19 June 2013 12:57, Kai Kang wrote:
+Upstream-Status: Pending
This is clearly an upstream bug, please submit the patch to bugzilla.gnome.org.
OK, thanks.
Ross
--
Regards,
Neil | Kai Kang
___
Ope
On 2013年06月19日 20:08, Burton, Ross wrote:
On 19 June 2013 12:57, Kai Kang wrote:
+sRALLEL_MAKEINST = ""
Typo :)
Ross
Sorry, will fix :)
--
Regards,
Neil | Kai Kang
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http:
On the same machine, I had two identical poky directories. One, I built first
to use as the cache source. I then configured the second one to use a
SSTATE_MIRRORS pointing to the first.
The build of the second would just detect changes and force a rebuild. Running
the bitbake-diffsigs tool on t
From: Muhammad Shakeel
- Remove dependency on systemd layer
- Use lighttpd service type 'simple' rather than 'oneshot'
Signed-off-by: Muhammad Shakeel
---
.../lighttpd/files/lighttpd.service| 12
meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb | 11 +
"xargs -n1 basename" will execute basename even if there are no lines
piped into it, causing a "basename: missing operand" error if no
packages are installed, which will happen for the target portion of
buildtools-tarball.
(xargs' -r option could have been used here, but it is a GNU extension
and
From: Muhammad Shakeel
- Remove dependency on systemd layer
- Use lighttpd service type 'simple' rather than 'oneshot'
Signed-off-by: Muhammad Shakeel
---
meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb | 11 ++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/meta/re
On Wed, Jun 19, 2013 at 04:45:55PM +0100, Paul Eggleton wrote:
> On Wednesday 19 June 2013 16:24:53 Paul Eggleton wrote:
> > Hi Jate,
> >
> > On Wednesday 19 June 2013 11:08:10 Jate Sujjavanich wrote:
> > > This allows sstate-cache to be shared between builds in different
> > > directories.
> > >
On 6/19/13 10:27 AM, Mark Hatle wrote:
On 6/19/13 2:56 AM, Richard Purdie wrote:
On Tue, 2013-06-18 at 21:05 -0500, Mark Hatle wrote:
My host system's python version is too old due to the recent changes. So I
built a temporary python 2.7.3 version. Built the 'buildtools-tarball' and then
inst
On Wednesday 19 June 2013 16:24:53 Paul Eggleton wrote:
> Hi Jate,
>
> On Wednesday 19 June 2013 11:08:10 Jate Sujjavanich wrote:
> > This allows sstate-cache to be shared between builds in different
> > directories.
> >
> > Differences in the full path were triggering a false positive when there
On 6/19/13 2:56 AM, Richard Purdie wrote:
On Tue, 2013-06-18 at 21:05 -0500, Mark Hatle wrote:
My host system's python version is too old due to the recent changes. So I
built a temporary python 2.7.3 version. Built the 'buildtools-tarball' and then
installed it. When I switch to the included
Hi Jate,
On Wednesday 19 June 2013 11:08:10 Jate Sujjavanich wrote:
> This allows sstate-cache to be shared between builds in different
> directories.
>
> Differences in the full path were triggering a false positive when there
> were actually no changes.
>
> Signed-off-by: Jate Sujjavanich
> -
On Wed, 2013-06-19 at 11:09 -0400, Joe MacDonald wrote:
> On Wed, Jun 19, 2013 at 11:02 AM, Richard Purdie
> wrote:
> I have a reproducer:
>
> bitbake bdwgc-native pkgconfig-native -c clean; bitbake
> bdwgc-native
>
> Pretty sure its a missing pkg
This fixes configure errors like:
| configure.ac:70: error: possibly undefined macro: AC_MSG_ERROR
| If this token and others are legitimate, please use m4_pattern_allow.
| See the Autoconf documentation.
| configure.ac:358: error: possibly undefined macro: AS_IF
Reproduced with bitba
On Wed, Jun 19, 2013 at 11:02 AM, Richard Purdie <
richard.pur...@linuxfoundation.org> wrote:
> On Wed, 2013-06-19 at 10:50 -0400, Joe MacDonald wrote:
> > Adding the oe-core list back to the cc list since I accidentally
> > dropped the list on my first response.
> >
> > On Wed, Jun 19, 2013 at 10
This allows sstate-cache to be shared between builds in different directories.
Differences in the full path were triggering a false positive when there were
actually no changes.
Signed-off-by: Jate Sujjavanich
---
bitbake/lib/bb/fetch2/__init__.py | 14 +-
bitbake/lib/bb/siggen.p
On Wed, 2013-06-19 at 10:50 -0400, Joe MacDonald wrote:
> Adding the oe-core list back to the cc list since I accidentally
> dropped the list on my first response.
>
> On Wed, Jun 19, 2013 at 10:37 AM, Richard Purdie
> wrote:
> On Wed, 2013-06-19 at 10:15 -0400, Joe MacDonald wrote:
>
Adding the oe-core list back to the cc list since I accidentally dropped
the list on my first response.
On Wed, Jun 19, 2013 at 10:37 AM, Richard Purdie <
richard.pur...@linuxfoundation.org> wrote:
> On Wed, 2013-06-19 at 10:15 -0400, Joe MacDonald wrote:
> >
> >
> > On Wed, Jun 19, 2013 at 10:10
On Wed, 2013-06-19 at 06:54 -0700, Saul Wold wrote:
> On 06/19/2013 06:05 AM, Richard Purdie wrote:
> > addhandler prexport_handler
> > -prexport_handler bb.event.RecipeParsed bb.event.ParseStarted
> > bb.event.ParseCompleted"
> > +prexport_handler[eventmask] = "bb.event.RecipeParsed bb.event.Pa
On Wed, 2013-06-19 at 09:56 -0400, j...@deserted.net wrote:
> From: Joe MacDonald
>
> Building bdwgc-native on systems with older versions of autoconf (earlier
> than 2.69) is known to have issues:
>
> https://github.com/ivmai/bdwgc/issues/16
>
> An option is to simply mask the errors wit
From: Joe MacDonald
Building bdwgc-native on systems with older versions of autoconf (earlier
than 2.69) is known to have issues:
https://github.com/ivmai/bdwgc/issues/16
An option is to simply mask the errors with m4_pattern_allow(...) for each
of the macros, but rerunning autoreconf p
On 06/19/2013 06:05 AM, Richard Purdie wrote:
See the bitbake commit adding the recideptask flag for details of the
problem but in summary, we weren't seeing the [depends] of tasks like
do_rootfs being taking into account for fetchall. This was leading
to not all sources being fetched and this is
The fakeroot flag wasn't correctly set leading to files within the
output tarballs having uid/gid values from the build host instead of the
desired target permissions.
Signed-off-by: Paul Eggleton
---
meta/classes/package_tar.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --
See the bitbake commit adding the recideptask flag for details of the
problem but in summary, we weren't seeing the [depends] of tasks like
do_rootfs being taking into account for fetchall. This was leading
to not all sources being fetched and this is the OE-Core part of the
fix for this problem.
On 19 June 2013 12:57, Kai Kang wrote:
> +Upstream-Status: Pending
This is clearly an upstream bug, please submit the patch to bugzilla.gnome.org.
Ross
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedde
On 19 June 2013 12:57, Kai Kang wrote:
> +sRALLEL_MAKEINST = ""
Typo :)
Ross
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
defs.c dependes on gdk-types.defs and gtk-types.defs. When parallel
compile, it may fails with:
"IOError: [Errno 2] No such file or directory: 'gtk-types.defs'"
Add them to dependences of defs.c to fix this issue.
Signed-off-by: Kai Kang
---
.../update-dependences-of-defs.c.patch |
The installation of __glib.so is invoked by install-data-am target
which are generated by automake. installing libpyglib-2.0-python is
invoked by install-exec-am.
"make install" will firstly install libpyglib-2.0-python, then install
__glib.so, the sequence should not be broken, since _glib.so has
The following changes since commit 1dd643b142c69ac9035e29bff11d02201638dc65:
licences: Add SGI license (2013-06-17 16:45:37 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib kangkai/devtools
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/devt
Fix openjade-native build failure when build directory name contains the
characters ".a".
Signed-off-by: Kai Kang
---
.../openjade/openjade-1.3.2/fix-regex.patch| 32
.../openjade/openjade-native_1.3.2.bb |3 +-
2 files changed, 34 insertions(+), 1
On Wed, 2013-06-19 at 19:18 +0800, Kang Kai wrote:
> On 2013年06月19日 16:13, Richard Purdie wrote:
> > On Wed, 2013-06-19 at 13:34 +0800, Kai Kang wrote:
> >> Update strace to 4.8.
> >>
> >> * Update License file.
> >> * Remove the backport patches which are already in version 4.8.
> >> * Add file gi
On some overloaded hosts, shell commands of autogen may can not
finish in 5 secs. This has caused many build failures, so increase
the timeout limit to fix this.
Signed-off-by: Kai Kang
---
.../autogen/autogen-native_5.17.4.bb |3 +-
.../autogen/files/increase-timeout-limit.pat
V3:
Split rename option to a separted commit that can keep history log.
V2:
update PACKAGECONFIG default definition of strace
The following changes since commit 1dd643b142c69ac9035e29bff11d02201638dc65:
licences: Add SGI license (2013-06-17 16:45:37 +0100)
are available in the git repository
Because changes too much, git doesn't take update from strace_4.7.bb to
strace_4.8.bb as rename. That can't show history log with '--follow'.
Split rename to a separate commit to workaround. Be careful, this commit
is not buildable.
Signed-off-by: Kai Kang
---
.../strace/{strace_4.7.bb => strac
On 2013年06月19日 16:13, Richard Purdie wrote:
On Wed, 2013-06-19 at 13:34 +0800, Kai Kang wrote:
Update strace to 4.8.
* Update License file.
* Remove the backport patches which are already in version 4.8.
* Add file git-version-gen from git repo. Without this file configure
fails.
* Add libai
Robert Yang
writes:
> The recipe's DESCRIPTION is wrapped automatically by textwrap, make it
> support newline ("\n") to let the user can wrap it manually, e.g.:
>
> -ctrlfile.write('Description: %s\n' % summary)
> -ctrlfile.write('%s\n' % textwrap.fill(des
On Tue, 2013-06-18 at 16:00 -0500, Mark Hatle wrote:
> Recently on the eglibc mailing list there has been a discussion about
> removing
> the option groups. See: http://www.eglibc.org/archives/patches/msg01268.html
>
> For folks who don't know what option-groups are, it's a patch that went into
On Wed, 2013-06-19 at 11:29 +0200, Martin Jansa wrote:
> On Wed, Jun 19, 2013 at 05:00:40AM -0400, Robert Yang wrote:
> > The recipe's DESCRIPTION is wrapped automatically by textwrap, make it
> > support newline ("\n") to let the user can wrap it manually, e.g.:
> >
> > DESCRIPTION = "Foo1\nFoo2"
On Wed, 2013-06-19 at 11:29 +0200, Martin Jansa wrote:
> On Wed, Jun 19, 2013 at 05:00:40AM -0400, Robert Yang wrote:
> > The recipe's DESCRIPTION is wrapped automatically by textwrap, make it
> > support newline ("\n") to let the user can wrap it manually, e.g.:
> >
> > DESCRIPTION = "Foo1\nFoo2"
On Wed, Jun 19, 2013 at 05:00:40AM -0400, Robert Yang wrote:
> The recipe's DESCRIPTION is wrapped automatically by textwrap, make it
> support newline ("\n") to let the user can wrap it manually, e.g.:
>
> DESCRIPTION = "Foo1\nFoo2"
>
> In the past, it would be:
> Foo1\nFoo2
>
> Now:
> Foo1
> F
g_extend(d, "libstdc++-staticdev")} \
"
The sdk is generated successfully, I
installed poky-eglibc-x86_64-i586-toolchain-gmae-1.4+snapshot-20130619.sh
in the default path(/opt/poky/1.4+snapshot/).
1. 32bit build for my test C program, it passed,
$ source /opt/poky/1.4+snapsh
The recipe's DESCRIPTION is wrapped automatically by textwrap, make it
support newline ("\n") to let the user can wrap it manually, e.g.:
DESCRIPTION = "Foo1\nFoo2"
In the past, it would be:
Foo1\nFoo2
Now:
Foo1
Foo2
[YOCTO #4348]
Signed-off-by: Robert Yang
---
meta/classes/package_ipk.bbcla
The recipe's DESCRIPTION is wrapped automatically by textwrap, make it
support newline ("\n") to let the user can wrap it manually, e.g.:
DESCRIPTION = "Foo1\nFoo2"
In the past, it would be:
Foo1\nFoo2
Now:
Foo1
Foo2
[YOCTO #4348]
Signed-off-by: Robert Yang
---
meta/classes/package_deb.bbcla
The recipe's DESCRIPTION is wrapped automatically by textwrap, make it
support newline ("\n") to let the user can wrap it manually, e.g.:
DESCRIPTION = "Foo1\nFoo2"
In the past, it would be:
Foo1\nFoo2
Now:
Foo1
Foo2
[YOCTO #4348]
Signed-off-by: Robert Yang
---
meta/classes/package_rpm.bbcla
The following changes since commit 590010a6525b0e1bc1de73e794764e23404591df:
core-image-weston: add weston-examples to the image (2013-06-18 17:33:17
+0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib robert/newline
http://git.pokylinux.org/cgit.cgi/poky-c
On Wed, 2013-06-19 at 09:07 +0100, Paul Barker wrote:
> On 11 June 2013 17:04, Martin Jansa wrote:
> >
> > qemuarm Summary: 14 tasks failed:
> > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130610_065148.log/
> >
> > qemux86 Summary: 17 tasks failed:
> > http://logs.ns
On Wed, 2013-06-19 at 10:45 +0800, Hongxu Jia wrote:
> Create a new build enviroment, build wget failed
> ...
> configure:34512: checking for libssl
> configure:34542: i586-poky-linux-gcc -m32 -march=i586
> --sysroot=/home/jiahongxu/yocto/build-20130613-qemu/tmp/sysroots/qemux86 -o
> conftest -
On Wed, 2013-06-19 at 13:34 +0800, Kai Kang wrote:
> Update strace to 4.8.
>
> * Update License file.
> * Remove the backport patches which are already in version 4.8.
> * Add file git-version-gen from git repo. Without this file configure
> fails.
> * Add libaio and acl to PACKAGECONFIG for tar
On 11 June 2013 17:04, Martin Jansa wrote:
>
> qemuarm Summary: 14 tasks failed:
> http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130610_065148.log/
>
> qemux86 Summary: 17 tasks failed:
> http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130608_0
On Tue, 2013-06-18 at 21:05 -0500, Mark Hatle wrote:
> My host system's python version is too old due to the recent changes. So I
> built a temporary python 2.7.3 version. Built the 'buildtools-tarball' and
> then
> installed it. When I switch to the included python it no longer works.
>
> I
58 matches
Mail list logo