[OE-core] [PATCH] pseudo: fix library path in FILES_${PN}

2013-10-28 Thread rongqing.li
From: Roy Li libpseudo.so is always installed into ${prefix}/lib/, not ${libdir}, so fix these paths; and skip libdir WARN_QA checking to ignore the warning in 64bit and multilib enabled system Signed-off-by: Roy Li --- meta/recipes-devtools/pseudo/pseudo.inc |7 +-- 1 file changed, 5

Re: [OE-core] [PATCH 1/1] lua: add lua recipe

2013-10-28 Thread Kang Kai
On 2013年10月29日 11:52, Khem Raj wrote: On Wed, Oct 23, 2013 at 12:18 AM, Kai Kang wrote: Migrate lua recipe and patches from meta-oe. And then update to 5.2.2. no it can not be migrated. ABIs are different between 5.1 and 5.2 and please submit these 5.2 recipes to meta-oe OK, thanks. Kai U

Re: [OE-core] [PATCH 1/1] lua: add lua recipe

2013-10-28 Thread Khem Raj
On Wed, Oct 23, 2013 at 12:18 AM, Kai Kang wrote: > Migrate lua recipe and patches from meta-oe. And then update to 5.2.2. > no it can not be migrated. ABIs are different between 5.1 and 5.2 and please submit these 5.2 recipes to meta-oe > Update: > * remove bitwise_operators.patch that lua us

Re: [OE-core] SRC_URI computing order

2013-10-28 Thread Khem Raj
On Mon, Oct 28, 2013 at 7:10 AM, Eric Bénard wrote: > Hi Richard, > > I saw your patch fixing FILESPATH's and Kergoth's one fixing > PACKAGECONFIG processing order and I think I'm also facing an order > problem when SRC_URI is computed. > > So when building SRC_URI when two layers have bbappend wh

[OE-core] [PATCH] pulseaudio: Fix build break on armeb

2013-10-28 Thread Khem Raj
There is no need for += when using append hence removed and added a leading space appropriately Signed-off-by: Khem Raj --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b

[OE-core] systemd getty

2013-10-28 Thread Yi Qingliang
Hello, my QT app can't response to key, when tty1 hold by getty. how to disable getty@tty1.service when generating image? -- Nanjing Jilong Yi Qingliang niqingliang2...@gmail.com ___ Openembedded-core mailing list Openembedded-core@list

Re: [OE-core] [PATCH 4/4] libfm: allow build with automake-1.14

2013-10-28 Thread Marko Lindqvist
On 29 October 2013 02:35, Khem Raj wrote: > Marko > > On Fri, Oct 25, 2013 at 12:39 AM, Marko Lindqvist wrote: >> Do not consider automake warnings about future incompatibility >> errors. > > hmmm so disabling Werror is working around and I consider it degradation > in code quality, is there any

Re: [OE-core] [PATCH 4/4] libfm: allow build with automake-1.14

2013-10-28 Thread Khem Raj
Marko On Fri, Oct 25, 2013 at 12:39 AM, Marko Lindqvist wrote: > Do not consider automake warnings about future incompatibility > errors. hmmm so disabling Werror is working around and I consider it degradation in code quality, is there any alternative ? may be fix the code itself to not generat

Re: [OE-core] [PATCH] qemu: upgrade to 1.6.1

2013-10-28 Thread Chris Patterson
Hey Saul, My tests built qemu-native, qemu-helper-native, qemuwrapper-cross, and qemu for MACHINE_LIST="qemuarm qemumips qemuppc qemux86 qemux86-64 qemux86 sugarbay". For each machine, I tested running core-image-minimal in the qemu instance using runqemu. I should add that my tests were all on

Re: [OE-core] [oe][PATCHv2] libjson: update to 0.11 and rename to json-c

2013-10-28 Thread Khem Raj
On Mon, Oct 28, 2013 at 1:53 PM, Jack Mitchell wrote: > As for the BPN-PV, I don't really understand, I just grepped for libjson, > and changed all the occurrences... the separate build dir being one of them, > how would you expect the change to look? just in SRC_URI use BPN-PN instead of P _

[OE-core] [PATCH 1/1] tzcode & tzdata: update to 2013h

2013-10-28 Thread Joe Slater
Update recipes to version 2013h of timezone code and data. Signed-off-by: Joe Slater --- ...code-native_2013g.bb => tzcode-native_2013h.bb} | 10 +- .../tzdata/{tzdata_2013g.bb => tzdata_2013h.bb}|4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) rename meta/recipes-ext

Re: [OE-core] [oe][PATCHv2] libjson: update to 0.11 and rename to json-c

2013-10-28 Thread Jack Mitchell
On 28/10/2013 19:32, Khem Raj wrote: On Mon, Oct 21, 2013 at 1:56 AM, Jack Mitchell wrote: From: Jack Mitchell libjson is now known as json-c, it keeps support for the old libjson namespace so it shouldn't break anything. Built without parallel make as it would fail when it tries to link to l

[OE-core] [PATCH v2 2/2] meta-toolchain-qt: put QT_CONF_PATH in environment script

2013-10-28 Thread Laurentiu Palcu
This will allow apps using QLibraryInfo class to find qt.conf. [YOCTO #5339] Signed-off-by: Laurentiu Palcu --- meta/recipes-qt/meta/meta-toolchain-qt.inc |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-qt/meta/meta-toolchain-qt.inc b/meta/recipes-qt/meta/meta-toolchain-qt.

[OE-core] [PATCH v2 0/2] QT toolchain relocation fix

2013-10-28 Thread Laurentiu Palcu
v2: * the exported QT_CONF_PATH was missing qt.conf at the end. I had it right in my test directory but forgot to fix it in tree; Thanks, Laurentiu The following changes since commit 78b91ab23d9856525fc7ac1bb8da2975382813bf: pigz: bump to 2.3.1 (2013-10-26 16:08:41 +0100) are available in

[OE-core] [PATCH v2 1/2] nativesdk-qt4-tools: create qt.conf file

2013-10-28 Thread Laurentiu Palcu
When installing the SDK to another location than the default one, qmake will look for libraries, headers, etc. in the default location. That's because the paths are hard-coded in the binary itself. Luckily, QT allows to override this using a qt.conf file installed in the same directory with the app

Re: [OE-core] [oe][PATCHv2] libjson: update to 0.11 and rename to json-c

2013-10-28 Thread Khem Raj
On Mon, Oct 21, 2013 at 1:56 AM, Jack Mitchell wrote: > From: Jack Mitchell > > libjson is now known as json-c, it keeps support for the old > libjson namespace so it shouldn't break anything. Built without > parallel make as it would fail when it tries to link to link back > to itself, which is

Re: [OE-core] [PATCH] psplash: Show psplash before X in reboot/shutdown process

2013-10-28 Thread Otavio Salvador
On Mon, Oct 28, 2013 at 4:40 PM, Felipe Tonello wrote: > Ok. But wouldn't be necessary in this case? > > Also, this patch is inappropriate without a patch for X. So I would > suggest to ignore this patch for now. The PRServ ought to do the right thing here, so the PR bump is not necessary and jus

Re: [OE-core] [PATCH] psplash: Show psplash before X in reboot/shutdown process

2013-10-28 Thread Felipe Tonello
Ok. But wouldn't be necessary in this case? Also, this patch is inappropriate without a patch for X. So I would suggest to ignore this patch for now. Felipe On Mon, Oct 28, 2013 at 11:31 AM, Otavio Salvador wrote: > On Mon, Oct 28, 2013 at 4:22 PM, wrote: >> From: "Felipe F. Tonello" >> >> T

Re: [OE-core] [PATCH] psplash: Show psplash before X in reboot/shutdown process

2013-10-28 Thread Otavio Salvador
On Mon, Oct 28, 2013 at 4:22 PM, wrote: > From: "Felipe F. Tonello" > > This is interesting because if you shutdown/reboot a device the screen will > flicker because X will be killed and then psplash will take a while to run. > > Signed-off-by: Felipe F. Tonello ... > SRCREV = "afd4e228c606a99

[OE-core] [PATCH] psplash: Show psplash before X in reboot/shutdown process

2013-10-28 Thread eu
From: "Felipe F. Tonello" This is interesting because if you shutdown/reboot a device the screen will flicker because X will be killed and then psplash will take a while to run. Signed-off-by: Felipe F. Tonello --- meta/recipes-core/psplash/psplash_git.bb | 4 ++-- 1 file changed, 2 insertions

[OE-core] [PATCH][V2] gnome: set UNKNOWN_CONFIGURE_WHITELIST

2013-10-28 Thread Ross Burton
This class disable introspection support using --enable-introspection=no but not all GNOME modules support introspection. This can cause unknown-configure-options QA warnings, so clarify the option by using --disable-introspection and add it to the sanity test whitelist. Signed-off-by: Ross Burto

[OE-core] [PATCH][V2] xorg-proto-common: set UNKNOWN_CONFIGURE_WHITELIST

2013-10-28 Thread Ross Burton
This include adds configure options globally but not all X libraries support them, so to avoid unknown-configure-option warnings add them to the whitelist. Also change the options from --enable-foo=no to --disable-foo as they're clearer and the whitelist would have to contain --enable-foo. Signed

Re: [OE-core] [oe][PATCHv2] libjson: update to 0.11 and rename to json-c

2013-10-28 Thread Burton, Ross
On 28 October 2013 17:30, Jack Mitchell wrote: >> Not sure what's going on yet, but I found a configure failure, see the >> attached log file. > > I have rebuilt this package multiple times now and have still not > managed to break it. I believe it will just be a dirty build directory, > but that

Re: [OE-core] [oe][PATCHv2] libjson: update to 0.11 and rename to json-c

2013-10-28 Thread Jack Mitchell
On 22/10/13 21:44, Saul Wold wrote: > On 10/21/2013 01:56 AM, Jack Mitchell wrote: >> From: Jack Mitchell >> >> libjson is now known as json-c, it keeps support for the old >> libjson namespace so it shouldn't break anything. Built without >> parallel make as it would fail when it tries to link to

Re: [OE-core] [PATCH 3/3] cmake: upgrade to 2.8.12

2013-10-28 Thread Otavio Salvador
On Mon, Oct 28, 2013 at 2:44 PM, Paul Eggleton wrote: > Signed-off-by: Paul Eggleton +1 -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 __

[OE-core] [PATCH 5/6] scripts/oe-pkgdata-util: add ability to look up runtime package names

2013-10-28 Thread Paul Eggleton
Add a "lookup-pkg" command to oe-pkgdata-util that can be used to find the runtime name of a package (after e.g. Debian library package renaming). Signed-off-by: Paul Eggleton --- scripts/oe-pkgdata-util | 38 ++ 1 file changed, 38 insertions(+) diff --git a/

Re: [OE-core] [PATCH 1/5] gnome: set UNKNOWN_CONFIGURE_WHITELIST

2013-10-28 Thread Otavio Salvador
On Mon, Oct 28, 2013 at 3:08 PM, Burton, Ross wrote: > On 28 October 2013 15:59, Otavio Salvador wrote: >> On Mon, Oct 28, 2013 at 12:33 PM, Ross Burton wrote: >>> This class passes --disable-introspection to everything that inherits it >>> but not >>> all GNOME modules support introspection, s

[OE-core] [PATCH 0/6] oe-pkgdata-util improvements

2013-10-28 Thread Paul Eggleton
Some improvements for the oe-pkgdata-util script making it a little more useful outside of its usage within do_rootfs. The following changes since commit 8081dcb03f54efd551d1c8fe8a0484f8270053e0: pigz: bump to 2.3.1 (2013-10-26 16:08:30 +0100) are available in the git repository at: git://

[OE-core] [PATCH 2/6] scripts/oe-pkgdata-util: improve help text and command line parsing

2013-10-28 Thread Paul Eggleton
* Use optparse to parse command line * Make help text actually helpful by describing what each command does * Drop comment at the top listing the commands which is now superfluous Signed-off-by: Paul Eggleton --- scripts/oe-pkgdata-util | 78 - 1 f

[OE-core] [PATCH 3/6] scripts/oe-pkgdata-util: check path arguments to ensure they exist

2013-10-28 Thread Paul Eggleton
Show an error if the specified paths don't exist. Signed-off-by: Paul Eggleton --- scripts/oe-pkgdata-util | 12 1 file changed, 12 insertions(+) diff --git a/scripts/oe-pkgdata-util b/scripts/oe-pkgdata-util index e34fcbe..01fccd2 100755 --- a/scripts/oe-pkgdata-util +++ b/scripts

[OE-core] [PATCH 4/6] scripts/oe-pkgdata-util: add ability to search for a target path

2013-10-28 Thread Paul Eggleton
Add ability to search for a target path in produced packages, in order to find which package provides a specific file. Signed-off-by: Paul Eggleton --- scripts/oe-pkgdata-util | 36 1 file changed, 36 insertions(+) diff --git a/scripts/oe-pkgdata-util b/scri

[OE-core] [PATCH 6/6] scripts/oe-pkgdata-util: add ability to find a recipe from a target package

2013-10-28 Thread Paul Eggleton
Add a "lookup-recipe" command to show which recipe produced a particular package. Signed-off-by: Paul Eggleton --- scripts/oe-pkgdata-util | 37 + 1 file changed, 37 insertions(+) diff --git a/scripts/oe-pkgdata-util b/scripts/oe-pkgdata-util index 08773e9..8

[OE-core] [PATCH 1/6] scripts/oe-pkgdata-util: remove remnants of former pkgdata structure

2013-10-28 Thread Paul Eggleton
OE-Core commit 1b8e4abd2d9c0901d38d89d0f944fe1ffd019379 removed the vendor-os argument from the command line, and the code using the package architectures, so clean these items up. Signed-off-by: Paul Eggleton --- scripts/oe-pkgdata-util | 12 ++-- 1 file changed, 6 insertions(+), 6 dele

Re: [OE-core] [PATCH 1/5] gnome: set UNKNOWN_CONFIGURE_WHITELIST

2013-10-28 Thread Burton, Ross
On 28 October 2013 15:59, Otavio Salvador wrote: > On Mon, Oct 28, 2013 at 12:33 PM, Ross Burton wrote: >> This class passes --disable-introspection to everything that inherits it but >> not >> all GNOME modules support introspection, so add that option to the >> unknown-configure-options sanity

Re: [OE-core] Why is i586 the default tune?

2013-10-28 Thread Otavio Salvador
On Mon, Oct 28, 2013 at 2:39 PM, Jack Mitchell wrote: > Can anybody shed any light on why i586 is the default tune, rather than > i686, and for that matter why there is no i686 tune? i586 offers the widest compatibility with less performance penalty. > Would there be any objections to creating a

[OE-core] [PATCH 2/3] openssh: upgrade to 6.3p1

2013-10-28 Thread Paul Eggleton
Removed the following backported patch(es): * mac.patch Signed-off-by: Paul Eggleton --- .../openssh/openssh-6.2p2/mac.patch| 76 -- .../openssh/{openssh-6.2p2 => openssh-6.3p1}/init | 0 .../{openssh-6.2p2 => openssh-6.3p1}/nostrip.patch | 0 .../openssh-

[OE-core] [PATCH 3/3] cmake: upgrade to 2.8.12

2013-10-28 Thread Paul Eggleton
Signed-off-by: Paul Eggleton --- .../cmake/{cmake-native_2.8.11.2.bb => cmake-native_2.8.12.bb} | 4 ++-- meta/recipes-devtools/cmake/{cmake_2.8.11.2.bb => cmake_2.8.12.bb} | 7 ++- 2 files changed, 4 insertions(+), 7 deletions(-) rename meta/recipes-devtools/cmake/{cmake-native_2.8.11.2

[OE-core] [PATCH 1/3] ethtool: upgrade to 3.11

2013-10-28 Thread Paul Eggleton
Signed-off-by: Paul Eggleton --- .../recipes-extended/ethtool/{ethtool-3.10 => ethtool-3.11}/run-ptest | 0 meta/recipes-extended/ethtool/{ethtool_3.10.bb => ethtool_3.11.bb}| 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/ethtool/{ethtool-3.10 => ethto

[OE-core] [PATCH 0/3] Recipe upgrades

2013-10-28 Thread Paul Eggleton
The following changes since commit 8081dcb03f54efd551d1c8fe8a0484f8270053e0: pigz: bump to 2.3.1 (2013-10-26 16:08:30 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/upgrades http://cgit.openembedded.org/cgit.cgi/openembedded-core-

[OE-core] Why is i586 the default tune?

2013-10-28 Thread Jack Mitchell
Can anybody shed any light on why i586 is the default tune, rather than i686, and for that matter why there is no i686 tune? Would there be any objections to creating an i686 tune and setting it to default? -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer Cambridgeshire, UK

Re: [OE-core] [PATCH 3/5] xorg-proto-common: set UNKNOWN_CONFIGURE_WHITELIST

2013-10-28 Thread Otavio Salvador
On Mon, Oct 28, 2013 at 12:33 PM, Ross Burton wrote: > This include adds configure options globally but not all X libraries support > them, so to avoid unknown-configure-option warnings add them to the whitelist. > > Signed-off-by: Ross Burton Does not match with the commit log. -- Otavio Salv

Re: [OE-core] [PATCH 1/5] gnome: set UNKNOWN_CONFIGURE_WHITELIST

2013-10-28 Thread Otavio Salvador
On Mon, Oct 28, 2013 at 12:33 PM, Ross Burton wrote: > This class passes --disable-introspection to everything that inherits it but > not > all GNOME modules support introspection, so add that option to the > unknown-configure-options sanity test whitelist. > > Signed-off-by: Ross Burton I unde

[OE-core] [PATCH 0/2] QT toolchain relocation fix

2013-10-28 Thread Laurentiu Palcu
The following changes since commit 78b91ab23d9856525fc7ac1bb8da2975382813bf: pigz: bump to 2.3.1 (2013-10-26 16:08:41 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib lpalcu/b5339_qt_toolchain_issue http://git.yoctoproject.org/cgit.cgi/poky-contrib/lo

[OE-core] [PATCH 1/2] nativesdk-qt4-tools: create qt.conf file

2013-10-28 Thread Laurentiu Palcu
When installing the SDK to another location than the default one, qmake will look for libraries, headers, etc. in the default location. That's because the paths are hard-coded in the binary itself. Luckily, QT allows to override this using a qt.conf file installed in the same directory with the app

[OE-core] [PATCH 2/2] meta-toolchain-qt: put QT_CONF_PATH in environment script

2013-10-28 Thread Laurentiu Palcu
This will allow apps using QLibraryInfo class to find qt.conf. [YOCTO #5339] Signed-off-by: Laurentiu Palcu --- meta/recipes-qt/meta/meta-toolchain-qt.inc |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-qt/meta/meta-toolchain-qt.inc b/meta/recipes-qt/meta/meta-toolchain-qt.

Re: [OE-core] Issue with package_rpm : can't install files named "%name..."

2013-10-28 Thread Sebastien MENNETRIER
Paul, Thanks for your answer. I filled a bug : https://bugzilla.yoctoproject.org/show_bug.cgi?id=5397 Regards, Seb 2013/10/28 Paul Eggleton > Hi Sebastien, > > On Monday 28 October 2013 14:44:57 Sebastien MENNETRIER wrote: > > I try to cross-compile and install rubygems and the gems contain s

Re: [OE-core] [PATCH] sysvinit-inittab: Fix getting tty device name from SERIAL_CONSOLES entries

2013-10-28 Thread Paul Eggleton
Hi Noor, This patch was merged to master a couple of weeks ago: http://cgit.openembedded.org/openembedded-core/commit/?id=b00b9ae5693e04cacd0843c12a529e7f3dc501ed Cheers, Paul On Monday 28 October 2013 10:13:36 Ahsan, Noor wrote: > Hello Saul, > > I there any issue with this patch? We need thi

Re: [OE-core] Issue with package_rpm : can't install files named "%name..."

2013-10-28 Thread Paul Eggleton
Hi Sebastien, On Monday 28 October 2013 14:44:57 Sebastien MENNETRIER wrote: > I try to cross-compile and install rubygems and the gems contain some > directories and files named "%name...". > > To create the rpm package, a spec file that contains the list of all files > and directories that must

Re: [OE-core] Mesa mess

2013-10-28 Thread Gary Thomas
On 2013-10-28 08:54, Burton, Ross wrote: On 24 October 2013 01:57, Gary Thomas wrote: I found the cause :-) In addition to OE-core, I am using meta-ti on an OMAP3 target. In meta-ti, there is this line: meta-ti/recipes-graphics/mesa/mesa-omap3-common.inc:PROVIDES_omap3 = "virtual/libgl" I a

Re: [OE-core] Mesa mess

2013-10-28 Thread Burton, Ross
On 24 October 2013 01:57, Gary Thomas wrote: > I found the cause :-) In addition to OE-core, I am using meta-ti on an > OMAP3 target. > In meta-ti, there is this line: > meta-ti/recipes-graphics/mesa/mesa-omap3-common.inc:PROVIDES_omap3 = > "virtual/libgl" > I added virtual/mesa to this list an

[OE-core] Extending core-image-basic

2013-10-28 Thread Gary Thomas
Why isn't core-image-basic user extendable? It seems to be the only image that doesn't use CORE_IMAGE_EXTRA_INSTALL. -- Gary Thomas | Consulting for the MLB Associates |Embedded world -

[OE-core] [PATCH 5/5] libgcrypt: remove --without-pth

2013-10-28 Thread Ross Burton
This isn't recognised by configure, and the random number daemon that requires Pth isn't enabled. Signed-off-by: Ross Burton --- meta/recipes-support/libgcrypt/libgcrypt.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/met

[OE-core] [PATCH 4/5] gnome-common: inhert gnomebase not gnome

2013-10-28 Thread Ross Burton
This recipe doesn't need any of the helpers that come with gnome (GConf, icons, MIME, etc), so just inherit gnomebase. Signed-off-by: Ross Burton --- meta/recipes-gnome/gnome/gnome-common_3.7.4.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gnome/gno

[OE-core] [PATCH 3/5] xorg-proto-common: set UNKNOWN_CONFIGURE_WHITELIST

2013-10-28 Thread Ross Burton
This include adds configure options globally but not all X libraries support them, so to avoid unknown-configure-option warnings add them to the whitelist. Signed-off-by: Ross Burton --- meta/recipes-graphics/xorg-proto/xorg-proto-common.inc |4 +++- 1 file changed, 3 insertions(+), 1 deleti

[OE-core] [PATCH 2/5] xorg-lib-common: set UNKNOWN_CONFIGURE_WHITELIST

2013-10-28 Thread Ross Burton
This include adds configure options globally but not all X libraries support them, so to avoid unknown-configure-option warnings add them to the whitelist. Signed-off-by: Ross Burton --- meta/recipes-graphics/xorg-lib/xorg-lib-common.inc |3 +++ 1 file changed, 3 insertions(+) diff --git a/

[OE-core] [PATCH 1/5] gnome: set UNKNOWN_CONFIGURE_WHITELIST

2013-10-28 Thread Ross Burton
This class passes --disable-introspection to everything that inherits it but not all GNOME modules support introspection, so add that option to the unknown-configure-options sanity test whitelist. Signed-off-by: Ross Burton --- meta/classes/gnome.bbclass |4 +++- 1 file changed, 3 insertions

[OE-core] [PATCH] scripts: Add ksize.py and dirsize.py

2013-10-28 Thread Darren Hart
Fixes [YOCTO #5388] These scripts can be useful when working to reduce the size of the Linux kernel and the root filesystem. ksize.py displays the kernel build size by the built-in.o files. dirsize.py displays the various sizes of the components of the root directory. Signed-off-by: Darren Hart

[OE-core] SRC_URI computing order

2013-10-28 Thread Eric Bénard
Hi Richard, I saw your patch fixing FILESPATH's and Kergoth's one fixing PACKAGECONFIG processing order and I think I'm also facing an order problem when SRC_URI is computed. So when building SRC_URI when two layers have bbappend which apply patches : the SRC_URI seems to be built using an order

[OE-core] [PATCH] libsoup: upgrade to 2.44.1

2013-10-28 Thread Valentin Popa
Tested with midori-browser on qemux86 and qemuarm. Signed-off-by: Valentin Popa --- .../libsoup/{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.44.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libsoup/{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.44.1.b

Re: [OE-core] elfutils-native-0.148 does not build on Ubuntu-13.10

2013-10-28 Thread Khem Raj
On Monday, October 28, 2013, Ulf Samuelsson wrote: > | gcc -D_GNU_SOURCE -DHAVE_CONFIG_H -DLOCALEDIR='"/home2/Angstrom/** > build/tmp-angstrom_v2012_12-**eglibc/sysroots/i686-linux/**usr/share/locale"' > -DDEBUGPRED=0 -DSRCDIR=\"/home2/Angstrom/**build/tmp-angstrom_v2012_12-** > eglibc/work/i686-l

[OE-core] Issue with package_rpm : can't install files named "%name..."

2013-10-28 Thread Sebastien MENNETRIER
Hi all, I try to cross-compile and install rubygems and the gems contain some directories and files named "%name...". To create the rpm package, a spec file that contains the list of all files and directories that must be in the rpm package is generated in do_package. The rpm process replace all

[OE-core] elfutils-native-0.148 does not build on Ubuntu-13.10

2013-10-28 Thread Ulf Samuelsson
| gcc -D_GNU_SOURCE -DHAVE_CONFIG_H -DLOCALEDIR='"/home2/Angstrom/build/tmp-angstrom_v2012_12-eglibc/sysroots/i686-linux/usr/share/locale"' -DDEBUGPRED=0 -DSRCDIR=\"/home2/Angstrom/build/tmp-angstrom_v2012_12-eglibc/work/i686-linux/elfutils-native-0.148-r11/elfutils-0.148/src\" -DOBJDIR=\"/home

[OE-core] [PATCH] pcmanfm: upgraded to 1.1.2

2013-10-28 Thread Valentin Popa
Removed cross-compile-fix.patch; pcmanfm doesn't use xml-purge anymore. Tested on core-image-sato (qemuarm & qemux86). Signed-off-by: Valentin Popa --- .../recipes-sato/pcmanfm/files/cross-compile-fix.patch | 18 -- .../pcmanfm/{pcmanfm_1.1.0.bb => pcmanfm_1.1.2.bb} | 5 ++-

[OE-core] [PATCH] grep: upgrade to 2.15

2013-10-28 Thread Cristiana Voicu
Signed-off-by: Cristiana Voicu --- .../grep/{grep_2.14.bb => grep_2.15.bb}|6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-extended/grep/{grep_2.14.bb => grep_2.15.bb} (86%) diff --git a/meta/recipes-extended/grep/grep_2.14.bb b/meta/recipes-extend

Re: [OE-core] [PATCH] dropbear: update to 2013.60 version

2013-10-28 Thread Maxin B. John
Hi Paul, On Mon, Oct 28, 2013 at 11:27:01AM +, Paul Eggleton wrote: > Hi Maxin, > > On Monday 21 October 2013 17:36:42 maxin.j...@enea.com wrote: > > From: "Maxin B. John" > > > > update to latest version 2013.60 > > Update 0006-dropbear-configuration-file.patch for 2013.60 > > > > Signed-

Re: [OE-core] [PATCH] dropbear: update to 2013.60 version

2013-10-28 Thread Paul Eggleton
Hi Maxin, On Monday 21 October 2013 17:36:42 maxin.j...@enea.com wrote: > From: "Maxin B. John" > > update to latest version 2013.60 > Update 0006-dropbear-configuration-file.patch for 2013.60 > > Signed-off-by: Maxin B. John > --- > .../0001-urandom-xauth-changes-to-options.h.patch |0 >

[OE-core] Non-deterministic build failure

2013-10-28 Thread Otavio Salvador
Hello, I got following: | /home/otavio/hacking/fsl-community-bsp/build/tmp/sysroots/x86_64-linux/usr/libexec/armv5te-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.8.1/ld: cannot find /lib/libc.so.6 | /home/otavio/hacking/fsl-community-bsp/build/tmp/sysroots/x86_64-linux/usr/libexec/armv5te-po

Re: [OE-core] [PATCH] sysvinit-inittab: Fix getting tty device name from SERIAL_CONSOLES entries

2013-10-28 Thread Ahsan, Noor
Hello Saul, I there any issue with this patch? We need this patch for our release. Noor -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Ahsan, Noor Sent: Monday, October 21, 2013 5:46 PM To