Re: [OE-core] [oe-core][PATCHv3 01/31] xserver-xf86(-dri)-lite: rename to xserver-xorg and xserver-xorg-lite

2011-10-11 Thread Cui, Dexuan
Glad to see the patches to upgrade xserver and libx11. Good work! :-) BTW, we also need to upgrade meta-intel's side since BSP can't build now: http://bugzilla.pokylinux.org/show_bug.cgi?id=1670 I'm working on this bug. Thanks, -- Dexuan > -Original Message- > From: openembedded-core-bo

[OE-core] [PATCH 0/2] Upgrade libfm/pcmanfm

2011-10-11 Thread edwin . zhai
From: Zhai Edwin All, These 2 patches upgrade libfm and pcmanfm. Pls. help to review and pull. Thanks, Edwin The following changes since commit 0d8c8cf462e5df446669355b554b3d5fdc532a11: mutter: update to 2.29.1 and fix SRC_URI (2011-10-07 11:35:50 +0100) are available in the git repository

[OE-core] [PATCH 1/2] libfm: Upgrade to 0.1.16

2011-10-11 Thread edwin . zhai
From: Zhai Edwin Remove obsolete use_deprecate_func.patch, and add configure_fix.patch to update configure.ac Signed-off-by: Zhai Edwin --- .../libfm/libfm-0.1.14/use_deprecate_func.patch| 13 - .../libfm/libfm-0.1.16/configure_fix.patch | 19 +++ ..

[OE-core] [PATCH 2/2] pcmanfm: Upgrade to 0.9.9

2011-10-11 Thread edwin . zhai
From: Zhai Edwin Update owl-window-menu.patch. Signed-off-by: Zhai Edwin --- .../pcmanfm/files/owl-window-menu.patch| 53 ++-- .../pcmanfm/{pcmanfm_0.9.8.bb => pcmanfm_0.9.9.bb} |6 +- 2 files changed, 29 insertions(+), 30 deletions(-) rename meta/recipes-sat

Re: [OE-core] oe parse fails

2011-10-11 Thread Khem Raj
On Tue, Oct 11, 2011 at 4:10 PM, Andreas Müller wrote: > Angstrom environment / fresh pull / clean tmp dir -> error > > Pseudo is not present but is required, building this first before the main > build > NOTE: angstrom DOES NOT support libiconv because the eglibc provided iconv > library is use

[OE-core] Comparing sig's for some recipes - task dependecies

2011-10-11 Thread McClintock Matthew-B29882
All, I'm doing some basic sstate testing as follows (note: strace is just an example package used): $ cd /opt/yocto/cache-build/p1020rdb $ source oe-init-env-build $ bitbake strace $ cd /opt/yocto/cache-test/p1020rdb $ source oe-init-env-build $ cp /opt/yocto/cache-build/p1020rdb/build/sstate-ca

[OE-core] oe parse fails

2011-10-11 Thread Andreas Müller
Angstrom environment / fresh pull / clean tmp dir -> error Pseudo is not present but is required, building this first before the main build NOTE: angstrom DOES NOT support libiconv because the eglibc provided iconv library is used

[OE-core] [RFC PATCH 1/1] insane.bbclass: add qa check to ensure declared packages exist

2011-10-11 Thread Joshua Lock
This patch adds an extra package sanity check to test whether any extra packages defined by the recipe (i.e. anything other than -dev, -dbg, -doc, -staticdev and -locale packages) are actually created. Signed-off-by: Joshua Lock --- meta/classes/insane.bbclass |9 - 1 files changed,

[OE-core] [RFC PATCH 0/1] QA check for defined packages

2011-10-11 Thread Joshua Lock
Folks, I'm looking for some comments on this WIP patch. The reason I've added this is because the hob GUI requires us to offer much more reliable metadata - we show the user available packages, as defined by each recipe, to add to their image. Should a recipe define a package and yet not actually

Re: [OE-core] [oe] git server move

2011-10-11 Thread Khem Raj
On Tue, Oct 11, 2011 at 12:26 PM, Paul Menzel wrote: > Dear Cliff, > > > Am Dienstag, den 11.10.2011, 15:11 -0400 schrieb Cliff Brake: >> Hi, we are moving git.openembedded.org to a new server. > > is there more information about the reasons? Is it just a new machine? > Where is it hosted now? It

Re: [OE-core] [PATCH v3 01/16] libnl2: Fix a race on route/pktloc_syntax.h

2011-10-11 Thread Saul Wold
On 10/11/2011 01:59 PM, Koen Kooi wrote: Op 11 okt. 2011, om 22:47 heeft Saul Wold het volgende geschreven: On 09/30/2011 10:21 AM, Matthew McClintock wrote: From: Tom Rini At issue is that route/pktloc.c (not generated) depends on route/pktloc_syntax.h (generated). Signed-off-by: Tom Rini

Re: [OE-core] [PATCH v3 01/16] libnl2: Fix a race on route/pktloc_syntax.h

2011-10-11 Thread Koen Kooi
Op 11 okt. 2011, om 22:47 heeft Saul Wold het volgende geschreven: > On 09/30/2011 10:21 AM, Matthew McClintock wrote: >> From: Tom Rini >> >> At issue is that route/pktloc.c (not generated) depends on >> route/pktloc_syntax.h (generated). >> >> Signed-off-by: Tom Rini >> Signed-off-by: Matthew

Re: [OE-core] [PATCH v3 01/16] libnl2: Fix a race on route/pktloc_syntax.h

2011-10-11 Thread McClintock Matthew-B29882
On Tue, Oct 11, 2011 at 3:47 PM, Saul Wold wrote: > On 09/30/2011 10:21 AM, Matthew McClintock wrote: >> >> From: Tom Rini >> >> At issue is that route/pktloc.c (not generated) depends on >> route/pktloc_syntax.h (generated). >> >> Signed-off-by: Tom Rini >> Signed-off-by: Matthew McClintock >> --

Re: [OE-core] [PATCH v3 01/16] libnl2: Fix a race on route/pktloc_syntax.h

2011-10-11 Thread Saul Wold
On 09/30/2011 10:21 AM, Matthew McClintock wrote: From: Tom Rini At issue is that route/pktloc.c (not generated) depends on route/pktloc_syntax.h (generated). Signed-off-by: Tom Rini Signed-off-by: Matthew McClintock --- .../libnl/fix-pktloc_syntax_h-race.patch | 26 ++

[OE-core] [PATCH 1/2] image-live.bbclass: allow override of initrd image

2011-10-11 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/classes/image-live.bbclass |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass index 1d184a1..e85ac1e 100644 --- a/meta/classes/image-live.bbclass +++ b/meta/classes/

[OE-core] [PATCH 2/2] initramfs-live-boot: make it more generic and easy to use

2011-10-11 Thread Otavio Salvador
The script was making some assumptions that enforced many requirement in the machine kernel configuration and usage, besides it were too while booting. Changes included: * fix indentation; * rdepends on udev; * allow use of isofs as module; * remove rootdelay param parsing as it was unused;

[OE-core] [PATCH 0/2] Image building related fixes

2011-10-11 Thread Otavio Salvador
The following changes since commit 473c46652951e66aae377631f4a361179d8f: Fix sysprof for powerpc64 (2011-10-10 09:54:03 +0100) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.com/OSSystems/oe-core/tree/HEAD Otavio Salvador (2): image-l

Re: [OE-core] How to overlay files/fs-perms.txt?

2011-10-11 Thread Mark Hatle
On 10/11/11 2:03 PM, Mark Hatle wrote: > On 10/11/11 5:42 AM, Koen Kooi wrote: >> Hi, >> >> In angstrom we have base-files overlayed to clean out /var and >> files/fs-perms.txt is getting in the way of that: >> >> koen@dominion:/OE/tentacle/sources/openembedded-core/meta$ grep localstate >> files

[OE-core] git server move

2011-10-11 Thread Cliff Brake
Hi, we are moving git.openembedded.org to a new server. SSH access on the old server has been disabled. git:// still works there. As soon as DNS propagates, SSH access will work with the new server. Let me know if you see any problems. SSH keys will likely change, so expect messages about that

Re: [OE-core] How to overlay files/fs-perms.txt?

2011-10-11 Thread Mark Hatle
On 10/11/11 5:42 AM, Koen Kooi wrote: > Hi, > > In angstrom we have base-files overlayed to clean out /var and > files/fs-perms.txt is getting in the way of that: > > koen@dominion:/OE/tentacle/sources/openembedded-core/meta$ grep localstate > files/fs-perms.txt > ${localstatedir}/cache

Re: [OE-core] [oe-core][PATCHv3 00/31] Xorg related changes

2011-10-11 Thread Khem Raj
On Tue, Oct 11, 2011 at 12:37 AM, Koen Kooi wrote: > I know it's small, it's a minimal collection of fonts from my debian system a > few years ago :) It's not a real package, just a hack to get an ancient X > working years ago. if its not needed throw it out. __

Re: [OE-core] shared-mime-info: Fix a parallel make race

2011-10-11 Thread Richard Purdie
On Mon, 2011-10-10 at 15:28 +0200, Koen Kooi wrote: > Op 10 okt. 2011, om 14:54 heeft Richard Purdie het volgende geschreven: > > > > > > > Signed-off-by: Richard Purdie > > --- > > diff --git > > a/meta/recipes-support/shared-mime-info/shared-mime-info/parallelmake.patch > > b/meta/recipes-s

Re: [OE-core] [PATCH 3/6] Add new IMAGE_CLASSES variable for classes for image generation

2011-10-11 Thread McClintock Matthew-B29882
On Wed, Oct 5, 2011 at 7:24 PM, Matthew McClintock wrote: >> Its not expanding the variables? :/ This happened even when >> IMAGE_CLASSES had a value before the inherit? > > If I added a IMAGE_CLASSES to something other than "" it worked fine. > If I left it as "" it tried to expand the blank var

Re: [OE-core] Cmake build failure

2011-10-11 Thread Koen Kooi
Op 11 okt. 2011, om 17:13 heeft Philip Balister het volgende geschreven: > http://pastebin.com/9ZCkLkst > > Failed building for the usrp-e1xx which is omap3 based. Distro is angstrom. That looks like a -as-needed linker problem, cmake seems to be lacking a -ltinfo ___

[OE-core] Cmake build failure

2011-10-11 Thread Philip Balister
http://pastebin.com/9ZCkLkst Failed building for the usrp-e1xx which is omap3 based. Distro is angstrom. Philip ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded

Re: [OE-core] [RFC][PATCH] linux-firmware: update, merge in OE classic updates, fix packaging

2011-10-11 Thread Otavio Salvador
On Tue, Oct 11, 2011 at 10:33, Koen Kooi wrote: > Op 11 okt. 2011, om 15:14 heeft Otavio Salvador het volgende geschreven: >> On Tue, Oct 11, 2011 at 05:33, Koen Kooi wrote: >>> Op 10 okt. 2011, om 14:35 heeft Otavio Salvador het volgende geschreven: On Mon, Oct 10, 2011 at 09:26, Koen Kooi

Re: [OE-core] [RFC][PATCH] linux-firmware: update, merge in OE classic updates, fix packaging

2011-10-11 Thread Koen Kooi
Op 11 okt. 2011, om 15:14 heeft Otavio Salvador het volgende geschreven: > On Tue, Oct 11, 2011 at 05:33, Koen Kooi wrote: >> Op 10 okt. 2011, om 14:35 heeft Otavio Salvador het volgende geschreven: >>> On Mon, Oct 10, 2011 at 09:26, Koen Kooi wrote: Op 10 okt. 2011, om 14:22 heeft Otavio

Re: [OE-core] [oe-core][PATCHv3 01/31] xserver-xf86(-dri)-lite: rename to xserver-xorg and xserver-xorg-lite

2011-10-11 Thread Richard Purdie
On Tue, 2011-10-11 at 09:03 +0200, Martin Jansa wrote: > On Tue, Oct 11, 2011 at 02:47:54PM +0800, Kang Kai wrote: > > On 2011?10?08? 01:04, Martin Jansa wrote: > > > * xserver-xorg is closer to upstream naming and > > >that's how it's named in OE-classic and meta-oe? It would make meta-oe > >

Re: [OE-core] [RFC][PATCH] linux-firmware: update, merge in OE classic updates, fix packaging

2011-10-11 Thread Otavio Salvador
On Tue, Oct 11, 2011 at 05:33, Koen Kooi wrote: > Op 10 okt. 2011, om 14:35 heeft Otavio Salvador het volgende geschreven: >> On Mon, Oct 10, 2011 at 09:26, Koen Kooi wrote: >>> Op 10 okt. 2011, om 14:22 heeft Otavio Salvador het volgende geschreven: On Mon, Oct 10, 2011 at 04:27, Koen Kooi

Re: [OE-core] [PATCH 1/1] Fix typos in local.conf.sample and local.conf.sample.extended

2011-10-11 Thread Richard Purdie
On Tue, 2011-10-11 at 16:25 +0800, Robert Yang wrote: > Fixes bug [YOCTO #1667] > > Fix typos in local.conf.sample and local.conf.sample.extended: > > differernt -> different > chages -> changes > complation -> compilation > egde -> edge > "an an" -> "as an" > images's -> image's > > Signed-off-

Re: [OE-core] Some further build dependency timings

2011-10-11 Thread Richard Purdie
On Mon, 2011-10-10 at 21:45 +0100, Richard Purdie wrote: > Just for reference, with a base configuration, sato image: > > real 50m8.223s > user 298m41.450s > sys 52m42.200s > > adding: > > ASSUME_PROVIDED =+ "bison-native flex-native sqlite3-native git-native" > > (and hacking the pseudo re

Re: [OE-core] How to overlay files/fs-perms.txt?

2011-10-11 Thread Andreas Müller
See I guess it is found in line 553 of oe-core package.bbclass fs_perms_tables = bb.data.getVar('FILESYSTEM_PERMS_TABLES', d, True) Andreas Original-Nachricht > Datum: Tue, 11 Oct 2011 12:42:01 +0200 > Von: Koen Kooi > An: Patches and discussions about the oe-core layer > >

Re: [OE-core] How to overlay files/fs-perms.txt?

2011-10-11 Thread Richard Purdie
On Tue, 2011-10-11 at 12:42 +0200, Koen Kooi wrote: > In angstrom we have base-files overlayed to clean out /var and > files/fs-perms.txt is getting in the way of that: > > koen@dominion:/OE/tentacle/sources/openembedded-core/meta$ grep localstate > files/fs-perms.txt > ${localstatedir}/cache

[OE-core] How to overlay files/fs-perms.txt?

2011-10-11 Thread Koen Kooi
Hi, In angstrom we have base-files overlayed to clean out /var and files/fs-perms.txt is getting in the way of that: koen@dominion:/OE/tentacle/sources/openembedded-core/meta$ grep localstate files/fs-perms.txt ${localstatedir}/cache linkvolatile/cache ${localstatedir}/runlinkvola

[OE-core] [PATCH 1/1] distro_tracking_fields: update 3 packages information

2011-10-11 Thread wenzong.fan
From: Wenzong Fan update the following packages distro tracking fields: ccache chkconfig gobject-introspection Signed-off-by: Wenzong Fan --- .../conf/distro/include/distro_tracking_fields.inc | 26 +-- 1 files changed, 18 insertions(+), 8 deletions(-) diff --git

[OE-core] [PATCH 0/1] distro_tracking_fields: update 3 packages information

2011-10-11 Thread wenzong.fan
From: Wenzong Fan Add maintainer and updates information for the following packages: ccache chkconfig gobject-introspection The following changes since commit 0c05d53fbede6feed6e9d361cb631a364f045a0f: Matthew McClintock (1): Fix sysprof for powerpc64 are available in the

Re: [OE-core] [PATCH 1/1] distro_tracking_fields.inc: Add maintainer for some packages without maintainer

2011-10-11 Thread Martin Jansa
On Tue, Oct 11, 2011 at 04:51:25PM +0800, Xiaofeng Yan wrote: > From: Xiaofeng Yan > > Add the name of maintainer for the following packages: > bind > libx11-diet > qmmp > libarchive > xserver-kdrive > xserver-xf86-lite > directfb > > Signed-

[OE-core] [PATCH 1/1] distro_tracking_fields.inc: Add maintainer for some packages without maintainer

2011-10-11 Thread Xiaofeng Yan
From: Xiaofeng Yan Add the name of maintainer for the following packages: bind libx11-diet qmmp libarchive xserver-kdrive xserver-xf86-lite directfb Signed-off-by: Xiaofeng Yan --- .../conf/distro/include/distro_tracking_fields.inc | 15

[OE-core] [PATCH 0/1] distro_tracking_fields.inc: Add maintainer for some packages without maintainer

2011-10-11 Thread Xiaofeng Yan
From: Xiaofeng Yan Add maintainer's name for the following packages: bind libx11-diet qmmp libarchive xserver-kdrive xserver-xf86-lite directfb Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/maintainer

[OE-core] [PATCH 0/1] distro_tracking_fields: update 6 packages information

2011-10-11 Thread Kang Kai
Hi Saul, I just update the distro tracking fields for the following packages, and after updating the packages themselves, I will update them with detailed fields. ghostscript xdg-utils libsdl libxml-sax-perl eglibc liburi-perl The following changes since commit 0d8c8cf462e

[OE-core] [PATCH 1/1] distro_tracking_fields: update 6 packages information

2011-10-11 Thread Kang Kai
update the following packages distro tracking fields: ghostscript xdg-utils libsdl libxml-sax-perl eglibc liburi-perl Signed-off-by: Kang Kai --- .../conf/distro/include/distro_tracking_fields.inc | 16 1 files changed, 16 insertions(+), 0 deletions(-)

Re: [OE-core] [RFC][PATCH] linux-firmware: update, merge in OE classic updates, fix packaging

2011-10-11 Thread Koen Kooi
Op 10 okt. 2011, om 14:35 heeft Otavio Salvador het volgende geschreven: > On Mon, Oct 10, 2011 at 09:26, Koen Kooi wrote: >> Op 10 okt. 2011, om 14:22 heeft Otavio Salvador het volgende geschreven: >>> On Mon, Oct 10, 2011 at 04:27, Koen Kooi wrote: Op 10 okt. 2011, om 03:03 heeft Otavio

[OE-core] [PATCH 1/1] Fix typos in local.conf.sample and local.conf.sample.extended

2011-10-11 Thread Robert Yang
Fixes bug [YOCTO #1667] Fix typos in local.conf.sample and local.conf.sample.extended: differernt -> different chages -> changes complation -> compilation egde -> edge "an an" -> "as an" images's -> image's Signed-off-by: Robert Yang --- meta-yocto/conf/local.conf.sample | 10 +-

[OE-core] [PATCH 0/1] Fix typos in local.conf.sample and local.conf.sample.extended

2011-10-11 Thread Robert Yang
The following changes since commit 0c05d53fbede6feed6e9d361cb631a364f045a0f: Fix sysprof for powerpc64 (2011-10-10 10:00:10 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/typo http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/typo Robe

Re: [OE-core] [oe-core][PATCHv3 00/31] Xorg related changes

2011-10-11 Thread Koen Kooi
Op 11 okt. 2011, om 09:08 heeft Martin Jansa het volgende geschreven: > On Mon, Oct 10, 2011 at 12:40:08PM +0200, Koen Kooi wrote: >> >> Op 7 okt. 2011, om 19:05 heeft Martin Jansa het volgende geschreven: >> >>> this patchset brings meta-oe and oe-core xorg stuff together and most of >>> xorg

Re: [OE-core] [oe-core][PATCHv3 00/31] Xorg related changes

2011-10-11 Thread Martin Jansa
On Mon, Oct 10, 2011 at 12:40:08PM +0200, Koen Kooi wrote: > > Op 7 okt. 2011, om 19:05 heeft Martin Jansa het volgende geschreven: > > > 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).

Re: [OE-core] [oe-core][PATCHv3 01/31] xserver-xf86(-dri)-lite: rename to xserver-xorg and xserver-xorg-lite

2011-10-11 Thread Martin Jansa
On Tue, Oct 11, 2011 at 02:47:54PM +0800, Kang Kai wrote: > On 2011?10?08? 01:04, Martin Jansa wrote: > > * xserver-xorg is closer to upstream naming and > >that's how it's named in OE-classic and meta-oe? It would make meta-oe > >transition easier and better to do it now then convert meta-