Re: [OE-core] [PATCH] giflib: Move to OE-Core

2012-03-22 Thread Denys Dmytriyenko
On Fri, Mar 23, 2012 at 12:27:07AM +0100, Andrea Adami wrote: On Thu, Mar 22, 2012 at 4:58 PM, Saul Wold s...@linux.intel.com wrote: On 03/22/2012 02:41 AM, Samuel Stirtzel wrote: 2012/3/22 Koen Kooik...@dominion.thruhere.net: Op 22 mrt. 2012, om 09:48 heeft Samuel Stirtzel het

Re: [OE-core] Build failures due zlib problem

2012-03-21 Thread Denys Dmytriyenko
On Wed, Mar 21, 2012 at 09:53:59AM +, Richard Purdie wrote: On Tue, 2012-03-20 at 22:40 -0300, Otavio Salvador wrote: | NOTE: Unpacking /home/ostt-devel/src/embedded-systems/downloads/gcc-4_6-branch_gcc.gnu.org_.svn.gcc.branches_184847_.tar.gz to

Re: [OE-core] [PATCH 3/4] default-distrovars: Add empty weak definition for DISTRO variable

2012-03-21 Thread Denys Dmytriyenko
On Mon, Mar 05, 2012 at 01:36:05PM -0800, Saul Wold wrote: On 02/24/2012 09:05 AM, Khem Raj wrote: On Fri, Feb 24, 2012 at 8:21 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2012-02-23 at 19:33 -0800, Khem Raj wrote: Signed-off-by: Khem Rajraj.k...@gmail.com ---

[OE-core] [PATCH] bitbake.conf: fix distro-less failure expanding FILESPATH

2012-03-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com If DISTRO is not set, FILESPATH becomes littered with directories like files/${DISTRO} etc. It won't bomb until you try to eval it - i.e. manipulating FILESPATH directly with .= works fine, but calling e.g. base_set_filespath() throws this: ERROR: Failure

[OE-core] [PATCH 1/2] rt-tests: replace dependency on eglibc with virtual/libc

2012-03-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com That is to support alternative providers of libc, such as glibc, uclibc or even an external binary toolchain. No PR bump is necessary here. Signed-off-by: Denys Dmytriyenko de...@ti.com --- meta/recipes-rt/rt-tests/rt-tests_0.83.bb |2 +- 1 files changed

[OE-core] [PATCH 2/2] rt-tests: add patch to support passing CFLAGS/LDFLAGS

2012-03-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Enable passing OE and Distro-specific CFLAGS/LDFLAGS to the Makefile. Signed-off-by: Denys Dmytriyenko de...@ti.com --- Feel free to drop this, if the patch gets accepted upstream soon enough. .../makefile-support-user-cflags-ldflags.patch | 89

Re: [OE-core] [PATCH] giflib: Move to OE-Core

2012-03-21 Thread Denys Dmytriyenko
On Thu, Mar 22, 2012 at 11:22:42AM +0800, Robert Yang wrote: On 03/22/2012 04:27 AM, Richard Purdie wrote: On Wed, 2012-03-21 at 21:14 +0100, Koen Kooi wrote: Op 21 mrt. 2012, om 20:42 heeft Saul Wold het volgende geschreven: On 03/21/2012 07:25 AM, Samuel Stirtzel wrote: * This move

Re: [OE-core] [PATCH] rt-tests: fix dependency on eglibc, clean LDFLAGS passing

2012-03-20 Thread Denys Dmytriyenko
On Tue, Mar 20, 2012 at 08:33:14AM -0700, Darren Hart wrote: On 03/20/2012 08:28 AM, Denys Dmytriyenko wrote: On Tue, Mar 20, 2012 at 08:01:44AM -0700, Darren Hart wrote: On 03/19/2012 05:22 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko de...@ti.com Replace dependency

Re: [OE-core] [PATCH] rt-tests: fix dependency on eglibc, clean LDFLAGS passing

2012-03-20 Thread Denys Dmytriyenko
On Tue, Mar 20, 2012 at 08:01:44AM -0700, Darren Hart wrote: On 03/19/2012 05:22 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko de...@ti.com Replace dependency on eglibc with virtual/libc Pass LDFLAGS to TARGET_CC_ARCH, instead of CFLAGS as Makefile overrides it Signed-off

Re: [OE-core] [PATCH] rt-tests: fix dependency on eglibc, clean LDFLAGS passing

2012-03-20 Thread Denys Dmytriyenko
On Tue, Mar 20, 2012 at 11:39:22AM -0700, Darren Hart wrote: On 03/20/2012 09:09 AM, Denys Dmytriyenko wrote: On Tue, Mar 20, 2012 at 08:33:14AM -0700, Darren Hart wrote: On 03/20/2012 08:28 AM, Denys Dmytriyenko wrote: On Tue, Mar 20, 2012 at 08:01:44AM -0700, Darren Hart wrote

[OE-core] [PATCH] rt-tests: fix dependency on eglibc, clean LDFLAGS passing

2012-03-19 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Replace dependency on eglibc with virtual/libc Pass LDFLAGS to TARGET_CC_ARCH, instead of CFLAGS as Makefile overrides it Signed-off-by: Denys Dmytriyenko de...@ti.com --- meta/recipes-rt/rt-tests/rt-tests_0.83.bb |6 +++--- 1 files changed, 3 insertions

Re: [OE-core] specific version dependenciews - was: Linking two recipes

2012-03-19 Thread Denys Dmytriyenko
On Mon, Mar 19, 2012 at 10:59:34PM +0100, Wolfgang Denk wrote: Dear Richard, In message 1332192150.9740.72.camel@ted you wrote: On Mon, 2012-03-19 at 13:59 -0700, simran singh wrote: Hello, I have recipes for two applications Recipe A and Recipe B. Recipe B requires a lib.so file

Re: [OE-core] Consistency and use cases for IMAGE_FSTYPES

2012-03-12 Thread Denys Dmytriyenko
On Sat, Mar 10, 2012 at 07:29:20AM +0100, Koen Kooi wrote: Op 9 mrt. 2012, om 22:39 heeft Tom Rini het volgende geschreven: Hey all, Over in meta-ti I kicked off a discussion (https://lists.yoctoproject.org/pipermail/meta-ti/2012-March/000779.html) about if we should be using '?='

[OE-core] [PATCH] soc-family.inc: to be included in machine.conf to add SOC_FAMILY to MACHINEOVERRIDE

2012-03-03 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Add a soc-family.inc file that can be included in a machine.conf to enable the use of SOC_FAMILY in MACHINEOVERRIDE, which could be useful to group multiple machines with the same common base. Some examples can be seen in meta-ti BSP layer. Signed-off

Re: [OE-core] [bitbake-devel] should we switch off patchwork for oe-core and bitbake projects

2012-02-01 Thread Denys Dmytriyenko
On Wed, Feb 01, 2012 at 07:19:09PM +0100, Martin Jansa wrote: On Wed, Feb 01, 2012 at 10:07:14AM -0800, Khem Raj wrote: On Wed, Feb 1, 2012 at 9:51 AM, McClintock Matthew-B29882 b29...@freescale.com wrote: I'm saying leave it there even if its not maintained. I can still go search

[OE-core] BlueZ old releases have new checksums

2012-01-04 Thread Denys Dmytriyenko
All, The main archive of BlueZ/obexd/hcidump releases on kernel.org[1] finally re-appeared after missing for long time since kernel.org compromise. Unfortunately, all previous tarballs have new checksums, breaking builds for anyone w/o previous copy cached. Old copies were also extensively

Re: [OE-core] [oe] BlueZ old releases have new checksums

2012-01-04 Thread Denys Dmytriyenko
On Wed, Jan 04, 2012 at 12:53:25PM -0800, Khem Raj wrote: On Wed, Jan 4, 2012 at 12:14 PM, Chris Larson clar...@kergoth.com wrote: On Wed, Jan 4, 2012 at 11:14 AM, Denys Dmytriyenko de...@denix.org wrote: The main archive of BlueZ/obexd/hcidump releases on kernel.org[1] finally re-appeared

Re: [OE-core] [oe] OE Changelog for 2011-10-17 to 2011-10-24

2011-10-27 Thread Denys Dmytriyenko
On Thu, Oct 27, 2011 at 04:40:53PM -0400, cliff.br...@gmail.com wrote: Changelog for 2011-10-17 to 2011-10-24. Projects included in this report: Cliff, FYI, I think you have a bug in your scripts, where it misses commits made on Monday, that were not included in the previous ChangeLog and

Re: [OE-core] [oe] OE Changelog for 2011-10-17 to 2011-10-24

2011-10-27 Thread Denys Dmytriyenko
On Thu, Oct 27, 2011 at 10:06:32PM -0400, Cliff Brake wrote: On Thursday, October 27, 2011, Denys Dmytriyenko de...@denix.org wrote: On Thu, Oct 27, 2011 at 04:40:53PM -0400, cliff.br...@gmail.com wrote: Changelog for 2011-10-17 to 2011-10-24. Projects included in this report: FYI, I

Re: [OE-core] [ANNOUNCEMENT] New Patchwork available for testing

2011-10-20 Thread Denys Dmytriyenko
On Mon, Oct 17, 2011 at 12:06:04PM -0700, Khem Raj wrote: Hi Here is a new instance of patchwork accessible at http://patchwork.openembedded.org This instance uses same database therefore it should not be any different than existing patches.openembedded.org However with the new

Re: [OE-core] Race condition or something when fetching local files?

2011-10-20 Thread Denys Dmytriyenko
On Tue, Oct 18, 2011 at 10:17:08PM +0200, Martin Jansa wrote: On Tue, Oct 18, 2011 at 01:09:43PM -0700, Khem Raj wrote: On Tue, Oct 18, 2011 at 11:35 AM, Martin Jansa martin.ja...@gmail.com wrote: I have noticed that even local patches are stored in downloads dir, but today I've

[OE-core] Minutes: OpenEmbedded eV Board meeting, 22-Sep-2011

2011-10-06 Thread Denys Dmytriyenko
Minutes: OpenEmbedded eV Board meeting, 22-Sep-2011 Attendees: Michael Lauer (mickey) Philip Balister (Crofton) Florian Boor (florian) Denys Dmytriyenko (denix) 00) action items from last meeting: * no changes on the event box ** ready for next event? ** ELCE doesn't have real community

Re: [OE-core] Questions about the layer structure in OpenEmbedded-Core

2011-08-12 Thread Denys Dmytriyenko
On Fri, Aug 12, 2011 at 08:17:52AM +0200, Samuel Stirtzel wrote: Hi, lately I looked a bit into the structure of OE-Core and found pages like: http://www.yoctoproject.org/projects/openembedded-core, and http://openembedded.org/index.php/LayerIndex 1. question: Are these informations

Re: [OE-core] gcc-cross-initial fails for maiden build

2011-08-11 Thread Denys Dmytriyenko
On Thu, Aug 11, 2011 at 06:53:02PM -0700, Khem Raj wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/11/2011 05:14 PM, Andreas Mueller wrote: Hi I just pulled latest metas, deleted all my temp stuff, start build and get ERROR: Function 'do_headerfix' failed (see

[OE-core] Minutes: OpenEmbedded eV Board meeting, 05-Aug-2011

2011-08-08 Thread Denys Dmytriyenko
Minutes: OpenEmbedded eV Board meeting, 05-Aug-2011 A short financial status update meeting Attendees: Michael Lauer (mickey) Philip Balister (Crofton) Florian Boor (florian) Denys Dmytriyenko (denix) 01) agenda: * Network switch money transfer * Financial obligations to OSUOSL * Other

[OE-core] Minutes: OpenEmbedded eV Board meeting, 20-Jun-2011

2011-06-23 Thread Denys Dmytriyenko
Minutes: OpenEmbedded eV Board meeting, 20-Jun-2011 Attendees: Michael Lauer (mickey) Philip Balister (Crofton) Florian Boor (florian) Denys Dmytriyenko (denix) Agenda: 00) congratulate Mickey with the recent birth of his daughter 01) denix agrees to take meeting minutes 02) state the agenda

Re: [OE-core] [oe] Where to host new layers

2011-05-13 Thread Denys Dmytriyenko
On Fri, May 13, 2011 at 10:47:10AM +0100, Phil Blundell wrote: On Fri, 2011-05-13 at 02:10 -0700, Khem Raj wrote: I have created couple of layers namely meta-slugos (distro layer) and meta-nslu ( machine layer). I was looking for place to host those layers. Would they be good under

Re: [OE-core] [oe] [PATCH 1/2] recipes: fix LICENSE fields

2011-05-12 Thread Denys Dmytriyenko
On Thu, May 12, 2011 at 08:21:58PM +0200, Martin Jansa wrote: On Thu, May 12, 2011 at 12:39:19PM -0400, Denys Dmytriyenko wrote: On Tue, May 10, 2011 at 11:36:16AM +0200, Martin Jansa wrote: On Tue, May 10, 2011 at 10:28:15AM +0100, Phil Blundell wrote: On Tue, 2011-05-10 at 09:39 +0200

Re: [OE-core] [PATCH 0/1] Clutter-1.6 fix

2011-04-10 Thread Denys Dmytriyenko
On Sun, Apr 10, 2011 at 08:12:45AM -0700, Koen Kooi wrote: Op 9 apr. 2011 om 18:52 heeft Denys Dmytriyenko de...@denix.org het volgende geschreven: On Wed, Apr 06, 2011 at 12:07:52PM +0100, Joshua Lock wrote: On Mon, 2011-04-04 at 15:39 +0200, Koen Kooi wrote: Op 4 apr 2011, om 15

<    4   5   6   7   8   9