Re: [OE-core] glib-2.0_2.27.5

2011-09-21 Thread Richard Purdie
On Thu, 2011-09-22 at 13:56 +0800, Xu, Dongxiao wrote: > I think we don't need it. I brought that recipe in but later I realize it is > an development version. > I didn't remove 2.27 that time to track the bleeding version. Since > currently the latest version is 2.28.x in poky, we can move 2.27.5

Re: [OE-core] [PATCH 1/1] qemugl: Use local variable rather than "push" to save register

2011-09-21 Thread Richard Purdie
On Thu, 2011-09-22 at 13:51 +0800, edwin.z...@intel.com wrote: > From: Zhai Edwin > > New gcc uses "%esp" rather than "%ebp" to index local variable in stack, and > push between save-to/restore-from stack decrease "%esp", which leads wrong > index. Saving registers via local variables to make gcc

Re: [OE-core] [PATCH 01/17] icecc-create-env: rename to -native

2011-09-21 Thread Dmitry Eremin-Solenikov
On 9/22/11, Richard Purdie wrote: > On Wed, 2011-09-21 at 22:39 +0400, Dmitry Eremin-Solenikov wrote: >> icecc-create-env(-native) is a native package. But if it doesn't have >> the -native suffix, some dependency tracking stuff in oe-core (in >> nativesdk.bbclass) get's crazy about it, trying to

Re: [OE-core] [PATCH 0/1][PULL] usbutils: inherit gettext

2011-09-21 Thread Richard Purdie
On Thu, 2011-09-22 at 13:59 +0800, Dongxiao Xu wrote: > Hi Richard and Saul, > > This pull request is to fix the do_configure error in usbutils error, > reporting errors like: > > cp: cannot stat > `/distro/dongxiao/build-ml9/tmp/sysroots/qemux86-64/usr/share/aclocal/codeset.m4': > No such fil

[OE-core] [PATCH v2] bluez4: split gstreamer plugin into a seperate recipe

2011-09-21 Thread Koen Kooi
This eliminates a good chunk of buildtime when building console-only image. The bluez4 and this recipe share a .inc file since the source is the same. Signed-off-by: Koen Kooi --- meta/recipes-connectivity/bluez/bluez4.inc | 37 +++ meta/recipes-connectivity/bluez/bluez4_4

Re: [OE-core] Fetch failure for source at kernel.org

2011-09-21 Thread Koen Kooi
Op 22 sep. 2011, om 02:26 heeft Richard Purdie het volgende geschreven: > On Wed, 2011-09-21 at 21:49 +0200, Koen Kooi wrote: >> Op 21 sep. 2011, om 21:43 heeft Mark Hatle het volgende geschreven: >> >>> On 9/21/11 2:38 PM, Philip Balister wrote: I'm finally trying to get started with oe-co

Re: [OE-core] [PATCH 17/17] package.bbclass: make unshipped files a fatal error

2011-09-21 Thread Dmitry Eremin-Solenikov
On 9/22/11, Richard Purdie wrote: > On Wed, 2011-09-21 at 22:40 +0400, Dmitry Eremin-Solenikov wrote: >> I belive that "files were installed but not shipped in any package" >> message should become a fatal error. While it's true that sometimes some >> files are generated by do_install task, which

[OE-core] [PATCH] avahi: fix avahi-systemd dependencies

2011-09-21 Thread Koen Kooi
During the avahi-ui split the RDEPENDS line got dropped leading to: http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/testlab/commit/?h=yocto&id=ae0db0eb51bde42f09b9513842c3b745c37c60d5 Signed-off-by: Koen Kooi --- meta/recipes-connectivity/avahi/avahi.inc |4 +++- 1 files changed, 3 in

Re: [OE-core] [PATCH 01/17] icecc-create-env: rename to -native

2011-09-21 Thread Richard Purdie
On Wed, 2011-09-21 at 22:39 +0400, Dmitry Eremin-Solenikov wrote: > icecc-create-env(-native) is a native package. But if it doesn't have > the -native suffix, some dependency tracking stuff in oe-core (in > nativesdk.bbclass) get's crazy about it, trying to generate dependencies > to icecc-create-

Re: [OE-core] glib-2.0_2.27.5

2011-09-21 Thread Xu, Dongxiao
I think we don't need it. I brought that recipe in but later I realize it is an development version. I didn't remove 2.27 that time to track the bleeding version. Since currently the latest version is 2.28.x in poky, we can move 2.27.5. Thanks, Dongxiao > -Original Message- > From: open

[OE-core] [PATCH 0/1] [qemugl] fix opengl calling failure

2011-09-21 Thread edwin . zhai
From: Zhai Edwin All, This is one fix for [YOCTO #1442] to avoid opengl calling failure led by stack index disorder. Pls. help to review and pull. Thanks, Edwin The following changes since commit ff8f0ea563ba3e9d6f8b8e770cfbf4dca8ad5288: libxml2: reinclude a -staticdev package (2011-09-22 0

[OE-core] [PATCH 1/1] qemugl: Use local variable rather than "push" to save register

2011-09-21 Thread edwin . zhai
From: Zhai Edwin New gcc uses "%esp" rather than "%ebp" to index local variable in stack, and push between save-to/restore-from stack decrease "%esp", which leads wrong index. Saving registers via local variables to make gcc aware of this and avoid stack disorder. [YOCTO #1442] got fixed Signed

[OE-core] glib-2.0_2.27.5

2011-09-21 Thread Richard Purdie
Why does glib-2.0_2.27.5 exist and do we still need it in OE-Core? ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

[OE-core] [PATCH 1/1] usbutils: inherit gettext to avoid configure error

2011-09-21 Thread Dongxiao Xu
usbutils's configure task has dependency on gettext, so we need to inherit gettext.bbclass. Signed-off-by: Dongxiao Xu --- meta/recipes-bsp/usbutils/usbutils_0.91.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bsp/usbutils/usbutils_0.91.bb b/meta/rec

[OE-core] [PATCH 0/1][PULL] usbutils: inherit gettext

2011-09-21 Thread Dongxiao Xu
Hi Richard and Saul, This pull request is to fix the do_configure error in usbutils error, reporting errors like: cp: cannot stat `/distro/dongxiao/build-ml9/tmp/sysroots/qemux86-64/usr/share/aclocal/codeset.m4': No such file or directory. cp: cannot stat `/distro/dongxiao/build-ml9/tmp/sysro

Re: [OE-core] [PATCH 17/17] package.bbclass: make unshipped files a fatal error

2011-09-21 Thread Richard Purdie
On Wed, 2011-09-21 at 22:40 +0400, Dmitry Eremin-Solenikov wrote: > I belive that "files were installed but not shipped in any package" > message should become a fatal error. While it's true that sometimes some > files are generated by do_install task, which aren't necessary for our > target system

Re: [OE-core] [PATCH 16s, Richard17] gcc: fix possible problems with nscd compilation during eglibc-nativesdk build

2011-09-21 Thread Richard Purdie
On Wed, 2011-09-21 at 22:40 +0400, Dmitry Eremin-Solenikov wrote: > Long time ago a066e7ca90a28d5681c5fa895a29e999ed7c88b was committed to > address possible problems with compilation of nscd during > eglibc-nativesdk build. Problems were related to the way gcc searches > for headers to check if it

Re: [OE-core] [PATCH 1/1] alsa-lib: Don't use versioned symbols on uclibc builds as it causes strange hangs

2011-09-21 Thread Richard Purdie
On Thu, 2011-09-22 at 00:29 +, Daniel Lazzari wrote: > alsa-lib: Don't use versioned symbols on uclibc builds as it causes strange > hangs. Taken from oe-classic. > > Signed-off-by: Daniel Lazzari Jr Merged to master, thanks. Richard ___ Openem

Re: [OE-core] [PATCH 0/6] Fix core-image-lsb dependencies

2011-09-21 Thread Richard Purdie
On Wed, 2011-09-21 at 20:46 -0500, Mark Hatle wrote: > Fix additional dependencies found while building core-image-lsb. Most of > the issues are related to simple errors in the recipes or PAM integration > problems. > > The following changes since commit 40b52d9ed9b7b39bc86b3c87ae60fa6359cac265:

Re: [OE-core] [PATCH 3/6] foomatic-filters: Disable filter checking

2011-09-21 Thread Richard Purdie
On Wed, 2011-09-21 at 20:47 -0500, Mark Hatle wrote: > Disable a few checks, and hard code the values for a few other items > to work around potential host contamination issues. We also default > to the cups configuration for items. > > Signed-off-by: Mark Hatle > --- > .../foomatic/foomatic-fi

Re: [OE-core] [PATCH 0/3] linux-yocto: kernel config updates

2011-09-21 Thread Bruce Ashfield
On 11-09-21 11:53 PM, Richard Purdie wrote: On Wed, 2011-09-21 at 15:25 -0400, Bruce Ashfield wrote: Richard/Saul, Here's another small series of kernel config updates from the linux-yocto tree. During some build/boot and regression testing I noticed that some configuration warnings weren't bei

Re: [OE-core] [PATCH 1/1] libglade: fix the python environment settings

2011-09-21 Thread Richard Purdie
On Thu, 2011-09-22 at 10:51 +0800, Dongxiao Xu wrote: > @PYTHON@ will points to the abstract path in sysroot, which should be > replaced by "#!/usr/bin/env python". > > This should fix the sato-sdk rootfs error. > > Signed-off-by: Dongxiao Xu Merged to master with a patch header added, thanks.

Re: [OE-core] [PATCH 0/3] linux-yocto: kernel config updates

2011-09-21 Thread Richard Purdie
On Wed, 2011-09-21 at 15:25 -0400, Bruce Ashfield wrote: > Richard/Saul, > > Here's another small series of kernel config updates from the linux-yocto > tree. During some build/boot and regression testing I noticed that some > configuration warnings weren't being dumped to a visible location. When

Re: [OE-core] [PATCH 1/1] libglade: fix the python environment settings

2011-09-21 Thread Saul Wold
On 09/21/2011 07:51 PM, Dongxiao Xu wrote: @PYTHON@ will points to the abstract path in sysroot, which should be replaced by "#!/usr/bin/env python". This should fix the sato-sdk rootfs error. Signed-off-by: Dongxiao Xu --- .../libglade-2.6.4/python_environment.patch|9 +

[OE-core] [PATCH 0/1][PULL] libglade: python environment fix

2011-09-21 Thread Dongxiao Xu
Hi Saul, This pull request is to change the python environment setting in libglade, which should fix the issue of sato-sdk rootfs error, please help to review and pull. Thanks, Dongxiao The following changes since commit 80650bf4bce83e4e8d785e9a69eac0abbcdc6844: procps 3.2.8: remove initscrip

[OE-core] [PATCH 1/1] libglade: fix the python environment settings

2011-09-21 Thread Dongxiao Xu
@PYTHON@ will points to the abstract path in sysroot, which should be replaced by "#!/usr/bin/env python". This should fix the sato-sdk rootfs error. Signed-off-by: Dongxiao Xu --- .../libglade-2.6.4/python_environment.patch|9 + meta/recipes-gnome/libglade/libglade_2.6.4.bb

[OE-core] [PATCH 1/6 v2] python: Fix cgi.py runtime issue

2011-09-21 Thread Mark Hatle
By default cgi.py attempts to use /usr/local/bin/python as its interpreter. However, on my Linux systems, including OE-Core, python is installed into {bindir}. Adjust this one file based on the comment at the top of the upstream file. This resolves an issue where a runtime dependency discovered

[OE-core] [PATCH 6/6] task-core-lsb: Remove perl-dev

2011-09-21 Thread Mark Hatle
Remove the perl-dev recipe from the required packages. When this recipe is included, libc6-dev is automatically added as are a large number of other -dev packages. Eventually this creates a system where the dependencies may not be able to be satisfied. The perl-dev package should not be required

[OE-core] [PATCH 2/6] usbutils: Move the pkgconfig file(s) to the -dev package

2011-09-21 Thread Mark Hatle
pkgconfig files belong in the -dev package. They automatically add a runtime dependency (when packaging with RPM) for "pkgconfig", which is not desired to be installed with this package. Signed-off-by: Mark Hatle --- meta/recipes-bsp/usbutils/usbutils_0.91.bb |4 ++-- 1 files changed, 2 ins

[OE-core] [PATCH 0/6] Fix core-image-lsb dependencies

2011-09-21 Thread Mark Hatle
Fix additional dependencies found while building core-image-lsb. Most of the issues are related to simple errors in the recipes or PAM integration problems. The following changes since commit 40b52d9ed9b7b39bc86b3c87ae60fa6359cac265: distro tracking: Update Distro Aliases (2011-09-22 01:30:00

[OE-core] [PATCH 1/6] python: Fix cgi.py runtime issue

2011-09-21 Thread Mark Hatle
By default cgi.py attempts to use /usr/local/bin/python as its interpreter. However, on my Linux systems, including OE-Core, python is installed into {bindir}. Adjust this one file based on the comment at the top of the upstream file. This resolves an issue where a runtime dependency discovered

[OE-core] [PATCH 5/6] sudo: Fix PAM dependencies

2011-09-21 Thread Mark Hatle
When PAM is enabled for the distribution we need to be sure to have a build dependency of libpam, and runtime dependencies on the pam modules used by the sudo package. Signed-off-by: Mark Hatle --- meta/recipes-extended/sudo/sudo_1.8.1p2.bb |5 - 1 files changed, 4 insertions(+), 1 delet

[OE-core] [PATCH 4/6] perl: Fix a few perl binaries to use target interpreter paths

2011-09-21 Thread Mark Hatle
A small number of target installed programs, "${bindir}/pod*", were incorrectly using the perl-native paths to access perl. This caused a dependency failure during RPM rootfs install, and also prevented those specific components from functioning. Signed-off-by: Mark Hatle --- meta/recipes-devto

[OE-core] [PATCH 3/6] foomatic-filters: Disable filter checking

2011-09-21 Thread Mark Hatle
Disable a few checks, and hard code the values for a few other items to work around potential host contamination issues. We also default to the cups configuration for items. Signed-off-by: Mark Hatle --- .../foomatic/foomatic-filters_4.0.7.bb | 21 ++- 1 files chan

Re: [OE-core] [PATCH 1/1] rootfs_rpm: two step installation

2011-09-21 Thread Richard Purdie
On Thu, 2011-09-22 at 03:06 +0800, Dongxiao Xu wrote: > Firstly we install a base image. > Then install those multilib packages listed in MULTILIB_IMAGE_INSTALL. > > Signed-off-by: Dongxiao Xu > --- > meta/classes/package_rpm.bbclass | 54 > +++--- > 1 files ch

Re: [OE-core] [PATCH 1/1] distro tracking: Update Distro Aliases

2011-09-21 Thread Richard Purdie
On Wed, 2011-09-21 at 15:46 -0700, Saul Wold wrote: > Signed-off-by: Saul Wold > --- > .../conf/distro/include/distro_tracking_fields.inc | 101 > +--- > 1 files changed, 89 insertions(+), 12 deletions(-) Merged to master, thanks. Richard

[OE-core] [PATCH 1/1] alsa-lib: Don't use versioned symbols on uclibc builds as it causes strange hangs

2011-09-21 Thread Daniel Lazzari
alsa-lib: Don't use versioned symbols on uclibc builds as it causes strange hangs. Taken from oe-classic. Signed-off-by: Daniel Lazzari Jr --- meta/recipes-multimedia/alsa/alsa-lib_1.0.24.1.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-multimedia/alsa

Re: [OE-core] Fetch failure for source at kernel.org

2011-09-21 Thread Richard Purdie
On Wed, 2011-09-21 at 21:49 +0200, Koen Kooi wrote: > Op 21 sep. 2011, om 21:43 heeft Mark Hatle het volgende geschreven: > > > On 9/21/11 2:38 PM, Philip Balister wrote: > >> I'm finally trying to get started with oe-core. I'm using a setup > >> created with the setup-script created by Koen. Eve

Re: [OE-core] [PATCH 0/1] Fix for combo-layer default hook script

2011-09-21 Thread Saul Wold
On 09/19/2011 07:20 AM, Paul Eggleton wrote: Otavio Salvador reported another issue with the hook script which I have fixed; the circumstances are briefly described in the patch. The following changes since commit 81274f4488fbc4d68d150870735ec0181b60b451: freetype: disable bzip2 compressed f

Re: [OE-core] [PATCH 1/1] Fix alsa-utils package dependencies

2011-09-21 Thread Saul Wold
On 09/20/2011 04:15 PM, Daniel Lazzari wrote: Make alsa-utils main package depend on all of the more specific alsa-utils packages (such as alsa-utils-alsamixer). Signed-off-by: Daniel Lazzari Jr --- .../recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb |5 - 1 files changed, 4 insertion

Re: [OE-core] [PATCH 0/3] [oe-core & yocto RC] Fix unfetchable zypp-related packages

2011-09-21 Thread Saul Wold
On 09/20/2011 01:32 AM, Anders Darander wrote: openSUSE has moved several of it's projects from gitorious to github. Lately, these has become unfetchable from gitorius, thus the SRC_URI fixes are needed also for the upcoming yocto release. No other changes are included, SRCREV's are kept the sa

[OE-core] [PATCH 0/1] Update distro tracking

2011-09-21 Thread Saul Wold
Updates distro tracking info for the 1.1 release. Sau! The following changes since commit eb39d55d07880e9338808fc077991b5673077aa1: libpng: Add RPROVIDES for backwards compatibiliy with previous libpng packaging (2011-09-21 13:42:12 +0100) are available in the git repository at: git://git.

[OE-core] [PATCH 1/1] distro tracking: Update Distro Aliases

2011-09-21 Thread Saul Wold
Signed-off-by: Saul Wold --- .../conf/distro/include/distro_tracking_fields.inc | 101 +--- 1 files changed, 89 insertions(+), 12 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index b150af8..c

Re: [OE-core] [RC fixes] Trivial patches waiting for inclusion

2011-09-21 Thread Saul Wold
On 09/21/2011 01:01 PM, Otavio Salvador wrote: Hello, I sent those a while ago and didn't receive any ack or nack on those; they are trivial enough to get into the oe-core repository for final release. Bundle: http://patches.openembedded.org/bundle/otavio/xf86-fixes/ Cheers, Please send the

[OE-core] [PATCH] bluez4:replace deprecated configure switch

2011-09-21 Thread Marko Katić
"--enable-configfiles" is deprecated upstream. Here is the original reason & patch: http://www.spinics.net/lists/linux-bluetooth/msg14266.html Replace "--enable-configfiles" with "--enable-datafiles" in the bluez4 recipe. diff --git a/meta/recipes-connectivity/bluez/bluez4_4.96.bbb/meta/recipes

[OE-core] [RC fixes] Trivial patches waiting for inclusion

2011-09-21 Thread Otavio Salvador
Hello, I sent those a while ago and didn't receive any ack or nack on those; they are trivial enough to get into the oe-core repository for final release. Bundle: http://patches.openembedded.org/bundle/otavio/xf86-fixes/ Cheers, -- Otavio Salvador                             O.S. Systems E-mai

Re: [OE-core] [PATCH 09/17] dbus-glib: disable bash-completion

2011-09-21 Thread Koen Kooi
Op 21 sep. 2011, om 21:57 heeft Dmitry Eremin-Solenikov het volgende geschreven: > On 9/21/11, Koen Kooi wrote: >> >> Op 21 sep. 2011, om 20:39 heeft Dmitry Eremin-Solenikov het volgende >> geschreven: >> >>> Bash completion stuff isn't packaged and used. Stop building it by >>> passing --disa

Re: [OE-core] [PATCH 17/17] package.bbclass: make unshipped files

2011-09-21 Thread Dmitry Eremin-Solenikov
On 9/21/11, Daniel Lazzari wrote: > >> >>On 9/21/11, Daniel Lazzari wrote: I belive that "files were installed but not shipped in any package" message should become a fatal error. While it's true that sometimes >>some files are generated by do_install task, which aren't necessary for

Re: [OE-core] [PATCH 09/17] dbus-glib: disable bash-completion

2011-09-21 Thread Dmitry Eremin-Solenikov
On 9/21/11, Koen Kooi wrote: > > Op 21 sep. 2011, om 20:39 heeft Dmitry Eremin-Solenikov het volgende > geschreven: > >> Bash completion stuff isn't packaged and used. Stop building it by >> passing --disable-bash-completion to configure > > A better idea would be to package it Then we need bash-

Re: [OE-core] [PATCH 17/17] package.bbclass: make unshipped files

2011-09-21 Thread Daniel Lazzari
> >On 9/21/11, Daniel Lazzari wrote: >>>I belive that "files were installed but not shipped in any package" >>>message should become a fatal error. While it's true that sometimes >some >>>files are generated by do_install task, which aren't necessary for our >>>target systems. However in generic

Re: [OE-core] Fetch failure for source at kernel.org

2011-09-21 Thread Koen Kooi
Op 21 sep. 2011, om 21:43 heeft Mark Hatle het volgende geschreven: > On 9/21/11 2:38 PM, Philip Balister wrote: >> I'm finally trying to get started with oe-core. I'm using a setup >> created with the setup-script created by Koen. Everything looks ok until >> it tried to build cpufrequtils. Th

Re: [OE-core] [PATCH 17/17] package.bbclass: make unshipped files

2011-09-21 Thread Dmitry Eremin-Solenikov
On 9/21/11, Daniel Lazzari wrote: >>I belive that "files were installed but not shipped in any package" >>message should become a fatal error. While it's true that sometimes some >>files are generated by do_install task, which aren't necessary for our >>target systems. However in generic I think t

Re: [OE-core] Fetch failure for source at kernel.org

2011-09-21 Thread Mark Hatle
On 9/21/11 2:38 PM, Philip Balister wrote: > I'm finally trying to get started with oe-core. I'm using a setup > created with the setup-script created by Koen. Everything looks ok until > it tried to build cpufrequtils. The recipe tries to fetch the source > from a git repo at kernel.org. Obviou

[OE-core] Fetch failure for source at kernel.org

2011-09-21 Thread Philip Balister
I'm finally trying to get started with oe-core. I'm using a setup created with the setup-script created by Koen. Everything looks ok until it tried to build cpufrequtils. The recipe tries to fetch the source from a git repo at kernel.org. Obviously, the fetch fails. What is odd, in the "good o

[OE-core] [PATCH 3/3] linux-yocto: kernel configuration cleanups

2011-09-21 Thread Bruce Ashfield
There were some config fragment warnings that were being hidden by virtue of being output while generating the full config versus the ones that were generated during the configuration audit task. This change does the following: - Updates the kern-tools SRCREV to include changes that move al

[OE-core] [PATCH 0/3] linux-yocto: kernel config updates

2011-09-21 Thread Bruce Ashfield
Richard/Saul, Here's another small series of kernel config updates from the linux-yocto tree. During some build/boot and regression testing I noticed that some configuration warnings weren't being dumped to a visible location. When I moved all the warnings (patch 3/3) to the kernel audit phase, th

[OE-core] [PATCH 2/3] linux-yocto: add blktrace feature

2011-09-21 Thread Bruce Ashfield
Updating the 3.0 kernel to enable blktrace to match our previous functionality. This is done by the following meta branch commit: [ meta: add blktrace feature Add a 'blktrace feature' that turns on kernel support for blktrace, a block I/O tracing tool. Added to 'standard' alongside s

[OE-core] [PATCH 1/3] linux-yocto: simplify kernel configuration check expression

2011-09-21 Thread Bruce Ashfield
kernel configuration validation takes place between two files. An unprocessed configuration file (which is all the options found in the various configuration fragments) and the final .config produced by the lkc. The unprocessed configuration file's name historically is based on the name of the bra

Re: [OE-core] [PATCH 17/17] package.bbclass: make unshipped files

2011-09-21 Thread Koen Kooi
Op 21 sep. 2011, om 21:10 heeft Daniel Lazzari het volgende geschreven: >> I belive that "files were installed but not shipped in any package" >> message should become a fatal error. While it's true that sometimes some >> files are generated by do_install task, which aren't necessary for our >> t

Re: [OE-core] [PATCH 1/1] rootfs_rpm: two step installation

2011-09-21 Thread Mark Hatle
On 9/21/11 2:06 PM, Dongxiao Xu wrote: > Firstly we install a base image. > Then install those multilib packages listed in MULTILIB_IMAGE_INSTALL. > > Signed-off-by: Dongxiao Xu I worked with Dongxiao on this solution. Acked-by: Mark Hatle > --- > meta/classes/package_rpm.bbclass | 54 > +

Re: [OE-core] [PATCH 09/17] dbus-glib: disable bash-completion

2011-09-21 Thread Koen Kooi
Op 21 sep. 2011, om 20:39 heeft Dmitry Eremin-Solenikov het volgende geschreven: > Bash completion stuff isn't packaged and used. Stop building it by > passing --disable-bash-completion to configure A better idea would be to package it ___ Openembedded

Re: [OE-core] [PATCH 05/17] gst-plugins-base: add support for non-X11-enabled distros

2011-09-21 Thread Koen Kooi
Op 21 sep. 2011, om 20:39 heeft Dmitry Eremin-Solenikov het volgende geschreven: > Separate dependencies on X11 and them to DEPENDS only if DISTRO_FEATURES > contain x11 > > Signed-off-by: Dmitry Eremin-Solenikov > --- > .../gstreamer/gst-plugins-base_0.10.32.bb |3 ++- > 1 files ch

Re: [OE-core] [PATCH 17/17] package.bbclass: make unshipped files

2011-09-21 Thread Daniel Lazzari
>I belive that "files were installed but not shipped in any package" >message should become a fatal error. While it's true that sometimes some >files are generated by do_install task, which aren't necessary for our >target systems. However in generic I think this is a very important and >usually ov

[OE-core] [PATCH 1/1] rootfs_rpm: two step installation

2011-09-21 Thread Dongxiao Xu
Firstly we install a base image. Then install those multilib packages listed in MULTILIB_IMAGE_INSTALL. Signed-off-by: Dongxiao Xu --- meta/classes/package_rpm.bbclass | 54 +++--- 1 files changed, 50 insertions(+), 4 deletions(-) diff --git a/meta/classes/pack

[OE-core] [PATCH 0/1][PULL] multilib: two step of rpm rootfs installation.

2011-09-21 Thread Dongxiao Xu
Hi Richard and Saul, This pull request implement the two step of rpm rootfs installation, please help to review and pull. Thanks, Dongxiao The following changes since commit bcfff457f63f43f53bcaf04f116e09bb2bba9bd6: Fix mercurial fetcher in fetch2 (2011-09-21 14:07:31 +0100) are available in

[OE-core] [PATCH 17/17] package.bbclass: make unshipped files a fatal error

2011-09-21 Thread Dmitry Eremin-Solenikov
I belive that "files were installed but not shipped in any package" message should become a fatal error. While it's true that sometimes some files are generated by do_install task, which aren't necessary for our target systems. However in generic I think this is a very important and usually overloo

[OE-core] [PATCH 13/17] libxml2: reinclude a -staticdev package

2011-09-21 Thread Dmitry Eremin-Solenikov
libxml2 provides a libxml2.a library, which wasn't included in any of the packages. Usually static libs are included into a -staticdev package, but this package wasn't generated for libxml2, due to libxml2.inc redeclaring PACKAGES variable (to include libxml2-utils). Replace PACKAGES setting with e

[OE-core] [PATCH 16/17] gcc: fix possible problems with nscd compilation during eglibc-nativesdk build

2011-09-21 Thread Dmitry Eremin-Solenikov
Long time ago a066e7ca90a28d5681c5fa895a29e999ed7c88b was committed to address possible problems with compilation of nscd during eglibc-nativesdk build. Problems were related to the way gcc searches for headers to check if it should enable it's own stack smash protection bits or it can relay on egl

[OE-core] [PATCH 14/17] e2fsprogs: include devtools scripts

2011-09-21 Thread Dmitry Eremin-Solenikov
Some scripts are necessary to develop programs with libcom_err and libss. Include those into e2fsprogs-dev package. Signed-off-by: Dmitry Eremin-Solenikov --- .../e2fsprogs/e2fsprogs_1.41.14.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipe

[OE-core] [PATCH 15/17] gcc: include plugin-related headers into packaged SDK

2011-09-21 Thread Dmitry Eremin-Solenikov
Include headers necessary to compile gcc plugins into cross-canadian gcc packages. Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-devtools/gcc/gcc-4.5.1.inc |2 +- meta/recipes-devtools/gcc/gcc-4.6.inc |2 +- meta/recipes-devtools/gcc/gcc-package-sdk.inc |1 +

[OE-core] [PATCH 12/17] glib-2.0: include glib-gettextize stuff

2011-09-21 Thread Dmitry Eremin-Solenikov
glib-utils already includes glib-gettextize program. Include some files necessary for glib-gettextize to work. Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb |2 +- meta/recipes-core/glib-2.0/glib-2.0_2.28.8.bb |2 +- meta/recipes-core/glib-2.0/g

[OE-core] [PATCH 10/17] gettext: shut up unshipped files warning

2011-09-21 Thread Dmitry Eremin-Solenikov
It seems nobody uses preloadable_libintl.so in OE world. It's not included in any package. To stop oe-core from emiting a unshipped files warning, remove that file in the end of do_install. Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-core/gettext/gettext_0.18.1.1.bb |7 ++- 1

[OE-core] [PATCH 09/17] dbus-glib: disable bash-completion

2011-09-21 Thread Dmitry Eremin-Solenikov
Bash completion stuff isn't packaged and used. Stop building it by passing --disable-bash-completion to configure Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-core/dbus/dbus-glib.inc |3 ++- meta/recipes-core/dbus/dbus-glib_0.92.bb |2 +- 2 files changed, 3 insertions(+),

[OE-core] [PATCH 11/17] eglibc: fix packaging of some of nativesdk packages

2011-09-21 Thread Dmitry Eremin-Solenikov
eglibc.inc contains packaging rules that depend on PKGSUFFIX expansion. However that variable wasn't expanded properly in some case. E.g. PACKAGES = " ... nscd${PKGSUFFIX} ..." FILES_nscd${PKGSUFFIX} = "${sbindir}/nscd*" would be expanded to PACKAGES = " ... nscd-nativesdk ..." FILES_nscd = "${s

[OE-core] [PATCH 08/17] polkit: fixup packaging

2011-09-21 Thread Dmitry Eremin-Solenikov
1) Drop static versions of extensions, as there is no point in them 2) For completeness include .la files for extensions into polkit-dev Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-extended/polkit/polkit_0.101.bb |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff

[OE-core] [PATCH 07/17] gtk+: packaging fixups

2011-09-21 Thread Dmitry Eremin-Solenikov
1) Package gail modules into libgail package. .la files go into main gtk+-dev package, debug symbols to gtk+-dbg. 2) For completeness add printerbackends .la files to gtk+-dev Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-gnome/gtk+/gtk+.inc | 10 ++ meta/recipes-gnome

[OE-core] [PATCH 06/17] libgpg-error: drop common-lisp files

2011-09-21 Thread Dmitry Eremin-Solenikov
OE doesn't have common-lisp neither in oe-core, nor in org.oe.dev. Stop this package from installing clisp-related files. Signed-off-by: Dmitry Eremin-Solenikov --- .../libgpg-error/libgpg-error_1.10.bb |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/m

[OE-core] [PATCH 03/17] insane.bbclass: don't warn on .so files in -nativesdk packages

2011-09-21 Thread Dmitry Eremin-Solenikov
There is no point in warning against .so symlinks in -nativesdk packages. They have to contain such links, so shut up the warning. Signed-off-by: Dmitry Eremin-Solenikov --- meta/classes/insane.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/insan

[OE-core] [PATCH 05/17] gst-plugins-base: add support for non-X11-enabled distros

2011-09-21 Thread Dmitry Eremin-Solenikov
Separate dependencies on X11 and them to DEPENDS only if DISTRO_FEATURES contain x11 Signed-off-by: Dmitry Eremin-Solenikov --- .../gstreamer/gst-plugins-base_0.10.32.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gst-plug

[OE-core] [PATCH 04/17] avahi: include dbus interfaces definitions into daemon package

2011-09-21 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-connectivity/avahi/avahi.inc |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc index a847394..c3c9c71 100644 --- a/meta/recipes-c

[OE-core] [PATCH 02/17] icecc.bbclass: fix handling of nativesdk and cross-canadian packages

2011-09-21 Thread Dmitry Eremin-Solenikov
icecc.bbclass assumed that nativesdk and cross-canadian packages should use local icecc version. Instead those packages should use target-like scheme for toolchain tarball generation. Signed-off-by: Dmitry Eremin-Solenikov --- meta/classes/icecc.bbclass |4 +--- 1 files changed, 1 insertions

[OE-core] [PATCH 01/17] icecc-create-env: rename to -native

2011-09-21 Thread Dmitry Eremin-Solenikov
icecc-create-env(-native) is a native package. But if it doesn't have the -native suffix, some dependency tracking stuff in oe-core (in nativesdk.bbclass) get's crazy about it, trying to generate dependencies to icecc-create-env-native packages. To fix that simply add -native suffix to this package

Re: [OE-core] [poky] [PATCH] bluez4: replace deprecated configure switch

2011-09-21 Thread Koen Kooi
Op 21 sep. 2011, om 18:36 heeft Marko Katić het volgende geschreven: > "--enable-configfiles" is deprecated upstream. Here is the original reason & > patch: > > http://www.spinics.net/lists/linux-bluetooth/msg14266.html > > Replace "--enable-configfiles" with "--enable-datafiles" in the bluez4

Re: [OE-core] [PATCH] qt4: update to latest version 4.7.4

2011-09-21 Thread Eric Bénard
Le 21/09/2011 15:05, Koen Kooi a écrit : WARNING: For recipe qt4-x11-free, the following files were installed but not shipped in any package: WARNING: /usr/share/qt4/phrasebooks/swedish.qph WARNING: /usr/share/qt4/phrasebooks/dutch.qph WARNING: /usr/share/qt4/phrasebooks/german.qph WARNING

Re: [OE-core] [PATCH 3/5] kernel.bbclass: move uImage handling to separate task

2011-09-21 Thread Dmitry Eremin-Solenikov
On 09/18/2011 02:25 AM, Otavio Salvador wrote: This was nack'ed but I don't remember why; Richard? This was nack'ed because that version of the patch didn't check for existence of uImage built by kernel tree (not present in oe-dev/meta-oe, added in oe-core as somebody had problems with regene

Re: [OE-core] [PATCH] qt4: update to latest version 4.7.4

2011-09-21 Thread Koen Kooi
Op 21 sep. 2011, om 14:52 heeft Eric Bénard het volgende geschreven: > Hi Koen, > > Le 21/09/2011 12:44, Koen Kooi a écrit : >> Op 20 sep. 2011, om 23:18 heeft Eric Bénard het volgende geschreven: >>> ok 2 branches are available here : git://github.com/eukrea/oe-core.git >>> - qt4_improve for im

Re: [OE-core] [PATCH] qt4: update to latest version 4.7.4

2011-09-21 Thread Eric Bénard
Hi Koen, Le 21/09/2011 12:44, Koen Kooi a écrit : Op 20 sep. 2011, om 23:18 heeft Eric Bénard het volgende geschreven: ok 2 branches are available here : git://github.com/eukrea/oe-core.git - qt4_improve for improvement to existing qt 4.7.3, - qt4_upgrade for adding qt 4.7.4 (with DEFAULT_PREFE

Re: [OE-core] [RC Fixes 00/19] Fixes for Multi-Lib & other patches

2011-09-21 Thread Richard Purdie
On Wed, 2011-09-21 at 02:39 -0700, Saul Wold wrote: > I have build (not booted) these fixes and for the most part > they seem to address alot of the issues we have seen. There > is still some problems with python and gtk+ needing to be > cleaned before do_rootfs is sucessful. > > This is a major

Re: [OE-core] [PATCH] qt4: Added support for QtMobility 1.2

2011-09-21 Thread Koen Kooi
Op 21 sep. 2011, om 14:19 heeft Dmitry Cherukhin het volgende geschreven: > Added two recipes: > 1) qt-mobility-x11 builds the QtMobility 1.2 package > on the basis of qt4-x11-free; > 2) qt-mobility-embedded builds the QtMobility 1.2 package > on the basis of qt4-embedded. > > Signed-off-by:

[OE-core] [PATCH] qt4: Added support for QtMobility 1.2

2011-09-21 Thread Dmitry Cherukhin
Added two recipes: 1) qt-mobility-x11 builds the QtMobility 1.2 package on the basis of qt4-x11-free; 2) qt-mobility-embedded builds the QtMobility 1.2 package on the basis of qt4-embedded. Signed-off-by: Dmitry Cherukhin --- meta/recipes-qt/qt4/files/qtm_qtmobility_pro.patch | 19 ++

[OE-core] [PATCH] debian.bbclass: Fix hardcoded "lib" reference

2011-09-21 Thread Richard Purdie
This patch removes a hardcoded "lib" reference from debian.bbclass allowing libdirs like "lib64" to be used. Whilst working on this area of code, a similar assumption about "bin" is removed and the regular expression compilation is moved to the parent function since it doesn't change and this will

Re: [OE-core] [PATCH] qt4: update to latest version 4.7.4

2011-09-21 Thread Koen Kooi
Op 20 sep. 2011, om 23:18 heeft Eric Bénard het volgende geschreven: > Hi, > > ok 2 branches are available here : git://github.com/eukrea/oe-core.git > - qt4_improve for improvement to existing qt 4.7.3, > - qt4_upgrade for adding qt 4.7.4 (with DEFAULT_PREFERENCE=-1 as suggested by > Koen. >

Re: [OE-core] [RC Fixes 07/19] distro tracking: Update Distro Aliases

2011-09-21 Thread Koen Kooi
To reiterate: All the 'Poky' fields should be 'OE-core', OE-core should *not* have any poky references after the rebranding done post ELC 2011 a few months ago. Op 21 sep. 2011, om 11:39 heeft Saul Wold het volgende geschreven: > Signed-off-by: Saul Wold > --- > .../conf/distro/include/distro_

Re: [OE-core] [PATCH] bitbake wrapper: Make sure grep runs without colorized output

2011-09-21 Thread Phil Blundell
On Wed, 2011-09-21 at 12:31 +0200, Koen Kooi wrote: > -PSEUDOBINDIR=`bitbake -e | grep STAGING_BINDIR_NATIVE=\" | cut -d '=' > -f2 | cut -d '"' -f2` > +PSEUDOBINDIR=`bitbake -e | grep --color=never STAGING_BINDIR_NATIVE=\" | > cut -d '=' -f2 | cut -d '"' -f2` > ret=$? That's a GNU e

[OE-core] [PATCH] bitbake wrapper: Make sure grep runs without colorized output

2011-09-21 Thread Koen Kooi
From: Tasslehoff Kjappfot My .bashrc contained "export GREP_OPTIONS='--color=always'", and that caused the path in my pseudodone file to be prefixed by "^[[m^[[K". Override by calling grep with --color=never. Signed-off-by: Tasslehoff Kjappfot Signed-off-by: Koen Kooi --- scripts/bitbake |

Re: [OE-core] [RFC] bluez4: split gstreamer plugin into a seperate recipe

2011-09-21 Thread Koen Kooi
Op 20 sep. 2011, om 14:40 heeft Paul Eggleton het volgende geschreven: > On Tuesday 20 September 2011 12:08:16 Koen Kooi wrote: >> This eliminates a good chunk of buildtime when building console-only image. >> >> The bluez4 and this recipe share a .inc file since the source is the same. >> >> S

[OE-core] [RC Fixes 07/19] distro tracking: Update Distro Aliases

2011-09-21 Thread Saul Wold
Signed-off-by: Saul Wold --- .../conf/distro/include/distro_tracking_fields.inc | 83 +++- 1 files changed, 81 insertions(+), 2 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index b150af8..7f

[OE-core] [RC Fixes 19/19] libpng: add libpng12-dev packages

2011-09-21 Thread Saul Wold
From: Dongxiao Xu When build sato-sdk image, the libmatchbox-dev needs the libpng12-dev package, thus we need it. Signed-off-by: Dongxiao Xu --- meta/recipes-multimedia/libpng/libpng_1.2.46.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-multimedia

[OE-core] [RC Fixes 18/19] libpng: avoid dangling link in libpng package

2011-09-21 Thread Saul Wold
From: Dongxiao Xu As for libpng recipe, the libpng.pc is a symbol link to libpng12.pc, if packaging them into two different packages, we will get a dangling link for libpng.pc, and when calculating rpm dependency with that file, we will get nothing. Only keep one version of dev package to fix th

[OE-core] [RC Fixes 16/19] Fix alsa-utils package dependencies

2011-09-21 Thread Saul Wold
From: Daniel Lazzari Make alsa-utils main package depend on all of the more specific alsa-utils packages (such as alsa-utils-alsamixer). Signed-off-by: Daniel Lazzari Jr PR Bump Signed-off-by: Saul Wold --- .../recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb |7 +-- 1 files changed,

  1   2   >