On Mon, Oct 03, 2011 at 01:10:02PM -0700, Khem Raj wrote:
> On 9/30/2011 12:27 AM, Martin Jansa wrote:
> > * ie om-gta02 has mesa-dri module too
> >
> > Signed-off-by: Martin Jansa
> > ---
> > .../xorg-xserver/xserver-xf86-dri-lite.inc |3 ---
> > 1 files changed, 0 insertions(+), 3
On Mon, Oct 03, 2011 at 05:00:35PM +0100, Phil Blundell wrote:
> On Mon, 2011-10-03 at 15:28 +0200, Martin Jansa wrote:
> > From: Martin Jansa
> >
> > Signed-off-by: Martin Jansa
> > Signed-off-by: Richard Purdie
> > Signed-off-by: Martin Jansa
> > ---
Sorry about 3 SOB lines... it's because
On Tue, 2011-10-04 at 09:28 +0200, Martin Jansa wrote:
> On Mon, Oct 03, 2011 at 05:00:35PM +0100, Phil Blundell wrote:
> > And, finally, if this is an OMAP-specific driver, why is it in oe-core
> > in the first place? I would have thought it would be better placed in
> > meta-ti or some such laye
On Mon, 2011-10-03 at 15:28 +0200, Martin Jansa wrote:
> this patchset brings meta-oe and oe-core xorg stuff together and most of
> xorg recipes will be removed from meta-oe (sending another pull request now).
Did anything in the first seven patches of this series change compared
to what I have qu
On Tue, Oct 04, 2011 at 11:23:09AM +0100, Richard Purdie wrote:
> On Mon, 2011-10-03 at 15:28 +0200, Martin Jansa wrote:
> > this patchset brings meta-oe and oe-core xorg stuff together and most of
> > xorg recipes will be removed from meta-oe (sending another pull request
> > now).
>
> Did anyth
On Mon, 2011-10-03 at 17:47 +0100, Phil Blundell wrote:
> The sstate_clean() function in sstate.bbclass is doing (inter alia):
>
> stfile = d.getVar("STAMP", True) + ".do_" + ss['task']
> [...]
> oe.path.remove(stfile + ".*")
> oe.path.remove(stfile + "_setscene" + ".*")
>
> which
Op 30 sep. 2011 om 13:37 heeft Martin Jansa het
volgende geschreven:
> On Thu, Sep 29, 2011 at 06:27:11PM -0700, nitin.a.kam...@intel.com wrote:
>> From: Nitin A Kamble
>>
>> Rebased these patches to the newer code
>>modified: python-native/nohostlibs.patch
>>modified: python/01-
On Tue, Oct 04, 2011 at 06:03:16AM -0500, Koen Kooi wrote:
>
>
> Op 30 sep. 2011 om 13:37 heeft Martin Jansa het
> volgende geschreven:
>
> > On Thu, Sep 29, 2011 at 06:27:11PM -0700, nitin.a.kam...@intel.com wrote:
> >> From: Nitin A Kamble
> >>
> >> Rebased these patches to the newer code
On Mon, 2011-10-03 at 17:09 +0200, Martin Jansa wrote:
> On Mon, Oct 03, 2011 at 04:02:10PM +0100, Phil Blundell wrote:
> > Can you add some commentary explaining why this is necessary -- i.e.
> > what exactly is lacking in uClibc to mean it doesn't have "prober TLS
> > support"?
>
> I'm not using
Signed-off-by: Richard Purdie
---
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index ff27842..a4ce851 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -64,8 +64,10 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \
--inf
On Mon, 2011-10-03 at 20:45 +0200, Andreas Müller wrote:
> On Monday, October 03, 2011 05:29:52 PM Gary Thomas wrote:
> > >> NOTE: package webkit-gtk-1.5.1+svnr90727-r0: task do_compile: Failed
> > >> ERROR: Task 7
> > >> (/home/Superandy/data/oe-core/sources/openembedded-core/meta/recipes-sato/we
On Sun, 2011-10-02 at 22:45 +0400, Dmitry Eremin-Solenikov wrote:
> On 09/30/2011 08:57 PM, Richard Purdie wrote:
> > On Fri, 2011-09-30 at 17:33 +0100, Paul Eggleton wrote:
> >> This is a pull request for Eric Bénard's qt4_upgrade branch, including
> >> an update of Qt to 4.7.4 (preserving 4.7.3 u
On Tue, 2011-10-04 at 11:54 +0100, Richard Purdie wrote:
> I think we need to teach this clean function about stamp-extra-info and
> instead of stfile + ".*", remove stfile + ".*." + stamp-extra-info if
> stamp-extra-info is set. That would likely fix the problem you're
> seeing.
Okay, thanks. I
On Sat, 2011-09-24 at 11:56 -0700, Saul Wold wrote:
> +fix_symlink () {
> + # Remove bad symlinks & create the correct symlinks
> + if test -L ${libdir}/lib${BPN}.so ; then
> + rm -rf ${libdir}/lib${BPN}.so
> + ln -sf ${base_libdir}/lib${BPN}.so ${libdir}/lib${BPN}.s
On Tue, 2011-10-04 at 16:03 +0100, Phil Blundell wrote:
> On Tue, 2011-10-04 at 11:54 +0100, Richard Purdie wrote:
> > I think we need to teach this clean function about stamp-extra-info and
> > instead of stfile + ".*", remove stfile + ".*." + stamp-extra-info if
> > stamp-extra-info is set. That
On 10/4/2011 5:38 AM, Richard Purdie wrote:
Signed-off-by: Richard Purdie
---
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index ff27842..a4ce851 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -64,8 +64,10 @@ CONFIGUREOPTS = " -
The existing instruction to tackle
RPC: Authentication error; why = Client credential too weak
Are not applicable to ubuntu 11.10 especially
Therefore add the magic needed for ubuntu 11.10
Signed-off-by: Khem Raj
---
scripts/runqemu-export-rootfs |3 +++
1 files changed, 3 insertions(+), 0
I'm about to start bringing some images I use from OE to OE-core. The
first issue I saw is there is no task-proper-tools in oe-core (where
oe-core means the set of layers created by the Angstrom setup scripts).
Should I add task-proper-tools to meta-oe, or is there a better way to
add a full f
Hello,
On Mon, 03 Oct 2011, Khem Raj wrote:
> On 10/3/2011 2:30 AM, mo...@mnet-online.de wrote:
> >From: Klaus Kurzmann
> >
> >* Without this patch programs using alsa-lib crash (alsamixer for example).
> >* This patch is taken verbatim from ArchLinux.
> >
> can you add appropriate header for th
On Tue, Oct 4, 2011 at 12:58 PM, Philip Balister wrote:
> I'm about to start bringing some images I use from OE to OE-core. The first
> issue I saw is there is no task-proper-tools in oe-core (where oe-core means
> the set of layers created by the Angstrom setup scripts).
>
> Should I add task-pro
On Tue, Oct 4, 2011 at 1:05 PM, Klaus 'mrmoku' Kurzmann
wrote:
> Hello,
>
> On Mon, 03 Oct 2011, Khem Raj wrote:
>
>> On 10/3/2011 2:30 AM, mo...@mnet-online.de wrote:
>> >From: Klaus Kurzmann
>> >
>> >* Without this patch programs using alsa-lib crash (alsamixer for example).
>> >* This patch is
On 10/04/2011 12:58 PM, Philip Balister wrote:
I'm about to start bringing some images I use from OE to OE-core. The
first issue I saw is there is no task-proper-tools in oe-core (where
oe-core means the set of layers created by the Angstrom setup scripts).
Philip,
Have you looked at task-core
Changelog for 2011-09-26 to 2011-10-3. Projects included in this report:
bitbake: git://git.openembedded.org/bitbake
openembedded-core: git://git.openembedded.org/openembedded-core
meta-openembedded: git://git.openembedded.org/meta-openembedded
meta-angstrom: git://git.angstrom-distribution.org/m
On 10/04/2011 04:08 PM, Saul Wold wrote:
On 10/04/2011 12:58 PM, Philip Balister wrote:
I'm about to start bringing some images I use from OE to OE-core. The
first issue I saw is there is no task-proper-tools in oe-core (where
oe-core means the set of layers created by the Angstrom setup scripts
On Tue, 2011-10-04 at 15:58 -0400, Philip Balister wrote:
> I'm about to start bringing some images I use from OE to OE-core. The
> first issue I saw is there is no task-proper-tools in oe-core (where
> oe-core means the set of layers created by the Angstrom setup scripts).
>
> Should I add task
On 10/04/2011 01:27 PM, Philip Balister wrote:
On 10/04/2011 04:08 PM, Saul Wold wrote:
On 10/04/2011 12:58 PM, Philip Balister wrote:
I'm about to start bringing some images I use from OE to OE-core. The
first issue I saw is there is no task-proper-tools in oe-core (where
oe-core means the set
Hello,
Today's tip fails with:
Log data follows:
| NOTE: Applying patch 'no-werror.patch'
(openembedded-core/meta/recipes-devtools/gdb/gdb/no-werror.patch)
| xterm Xt error: Can't open display:
| xterm: DISPLAY is not set
| ERROR: Error executing a python function in
/home/otavio/hacking/ossyste
On Tue, Oct 4, 2011 at 17:40, Otavio Salvador wrote:
...
> Log data follows:
> | NOTE: Applying patch 'no-werror.patch'
> (openembedded-core/meta/recipes-devtools/gdb/gdb/no-werror.patch)
...
> /home/otavio/hacking/ossystems/embedded-linux/openembedded-core/meta/recipes-devtools/gdb/gdb-cross-cana
> -Original Message-
> From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On
> Behalf Of Otavio Salvador
> Sent: Tuesday, October 04, 2011 1:48 PM
> To: Patches and discussions about the oe-core layer; Kamble, Nitin A
> Subject: Re: gdb-cross-canadian fails to build
>
> O
Richard/Saul,
Apologies to anyone that prefers these to be pushed out on top of oe-core,
but my machine with those repos went down today and I wanted to get these
out quickly, so this is based on top of my yocto/poky tree. I've also had
to do this on top of my master branch (hence why you see the
Updating the meta SRCREV to import a series of changes to synchronize
live booting between multiple targets:
d05450e meta/fri2: enable booting from iso
3da7d2a meta/fishriver: enable booting from iso
52e1c49 meta/emenlow: enable booting from iso
87918ae meta/crownbay: enable booting from i
Thanks, Bruce.
And the SRCREVs have now also been updated for meta-intel/master and
meta-intel/edison.
Tom
On Tue, 2011-10-04 at 14:08 -0700, Bruce Ashfield wrote:
> Richard/Saul,
>
> Apologies to anyone that prefers these to be pushed out on top of oe-core,
> but my machine with those repos we
On Mon, Oct 3, 2011 at 2:04 PM, Martin Jansa wrote:
>> Sorry, I'm not sure I follow. Are you referring to all the other stuff
>> in the old openembedded? I'm not following this package particularly
>> closely.
>
> just see diff oe-core/meta/recipes*/libnl* and
> meta-openembedded/meta-oe/recipes*
On Tue, 2011-10-04 at 17:08 -0400, Bruce Ashfield wrote:
> Richard/Saul,
>
> Apologies to anyone that prefers these to be pushed out on top of oe-core,
> but my machine with those repos went down today and I wanted to get these
> out quickly, so this is based on top of my yocto/poky tree. I've als
On Mon, Oct 3, 2011 at 4:17 PM, Khem Raj wrote:
>> I can't find a log of this anywhere, it's probably the default
>> compiler warnings for our platform are different?
>
> It would be handy to understand them since I dont see gcc differentiating
> formats between ppc64 and x86_64 which both are 64b
On Sun, 2011-10-02 at 18:15 +, Otavio Salvador wrote:
> The following changes since commit c54c1280fc0d06a53e23339c3913ec88eead13d9:
>
> base.bbclass: Drop unneeded dependency (2011-09-30 11:34:44 +0100)
>
> are available in the git repository at:
> git://github.com/OSSystems/oe-core mast
On Sat, 2011-10-01 at 15:48 -0300, Otavio Salvador wrote:
> On Fri, Sep 30, 2011 at 14:09, Richard Purdie
> wrote:
> ...
> > Thanks. I've taken the two patches. I'd love to get rid of hal, in fact
> > its on my list of things that need to migrate out of OE-Core...
> ...
>
> From default images th
From: Kumar Gala
If a SOCKS5 gateway is needed for a proxy access like git it might also
require authentication to the proxy via a password and username. Adding
SOCKS5_USER & SOCKS5_PASSWD to BB_ENV_EXTRAWHITE allow for automation
of the authentication request to occur when something like a git
Signed-off-by: Matthew McClintock
---
This is a blind copy of libnl-2.0 from meta-openembedded
Not sure how to completly verify this is working, feel free
to squash the previous patch with this one
.../libnl/libnl-2.0/fix-makefile.patch | 32
meta/recipes-supp
Allows us to import classes only for images and not to the global
namespace
Signed-off-by: Matthew McClintock
---
Work around to solve issue from this thread:
https://lists.yoctoproject.org/pipermail/yocto/2011-September/005059.html
meta/classes/image.bbclass |3 ++-
1 files changed, 2 ins
Build environment for ARCH was set to powerpc on a powerpc64
build, this adds an override to set this to powerpc64 when
doing this type of build
Signed-off-by: Matthew McClintock
---
No comments on original patch:
http://lists.linuxtogo.org/pipermail/openembedded-core/2011-September/010340.html
This fixes build failures from build warnings on powerpc64
Signed-off-by: Matthew McClintock
---
Replied to feedback on messsage about compilation errors seen.
Not sure why x86_64 is not seeing this currently
meta/recipes-extended/mdadm/mdadm_3.2.2.bb |3 ++-
1 files changed, 2 insertions(+
On Tue, 2011-10-04 at 12:32 -0700, Khem Raj wrote:
> The existing instruction to tackle
> RPC: Authentication error; why = Client credential too weak
> Are not applicable to ubuntu 11.10 especially
>
> Therefore add the magic needed for ubuntu 11.10
>
> Signed-off-by: Khem Raj
> ---
> scripts/r
Op 4 okt. 2011 om 17:00 heeft Richard Purdie
het volgende geschreven:
> On Sat, 2011-10-01 at 15:48 -0300, Otavio Salvador wrote:
>> On Fri, Sep 30, 2011 at 14:09, Richard Purdie
>> wrote:
>> ...
>>> Thanks. I've taken the two patches. I'd love to get rid of hal, in fact
>>> its on my list of
sysprof will not build properly without this defined
Signed-off-by: Matthew McClintock
---
No comments on original patch sent
meta/recipes-kernel/sysprof/sysprof_git.bb |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb
b/meta/r
On Mon, 2011-10-03 at 22:08 +, McClintock Matthew-B29882 wrote:
> On Mon, Oct 3, 2011 at 4:29 PM, Matthew McClintock wrote:
> > On Mon, Oct 3, 2011 at 4:24 PM, Saul Wold wrote:
> >> I am not sure that's correct, since we use sstate with the Autobuilder and
> >> it's shared across different ho
On 10/4/11 3:32 PM, Saul Wold wrote:
> On 10/04/2011 01:27 PM, Philip Balister wrote:
>> On 10/04/2011 04:08 PM, Saul Wold wrote:
>>> On 10/04/2011 12:58 PM, Philip Balister wrote:
I'm about to start bringing some images I use from OE to OE-core. The
first issue I saw is there is no task-
On Tuesday, October 04, 2011 02:40:49 PM Richard Purdie wrote:
> On Mon, 2011-10-03 at 20:45 +0200, Andreas Müller wrote:
> > On Monday, October 03, 2011 05:29:52 PM Gary Thomas wrote:
> > > >> NOTE: package webkit-gtk-1.5.1+svnr90727-r0: task do_compile: Failed
> > > >> ERROR: Task 7
> > > >> (/h
On 10/4/2011 3:03 PM, Matthew McClintock wrote:
sysprof will not build properly without this defined
Signed-off-by: Matthew McClintock
---
No comments on original patch sent
meta/recipes-kernel/sysprof/sysprof_git.bb |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/m
On 09/30/2011 01:42 AM, edwin.z...@intel.com wrote:
From: Zhai Edwin
Hi,
This patch update the oprofileui SRCREV to reflect following 2 patches already
in upstream:
migrate-from-gnomevfs-to-gio.patch& dso_linking_change_build_fix.patch
Pls. help to pull.
Thanks,
Edwin
The following changes
On 09/30/2011 01:16 AM, Mei Lei wrote:
This commit includes some recipes upgrade: curl,diffutils,dropbear.
And update the distro_tracking_fields.inc
Thanks,
Lei
The following changes since commit 96241de59fdf548ae0f80cc9e4668f9ba11924ef:
Matthew McClintock (1):
Fix flac build on e50
On 09/30/2011 06:44 AM, Martin Jansa wrote:
Signed-off-by: Martin Jansa
---
meta/recipes-support/libproxy/libproxy_0.4.6.bb | 29 ---
meta/recipes-support/libproxy/libproxy_0.4.7.bb | 27 +
2 files changed, 27 insertions(+), 29 deletions(-)
delete
On 10/02/2011 02:46 PM, Dmitry Eremin-Solenikov wrote:
From: Otavio Salvador
The translation support was disable in build. The
fix-translation.patch was imported from OpenEmbedded to fix a linking
issue in phonon translation support.
[Dmitry Eremin-Solenikov: ported to apply to qt 4.7.4 build,
On 10/03/2011 06:42 PM, James Limbouris wrote:
qt4-embedded-conf contains an environment setup script for profile.d.
It has been packaged seperately to allow for its exclusion, but this is
only practical if it is added to RRECOMMENDS, rather than RDEPENDS.
Signed-off-by: James Limbouris
---
me
On 09/29/2011 06:27 PM, nitin.a.kam...@intel.com wrote:
From: Nitin A Kamble
The following changes since commit 9d1db6cc928199f8ac4960e8d4648563ef141427:
python: fix sqlite RPATH issue (2011-09-29 16:57:30 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contri
On 10/04/2011 01:17 PM, Khem Raj wrote:
On Tue, Oct 4, 2011 at 1:05 PM, Klaus 'mrmoku' Kurzmann
wrote:
Hello,
On Mon, 03 Oct 2011, Khem Raj wrote:
On 10/3/2011 2:30 AM, mo...@mnet-online.de wrote:
From: Klaus Kurzmann
* Without this patch programs using alsa-lib crash (alsamixer for examp
Although kernel.org seems up again I cannot download sources for conman-gnome
| ERROR: Function 'Fetcher failure for URL:
'git://git.kernel.org/pub/scm/network/connman/connman-gnome.git;protocol=git'.
Unable to fetch URL
git://git.kernel.org/pub/scm/network/connman/connman-gnome.git;protocol=gi
On Tue, Oct 4, 2011 at 7:05 PM, Khem Raj wrote:
>> diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb
>> b/meta/recipes-kernel/sysprof/sysprof_git.bb
>> index 10bde04..271b5d8 100644
>> --- a/meta/recipes-kernel/sysprof/sysprof_git.bb
>> +++ b/meta/recipes-kernel/sysprof/sysprof_git.bb
>> @@
58 matches
Mail list logo