Re: [OE-core] glibc detected *** groupadd: malloc(): memory corruption

2012-06-19 Thread Robert Yang
Thanks Mark, the rpm.real also has the same problem when the length of tmpdir is 210, it seems that this is because of the glibc. And also other problems found: When use PACKAGE_CLASSES = "package_deb", and the length of tmpdir is 177, the error is: /too/long/path/totmp/sysroots/x86_64-linux/u

Re: [OE-core] Generating a movable SDK

2012-06-19 Thread Tasslehoff Kjappfot
On 06/19/2012 10:33 PM, Khem Raj wrote: On Tuesday, June 19, 2012, Steve English mailto:steve.engl...@navetas.com>> wrote: > Hi, > I've generated a cross compiling ARM SDK (angstrom-eglibc-x86_64-armv7a-v2012.05-toolchain.tar.bz2) that works great if installed in /usr/local/oecore-x86_64. I w

Re: [OE-core] how to use external tool chain to build opebembedded-core ?

2012-06-19 Thread Khem Raj
On Tue, Jun 19, 2012 at 7:41 PM, Michael Zhu wrote: > Dears, > how to use prebuilt external tool chain to build  openembedded-core ? > thanks! Look at meta/conf/distro/include/tcmode-external-sourcery.inc thats how code sourcery toolchains are hooked in. and you do set TCMODE = "external-sourcer

[OE-core] [PATCH V2 1/3] classes/image: Allow openssh empty passwords login.

2012-06-19 Thread Lianhao Lu
Allow empty passwords login so that the default root user can login in through openssh. Signed-off-by: Lianhao Lu --- meta/classes/core-image.bbclass |2 ++ meta/classes/image.bbclass |9 - 2 files changed, 10 insertions(+), 1 deletions(-) diff --git a/meta/classes/core-ima

[OE-core] [PATCH V2 0/3] misc IMAGE_FEATURE fixings

2012-06-19 Thread Lianhao Lu
This patch set fixed the bug [YOCTO #2605]. It allows to login to openssh with empty password if the IMAGE_FEATURE debug-tweak feature is set. It processes conflicting IMAGE_FEATURE features, i.e. ssh-server-dropbear and ssh-server-openssh. It also adds a new IMAGE_FEATURE 'eclipse-support' for

[OE-core] [PATCH V2 3/3] core-image/misc: Added new IMAGE_FEATURE eclipse-support.

2012-06-19 Thread Lianhao Lu
Added a new IMAGE_FEATURES eclipse-support to support developing user applications through Eclipse plugin. Signed-off-by: Lianhao Lu --- meta/classes/core-image.bbclass|2 ++ meta/conf/multilib.conf|1 + .../tasks/task-core-eclipse-support.

[OE-core] [PATCH V2 2/3] image/core-image: Handle conflicting IMAGE_FEATURES.

2012-06-19 Thread Lianhao Lu
IMAGE_FEATURES such as 'ssh-server-dropbear' and 'ssh-server-openssh' can't be both enabled. User can use the following variables to define the relationship of image features: IMAGE_FEATURES_REPLACES_foo = "bar" means including image feature "foo" would replace the image feature "bar". IMAGE_FEAT

Re: [OE-core] _XGetRequest issue

2012-06-19 Thread Saul Wold
On 06/19/2012 04:20 PM, Victor Khristenko wrote: Hi Saul, First of all, I'm really sorry to disturb you but I found your email address at this web http://patches.openembedded.org/patch/20999/ Victor, actually it was Khem Raj that submitted that patch, he might be able to help with this issue.

[OE-core] how to use external tool chain to build opebembedded-core ?

2012-06-19 Thread Michael Zhu
Dears, how to use prebuilt external tool chain to build openembedded-core ? thanks! B.R. Michael ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] Simplify "SRC_URI_append +=" to "SRC_URI_append ="

2012-06-19 Thread Khem Raj
On Tuesday, June 19, 2012, Robert P. J. Day wrote: > On Tue, 19 Jun 2012, Khem Raj wrote: > >> Thanks for doing this >> >> On Tue, Jun 19, 2012 at 1:54 PM, Robert P. J. Day wrote: >> > >> > +SRC_URI_append_poky = " file://owl-menu.patch;apply=yes " >> >> while you are at it can you remove apply=y

Re: [OE-core] [PATCH] Simplify "SRC_URI_append +=" to "SRC_URI_append ="

2012-06-19 Thread Robert P. J. Day
On Tue, 19 Jun 2012, Khem Raj wrote: > Thanks for doing this > > On Tue, Jun 19, 2012 at 1:54 PM, Robert P. J. Day > wrote: > > > > +SRC_URI_append_poky = " file://owl-menu.patch;apply=yes " > > while you are at it can you remove apply=yes from there ? > since thats the default anyway for files

Re: [OE-core] [PATCH] Simplify "SRC_URI_append +=" to "SRC_URI_append ="

2012-06-19 Thread Khem Raj
Thanks for doing this On Tue, Jun 19, 2012 at 1:54 PM, Robert P. J. Day wrote: > > +SRC_URI_append_poky = " file://owl-menu.patch;apply=yes " while you are at it can you remove apply=yes from there ? since thats the default anyway for files ending in .patch _

[OE-core] [PATCH] Simplify "SRC_URI_append +=" to "SRC_URI_append ="

2012-06-19 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day --- diff --git a/meta/recipes-graphics/tslib/tslib_1.0.bb b/meta/recipes-graphics/tslib/tslib_1.0.bb index 54ff3d4..2c4b325 100644 --- a/meta/recipes-graphics/tslib/tslib_1.0.bb +++ b/meta/recipes-graphics/tslib/tslib_1.0.bb @@ -21,8 +21,8 @@ SRC_URI = "http://

Re: [OE-core] some simple questions about assignment and appending

2012-06-19 Thread Robert P. J. Day
On Tue, 19 Jun 2012, Paul Eggleton wrote: > On Tuesday 19 June 2012 12:28:22 Robert P. J. Day wrote: > > > finally, what are the evaluation mechanics of the "?=" operator? > > ?= is the same as = except that it only sets the value if it is not > already set at the time the line is parsed. jus

Re: [OE-core] Generating a movable SDK

2012-06-19 Thread Khem Raj
On Tuesday, June 19, 2012, Steve English wrote: > Hi, > I've generated a cross compiling ARM SDK (angstrom-eglibc-x86_64-armv7a-v2012.05-toolchain.tar.bz2) that works great if installed in /usr/local/oecore-x86_64. I would like to move these binaries and run them from under my home directory (on t

Re: [OE-core] [PATCH 1/1] sanity.bbclass: Attach the missing value to a format string.

2012-06-19 Thread Peter Seebach
On Thu, 17 May 2012 18:45:58 -0500 Peter Seebach wrote: > The tuning changes to sanity.bbclass were almost right, but one of > the messages had a %s with no % operator. > > Signed-off-by: Peter Seebach > --- > meta/classes/sanity.bbclass |2 +- > 1 files changed, 1 insertions(+), 1 deletio

[OE-core] [2011-1 PATCH 2/3] apt: Fix parallel make race

2012-06-19 Thread Joshua Lock
From: Richard Purdie I was just going to turn off parallel make but ended up fixing this properly. Signed-off-by: Richard Purdie Signed-off-by: Joshua Lock --- .../recipes-devtools/apt/apt-0.7.14/makerace.patch | 23 meta/recipes-devtools/apt/apt-native_0.7.14.bb |

[OE-core] [2011-1 PATCH 1/3] apt: Fix locale header and hardcoded libname issues

2012-06-19 Thread Joshua Lock
From: Richard Purdie apt wasn't building on modern libc/compiler combinations due to missing header includes. The libcpp version was also being hardcoded, this patch generates it dynamically to work on different host systems which no longer have this. Signed-off-by: Richard Purdie Signed-off-b

[OE-core] [2011-1 PATCH 3/3] apt 0.7.14: do_compile failed with gcc 4.7

2012-06-19 Thread Joshua Lock
From: Robert Yang apt do_compile failed with gcc 4.7: deb/deblistparser.cc: In member function 'virtual short unsigned int debListParser::VersionHash()': deb/deblistparser.cc:212:13: error: redeclaration of 'char* I' deb/deblistparser.cc:202:22: error: 'const char** I' previously declared here

[OE-core] [2011-1 PATCH 0/3] apt-native fixes

2012-06-19 Thread Joshua Lock
With the toolchain provided on modern distros apt-native fails to compile, this series cherry-picks several patches from master which ensure that apt and apt-native can be built reliably. Cheers, Joshua The following changes since commit 30c6ec403e1696b5fd94b92328ef9edec535a57a: scripts/qemui

Re: [OE-core] [PATCH 1/2] recipes-kernel: make perf a standalone package

2012-06-19 Thread Bruce Ashfield
On Sat, Jun 16, 2012 at 11:16 PM, Bruce Ashfield wrote: > On 12-06-16 1:34 PM, Saul Wold wrote: >> >> On 06/15/2012 01:23 PM, Bruce Ashfield wrote: >>> >>> From: Liang Li >>> >>> perf has been coupled to the kernel packages via kernel.bbclass. >>> While maintaining the build of perf out of the ker

Re: [OE-core] Buildhistory for the PACKAGE Reorder

2012-06-19 Thread Saul Wold
On 06/19/2012 11:29 AM, Paul Eggleton wrote: On Tuesday 19 June 2012 09:02:30 Saul Wold wrote: Please find attached the buildhistory_diff from 2 world builds with and without the PACKAGE Reorder. Saul, would you mind pushing the buildhistory repo somewhere (e.g. to a poky- contrib branch)? Tha

Re: [OE-core] Buildhistory for the PACKAGE Reorder

2012-06-19 Thread Paul Eggleton
On Tuesday 19 June 2012 09:02:30 Saul Wold wrote: > Please find attached the buildhistory_diff from 2 world builds with and > without the PACKAGE Reorder. Saul, would you mind pushing the buildhistory repo somewhere (e.g. to a poky- contrib branch)? That would help me debug some of the weirdness i

Re: [OE-core] proper use of CORE_IMAGE_EXTRA_INSTALL?

2012-06-19 Thread Robert P. J. Day
On Tue, 19 Jun 2012, Paul Eggleton wrote: > On Tuesday 19 June 2012 13:05:35 Robert P. J. Day wrote: ... snip ... > > > > now this would seem to be exactly what the variable > > CORE_IMAGE_EXTRA_INSTALL was invented for, no? certainly the above > > will work but then what's the point of having

Re: [OE-core] proper use of CORE_IMAGE_EXTRA_INSTALL?

2012-06-19 Thread Paul Eggleton
On Tuesday 19 June 2012 13:05:35 Robert P. J. Day wrote: > followup to earlier post, it's easy enough to see the point of this > code from core-image.bbclass: > > ... snip ... > > CORE_IMAGE_BASE_INSTALL = '\ > task-core-boot \ > task-base-extended \ > \ > ${CORE_IMAGE_EXTRA_INS

Re: [OE-core] getting rid of SRC_URI_append uses with "+="

2012-06-19 Thread Robert P. J. Day
On Tue, 19 Jun 2012, Paul Eggleton wrote: > On Tuesday 19 June 2012 11:04:06 Robert P. J. Day wrote: > > a while back, i pointed out odd instances of: > > > > meta/recipes-support/gmp/gmp_5.0.4.bb:SRC_URI_append += > > "file://use-includedir.patch \ > > meta/recipes-graphics/tslib/tslib_1.0.bb:S

Re: [OE-core] getting rid of SRC_URI_append uses with "+="

2012-06-19 Thread Paul Eggleton
On Tuesday 19 June 2012 11:04:06 Robert P. J. Day wrote: > a while back, i pointed out odd instances of: > > meta/recipes-support/gmp/gmp_5.0.4.bb:SRC_URI_append += > "file://use-includedir.patch \ > meta/recipes-graphics/tslib/tslib_1.0.bb:SRC_URI_append_qemumips += " > file://32bitBE-support.p

Re: [OE-core] some simple questions about assignment and appending

2012-06-19 Thread Paul Eggleton
On Tuesday 19 June 2012 12:28:22 Robert P. J. Day wrote: > i want to make absolutely sure i understand the mechanics of the > different types of assignment so i'm looking at this snippet from > core-image.bbclass: > > ... snip ... > > PACKAGE_GROUP_qt4-pkgs = "task-core-qt-demos" > > CORE_IMAG

[OE-core] Generating a movable SDK

2012-06-19 Thread Steve English
Hi, I've generated a cross compiling ARM SDK (angstrom-eglibc-x86_64-armv7a-v2012.05-toolchain.tar.bz2) that works great if installed in /usr/local/oecore-x86_64. I would like to move these binaries and run them from under my home directory (on this and other host machines). I can tweak the PATH a

[OE-core] proper use of CORE_IMAGE_EXTRA_INSTALL?

2012-06-19 Thread Robert P. J. Day
followup to earlier post, it's easy enough to see the point of this code from core-image.bbclass: ... snip ... CORE_IMAGE_BASE_INSTALL = '\ task-core-boot \ task-base-extended \ \ ${CORE_IMAGE_EXTRA_INSTALL} \ ' CORE_IMAGE_EXTRA_INSTALL ?= "" IMAGE_INSTALL ?= "${CORE_IMAG

Re: [OE-core] [PATCH] binutils: set sysroot for target

2012-06-19 Thread Khem Raj
On Tue, Jun 19, 2012 at 4:21 AM, Marcin Juszkiewicz wrote: > "ld: this linker was not configured to use sysroots" was what I got on > device instead of compiled binary. > > Signed-off-by: Marcin Juszkiewicz > --- >  meta/recipes-devtools/binutils/binutils_2.22.bb |    4 +++- >  1 file changed, 3

[OE-core] some simple questions about assignment and appending

2012-06-19 Thread Robert P. J. Day
i want to make absolutely sure i understand the mechanics of the different types of assignment so i'm looking at this snippet from core-image.bbclass: ... snip ... PACKAGE_GROUP_qt4-pkgs = "task-core-qt-demos" CORE_IMAGE_BASE_INSTALL = '\ task-core-boot \ task-base-extended \ \

Re: [OE-core] Is target toolchain supposed to be working?

2012-06-19 Thread Marcin Juszkiewicz
W dniu 19.06.2012 18:19, Khem Raj pisze: > includedir already has leading slash so I wonder if you changed > includedir in your setup somehow ? bitbake gcc -e|grep ^includedir shown "/usr/include" value. G++ started on target as "g++ -v" shown "--with-c++-includes=/usr/include/c++" so I was surp

Re: [OE-core] Is target toolchain supposed to be working?

2012-06-19 Thread Khem Raj
On Tue, Jun 19, 2012 at 5:32 AM, Marcin Juszkiewicz wrote: > W dniu 19.06.2012 13:53, Marcin Juszkiewicz pisze: >> ignoring nonexistent directory "usr/include/c++/" >> ignoring nonexistent directory "usr/include/c++//i586-oe-linux" >> ignoring nonexistent directory "usr/include/c++//backward" >> i

[OE-core] Buildhistory for the PACKAGE Reorder

2012-06-19 Thread Saul Wold
Please find attached the buildhistory_diff from 2 world builds with and without the PACKAGE Reorder. All packages that changed should have PR bumps. Thanks -- Sau! Saul Wold Yocto Component Wrangler @ Intel Yocto Project / Poky Build System packages/i586-poky-linux/alsa-lib/alsa-lib-de

[OE-core] [PATCH 34/39] hdparam: Clean up FILES_* after PACKAGES reoder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/hdparm/hdparm_9.39.bb |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/hdparm/hdparm_9.39.bb b/meta/recipes-extended/hdparm/hdparm_9.39.bb index 42867a9..40ebd35 100644 --- a/meta/recipes-extended/hd

[OE-core] [PATCH 39/39] libpcre: Clean up FILES_* after PACKAGES reoder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/libpcre/libpcre_8.30.bb |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/meta/recipes-support/libpcre/libpcre_8.30.bb b/meta/recipes-support/libpcre/libpcre_8.30.bb index 83831e7..05ca7ca 100644 --- a/meta/recipes-su

[OE-core] [PATCH 32/39] libtool: add ${PN} in middle of package list to ensure .m4 get with ${PN}

2012-06-19 Thread Saul Wold
With the new order scheme, ${PN} needs to be in the middle for the .m4 files to be packaged, otherwise the move the -dev package which is wrong in this case. Signed-off-by: Saul Wold --- meta/recipes-devtools/libtool/libtool-2.4.2.inc |7 ++- 1 files changed, 6 insertions(+), 1 deletions

[OE-core] [PATCH 25/39] gthumb: clean up FILE after PACKAGE reorder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-gnome/gthumb/gthumb_2.12.4.bb | 12 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb b/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb index 5821dc4..6ab63bb 100644 --- a/meta/recipes-gno

[OE-core] [PATCH 38/39] libevent: disable openssl by default

2012-06-19 Thread Saul Wold
This creates a more deterministic build and also reduces the size of this library. Signed-off-by: Saul Wold --- meta/recipes-support/libevent/libevent_2.0.16.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/libevent/libevent_2.0.16.bb b/meta/r

[OE-core] [PATCH 37/39] PR bumps for PACKAGES reorder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- .../nfs-utils/libnfsidmap_0.24.bb |2 +- meta/recipes-core/libxml/libxml2_2.7.8.bb |2 +- meta/recipes-extended/libuser/libuser_0.57.1.bb|2 +- .../recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb |2 +- meta/recipes-gnome/g

[OE-core] [PATCH 30/39] js: clean up FILE after PACKAGE reorder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb b/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb index adca44e..45a6fa7 100644 --- a/meta/recipes-suppor

[OE-core] [PATCH 35/39] man-pages: Clean up FILES_* after PACKAGES reoder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/man-pages/man-pages_3.41.bb |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/man-pages/man-pages_3.41.bb b/meta/recipes-extended/man-pages/man-pages_3.41.bb index cf0523c..f6a399a 100644 --- a/m

[OE-core] [PATCH 36/39] curl: Clean up FILES_* after PACKAGES reoder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/curl/curl_7.24.0.bb | 12 +++- 1 files changed, 3 insertions(+), 9 deletions(-) diff --git a/meta/recipes-support/curl/curl_7.24.0.bb b/meta/recipes-support/curl/curl_7.24.0.bb index f9dce7d..a66fb12 100644 --- a/meta/recipes-support/c

[OE-core] [PATCH 27/39] gtk-sato-engine: clean up FILE after PACKAGE reorder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-sato/gtk-engines/gtk-sato-engine.inc |2 +- .../gtk-engines/gtk-sato-engine_git.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc b/meta/recipes-sato/gtk-engine

[OE-core] [PATCH 24/39] slang: clean up FILE after PACKAGE reorder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/slang/slang_2.2.4.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/slang/slang_2.2.4.bb b/meta/recipes-extended/slang/slang_2.2.4.bb index 40f671e..f17bc0f 100644 --- a/meta/recipes-extended/sl

[OE-core] [PATCH 33/39] grub: Clean up FILES_* after PACKAGES reoder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-bsp/grub/grub_0.97.bb |5 + meta/recipes-bsp/grub/grub_1.99.bb |4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/meta/recipes-bsp/grub/grub_0.97.bb b/meta/recipes-bsp/grub/grub_0.97.bb index 1cde30d..da72c7a 100644 --- a

[OE-core] [PATCH 31/39] webkit-gtk: remove /usr/libexec since it's empty

2012-06-19 Thread Saul Wold
This was discovered due to the package reorganization Signed-off-by: Saul Wold --- meta/recipes-sato/webkit/webkit-gtk_svn.bb |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/meta/recipes-sato/webkit/webkit-gtk_svn.bb b/meta/recipes-sato/webkit/webkit-gtk_svn.bb ind

[OE-core] [PATCH 26/39] freetype: clean up FILE after PACKAGE reorder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-graphics/freetype/freetype_2.4.9.bb |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/meta/recipes-graphics/freetype/freetype_2.4.9.bb b/meta/recipes-graphics/freetype/freetype_2.4.9.bb index 31bee80..199a529 100644 --- a/meta/

[OE-core] [PATCH 29/39] lttng-viewer: clean up FILE after PACKAGE reorder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb b/meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb index 233d836..9d94903 100644 --- a/meta

[OE-core] [PATCH 23/39] gnome-keyring: clean up FILE after PACKAGE reorder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb b/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb index 1a5ee05..ad60094 100644 -

[OE-core] [PATCH 28/39] libidn: clean up FILE after PACKAGE reorder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/libidn/libidn_0.6.14.bb |6 +- meta/recipes-extended/libidn/libidn_1.24.bb |3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/libidn/libidn_0.6.14.bb b/meta/recipes-extended/libidn/libidn_0

[OE-core] [PATCH 22/39] procps: clean up FILE after PACKAGE reorder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/procps/procps.inc |6 -- meta/recipes-extended/procps/procps_3.2.8.bb |2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/procps/procps.inc b/meta/recipes-extended/procps/procps.inc index

[OE-core] [PATCH 18/39] groff: clean up FILE after PACKAGE reorder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/groff/groff_1.20.1.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-extended/groff/groff_1.20.1.bb b/meta/recipes-extended/groff/groff_1.20.1.bb index ef22548..c5a475a 100644 --- a/meta/recipes-extended/g

[OE-core] [PATCH 17/39] libxml2: clean up FILE after PACKAGE reorder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-core/libxml/libxml2.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc index 32d6e8c..31a32fa 100644 --- a/meta/recipes-core/libxml/libxml2.inc +++ b/m

[OE-core] [PATCH 21/39] cups: clean up FILE after PACKAGE reorder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/cups/cups14.inc|1 + meta/recipes-extended/cups/cups_1.4.6.bb |2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/cups/cups14.inc b/meta/recipes-extended/cups/cups14.inc index 85d8ca2..9cae33c

[OE-core] [PATCH 20/39] gettext: clean up FILE after PACKAGE reorder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-core/gettext/gettext_0.16.1.bb |3 ++- meta/recipes-core/gettext/gettext_0.18.1.1.bb |2 ++ 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/gettext/gettext_0.16.1.bb b/meta/recipes-core/gettext/gettext_0.16.1.bb

[OE-core] [PATCH 14/39] gnutls: clean up FILE after PACKAGE reorder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/gnutls/gnutls.inc |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index f489fb6..b16dd21 100644 --- a/meta/recipes-support/gnutls/gnutls.

[OE-core] [PATCH 19/39] icu: clean up FILE after PACKAGE reorder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/icu/icu-3.6.inc |2 ++ meta/recipes-support/icu/icu_3.6.bb |2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/icu/icu-3.6.inc b/meta/recipes-support/icu/icu-3.6.inc index e3f9dd2..23447d3 100644 --

[OE-core] [PATCH 15/39] db: Ensure the library version matches package version

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/db/db_5.3.15.bb |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/meta/recipes-support/db/db_5.3.15.bb b/meta/recipes-support/db/db_5.3.15.bb index a34ad24..0df874e 100644 --- a/meta/recipes-support/db/db_5.3.15.bb

[OE-core] [PATCH 12/39] libgcrypt: clean up FILE after PACKAGE reorder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/libgcrypt/libgcrypt.inc |6 ++ meta/recipes-support/libgcrypt/libgcrypt_1.5.0.bb |2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/

[OE-core] [PATCH 16/39] libpng: clean up FILE after PACKAGE reorder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-devtools/elfutils/elfutils_0.148.bb | 12 meta/recipes-multimedia/alsa/alsa-lib_1.0.25.bb |6 -- meta/recipes-multimedia/libpng/libpng_1.2.49.bb |4 +--- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/meta/rec

[OE-core] [PATCH 08/39] pth: clean-up FILES list due to PACKAGE reorder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/pth/pth_2.0.7.bb |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/meta/recipes-support/pth/pth_2.0.7.bb b/meta/recipes-support/pth/pth_2.0.7.bb index cdd5eaf..2aeec44 100644 --- a/meta/recipes-support/pth/pth_2.0.7.bb ++

[OE-core] [PATCH 11/39] libgpg-error: clean up FILE after PACKAGE reorder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- .../libgpg-error/libgpg-error_1.10.bb |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.10.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.10.bb index 95f9e56..8186236 1

[OE-core] [PATCH 13/39] gpgme: clean up FILE after PACKAGE reorder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/gpgme/gpgme_1.3.1.bb |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-support/gpgme/gpgme_1.3.1.bb b/meta/recipes-support/gpgme/gpgme_1.3.1.bb index 43d8aad..949a24c 100644 --- a/meta/recipes-support/gpgme

[OE-core] [PATCH 09/39] libusb-compat: clean up FILE after PACKAGE reorder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/libusb/libusb-compat_0.1.3.bb |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/meta/recipes-support/libusb/libusb-compat_0.1.3.bb b/meta/recipes-support/libusb/libusb-compat_0.1.3.bb index 893bd68..98d6a9a 100644 --- a/

[OE-core] [PATCH 06/39] eglibc-package: Update PACKAGES and files based on new ordering

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-core/eglibc/eglibc-package.inc |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/meta/recipes-core/eglibc/eglibc-package.inc index ce37155..9a7febe 100644 --- a/meta/recipes-core

[OE-core] [PATCH 05/39] pmutils: reorder file for correctness

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb index 92d65c1..faa0e4e 100644 --- a/meta/recipes-b

[OE-core] [PATCH 10/39] libproxy: clean up FILE after PACKAGE reorder

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/libproxy/libproxy_0.4.7.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/libproxy/libproxy_0.4.7.bb b/meta/recipes-support/libproxy/libproxy_0.4.7.bb index e3721a8..7e3cf27 100644 --- a/meta/recip

[OE-core] [PATCH 07/39] taglib: correct location of taglib-config to -dev

2012-06-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/taglib/taglib_1.6.3.bb |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/taglib/taglib_1.6.3.bb b/meta/recipes-support/taglib/taglib_1.6.3.bb index 97980f7..bda7d02 100644 --- a/meta/recipes-support/t

[OE-core] [PATCH 01/39] bitbake.conf: reorder PACKAGES list

2012-06-19 Thread Saul Wold
This change re-orders the PACKAGES list to move PN to the end of the list this will ensure that base package gets the final bits since the packaging is greedy. We can then have -dev and other package get bits first. Signed-off-by: Saul Wold --- meta/conf/bitbake.conf |8 +--- 1 files cha

[OE-core] [PATCH 04/39] bitbake.conf: add PN-bin and cleanup lib_package.bbclass

2012-06-19 Thread Saul Wold
Since we now have PN as the end of the package list, we can almost get rid of lib_package, each recipe can just add PACKAGES =+ PN-bin instead of the inherit Signed-off-by: Saul Wold --- meta/classes/lib_package.bbclass | 14 +++--- meta/conf/bitbake.conf |2 ++ 2 files c

[OE-core] [PATCH 02/39] binconfig: add *-config files to the -dev package

2012-06-19 Thread Saul Wold
This is part of the the package reorder, by having binconfig add -config will the files first due to the order being greedy. Signed-off-by: Saul Wold --- meta/classes/binconfig.bbclass |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/classes/binconfig.bbclass b/meta

[OE-core] [PATCH 03/39] lib_package: remove the -dev list

2012-06-19 Thread Saul Wold
Since we have re-order the full PACKAGES list, we do not need to reset the -dev list, we still need this since the -bin package needs to be inserted. Signed-off-by: Saul Wold --- meta/classes/lib_package.bbclass |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/meta

[OE-core] [PATCH 00/39] Reorder Packages List

2012-06-19 Thread Saul Wold
This patch set reoders the PACKAGES list to place ${PN} at the end of the list. I have done world builds and processed the buildhistory, I will send the output of the buildhistory_diff following this email for people to review. Sau! The following changes since commit 6d761ae17ddbd3d936e7fe985b4

[OE-core] [PATCH] gcc-4.7: Update to tip of gcc-4_7-branch since 4.7.1 has been out

2012-06-19 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-4.7.inc | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc index 34a73b1..25a1088 100644 --- a/meta/recipes-devtools/gcc/gcc-4.

[OE-core] [PATCH 3/6] connman: upgrade to 1.0

2012-06-19 Thread Ross Burton
Drop patches that have been merged upstream, or are not relevant any more. License checksums changed because the (C) years were updated. --- meta/recipes-connectivity/connman/connman.inc |4 +- .../connman/connman/disable_alg-test.patch | 46 .../connman/connma

[OE-core] [PATCH 4/6] connman-gnome: fix build depends (Yocto #2556)

2012-06-19 Thread Ross Burton
--- .../connman/connman-gnome_0.5.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb index e2e8deb..a4327f5 100644 --- a/meta/recipes-conne

[OE-core] [PATCH 6/6] connman-gnome: upgrade to 0.7, which works with connman 1.0

2012-06-19 Thread Ross Burton
--- .../{connman-gnome_0.5.bb => connman-gnome_0.7.bb} | 14 +++--- 1 files changed, 3 insertions(+), 11 deletions(-) rename meta/recipes-connectivity/connman/{connman-gnome_0.5.bb => connman-gnome_0.7.bb} (45%) diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb b/me

[OE-core] [PATCH 5/6] connman-gnome: clean up runtime dependencies

2012-06-19 Thread Ross Burton
There is no need to recommend Python as it isn't used, and specifying the connman plugins should be done by the image. Add a dependency on connman itself as otherwise connman-gnome doesn't do much. --- .../connman/connman-gnome_0.5.bb | 15 ++- 1 files changed, 2

[OE-core] [PATCH 2/6] connman: add compat RPROVIDES for older packaging

2012-06-19 Thread Ross Burton
wifi, bluetooth and 3g used to be plugins so were packaged separately, but not anymore. --- meta/recipes-connectivity/connman/connman.inc | 21 + 1 files changed, 17 insertions(+), 4 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-conn

[OE-core] [PATCH 1/6] connman: rationalise configure options

2012-06-19 Thread Ross Burton
dnsproxy and ntpd don't exist anymore, and the client is almost entirely useless. --- meta/recipes-connectivity/connman/connman.inc |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/conn

[OE-core] [PATCH 0/6] ConnMan upgrades, split up

2012-06-19 Thread Ross Burton
The connman upgrades started to get a bit unweidly as they were fixing obvious problems and upgrading. I've split up the upgrades into a finer patch series for easier review. Ross The following changes since commit e0a70547069fe7e8a2d6bdaffc985fb172d46c31: perl: Allow perl to cross build an

[OE-core] getting rid of SRC_URI_append uses with "+="

2012-06-19 Thread Robert P. J. Day
a while back, i pointed out odd instances of: meta/recipes-support/gmp/gmp_5.0.4.bb:SRC_URI_append += "file://use-includedir.patch \ meta/recipes-graphics/tslib/tslib_1.0.bb:SRC_URI_append_qemumips += " file://32bitBE-support.patch" meta/recipes-graphics/tslib/tslib_1.0.bb:SRC_URI_append_qemu

Re: [OE-core] [PATCH 1/3] classes/image: Allow openssh empty passwords login.

2012-06-19 Thread Saul Wold
On 06/19/2012 06:33 AM, Lianhao Lu wrote: Allow empty passwords login so that the default root user can login in through openssh. Signed-off-by: Lianhao Lu --- meta/classes/core-image.bbclass |2 ++ meta/classes/image.bbclass | 10 +- 2 files changed, 11 insertions(+), 1 d

[OE-core] [PATCH 3/3] core-image/misc: Added new IMAGE_FEATURE eclipse-support.

2012-06-19 Thread Lianhao Lu
Added a new IMAGE_FEATURES eclipse-support to support developing user applications through Eclipse plugin. Signed-off-by: Lianhao Lu --- meta/classes/core-image.bbclass|2 ++ meta/conf/multilib.conf|1 + .../tasks/task-core-eclipse-support.

[OE-core] [PATCH 0/3] misc IMAGE_FEATURE fixings

2012-06-19 Thread Lianhao Lu
This patch set fixed the bug [YOCTO #2605]. It allows to login to openssh with empty password if the IMAGE_FEATURE debug-tweak feature is set. It processes conflicting IMAGE_FEATURE features, i.e. ssh-server-dropbear and ssh-server-openssh. It also adds a new IMAGE_FEATURE 'eclipse-support' for

[OE-core] [PATCH 2/3] image/core-image: Handle conflicting IMAGE_FEATURES.

2012-06-19 Thread Lianhao Lu
IMAGE_FEATURES such as 'ssh-server-dropbear' and 'ssh-server-openssh' can't be both enabled. User can use the following variables to define the relationship of image features: IMAGE_FEATURES_REPLACES_foo = "bar" means including image feature "foo" would replace the image feature "bar". IMAGE_FEAT

[OE-core] [PATCH 1/3] classes/image: Allow openssh empty passwords login.

2012-06-19 Thread Lianhao Lu
Allow empty passwords login so that the default root user can login in through openssh. Signed-off-by: Lianhao Lu --- meta/classes/core-image.bbclass |2 ++ meta/classes/image.bbclass | 10 +- 2 files changed, 11 insertions(+), 1 deletions(-) diff --git a/meta/classes/core-im

Re: [OE-core] Is target toolchain supposed to be working?

2012-06-19 Thread Marcin Juszkiewicz
W dniu 19.06.2012 13:53, Marcin Juszkiewicz pisze: > ignoring nonexistent directory "usr/include/c++/" > ignoring nonexistent directory "usr/include/c++//i586-oe-linux" > ignoring nonexistent directory "usr/include/c++//backward" > ignoring nonexistent directory "/usr/local/include" > ignoring none

[OE-core] Is target toolchain supposed to be working?

2012-06-19 Thread Marcin Juszkiewicz
Hi Some of you may remember me from old times. Recently I got some work to do related with OpenEmbedded but I need working toolchain on target device. I use openembedded-core and got few problems with "core-image-lsb-sdk" on qemux86 target (final image will be armv7 or even armv8 later). First t

[OE-core] [PATCH] binutils: set sysroot for target

2012-06-19 Thread Marcin Juszkiewicz
"ld: this linker was not configured to use sysroots" was what I got on device instead of compiled binary. Signed-off-by: Marcin Juszkiewicz --- meta/recipes-devtools/binutils/binutils_2.22.bb |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/binutils

[OE-core] [oe-core][PATCH 1/2] opkg-utils: bump SRCREV

2012-06-19 Thread Martin Jansa
* there are 2 small fixes python-2.6 compatibility missing C option for opkg-build Signed-off-by: Martin Jansa --- .../opkg-utils/opkg-utils/shr.patch| 26 meta/recipes-devtools/opkg-utils/opkg-utils_git.bb |2 +- 2 files changed, 27 insertions(+),

[OE-core] [oe-core][PATCH 2/2] kernel.bbclass: pass KERNEL_VERSION to depmod calls in postinst

2012-06-19 Thread Martin Jansa
* without this, kernel upgrades where KERNEL_VERSION is changed e.g. 3.4.2 -> 3.4.3 generate .dep for running 3.4.2 and after reboot user ends up without any module loaded to make it worse after reboot nothing is upgraded to trigger another kernel(-module) postinst to generate .dep for now ru