Re: [OE-core] [PATCH 1/2] gdbm: Activate -enable-libgdbm-compat and add symlinks to headers in include/gdbm

2012-03-23 Thread Koen Kooi
Op 23 mrt. 2012, om 23:57 heeft Andrei Gherzan het volgende geschreven: > ndbm.h is needed by python for dbm module. This is why -enable-libgdbm-compat > was added > to configure. > The second change is because python is looking for the gdbm headers in > include/gdbm. > The easiest way to solve

[OE-core] [patch v2 0/1] fix linker rpath for sdk binaries

2012-03-23 Thread nitin . a . kamble
From: Nitin A Kamble Also added rpath-link fix in v2. Thanks, Nitin The following changes since commit 1c19181599c41d8f0bd7f06efc654fe61c3d0bb1: iptables: fix build error against 3.2+ kernel headers (2012-03-24 00:12:05 +) are available in the git repository at: git://git.pokylinux.

[OE-core] [patch v2 1/1] bitbake.conf: fix rpath for sdk executables

2012-03-23 Thread nitin . a . kamble
From: Nitin A Kamble This makes the libraries located in places like this findable: /usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr/lib Which avoids linking sdk executables with host libraries like this: $ ldd /usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr/bin/x86_64-oe-linu

Re: [OE-core] TMPDIR while building OE-Core

2012-03-23 Thread Xu, Dongxiao
Sorry for the annoying, I found it is a Hob specific issue. Thanks, Dongxiao On Sat, 2012-03-24 at 10:56 +0800, Xu, Dongxiao wrote: > Hi List, > > While building the pure OE-Core, I found there are two TMPDIRs, one is > tmp-eglibc, another is tmp-eglibc-eglibc, any reason that make this > result

[OE-core] TMPDIR while building OE-Core

2012-03-23 Thread Xu, Dongxiao
Hi List, While building the pure OE-Core, I found there are two TMPDIRs, one is tmp-eglibc, another is tmp-eglibc-eglibc, any reason that make this result? My local.conf is like: BB_NUMBER_THREADS = "8" PARALLEL_MAKE = "-j 8" MACHINE ??= "qemuarm" PACKAGE_CLASSES ?= "package_rpm" EXTRA_IMAGE_FEAT

[OE-core] [PATCH 0/1 v2][PULL] Hob: Define patterns to implement runqemu/deploy functionality filter

2012-03-23 Thread Dongxiao Xu
Hi Richard, This pull request is for defining patterns in bitbake server side to implement the runqemu/deploy functionality filter for Hob. Please help to review and pull. Changes from v1: Move the pattern definition from bitbake.conf to image_types.bbclass Thanks, Dongxiao The following chang

[OE-core] [PATCH 1/1] image_types.bbclass: Define runnable and deployable pattern

2012-03-23 Thread Dongxiao Xu
Define runnable image type and machine pattern. Define deployable image type. Signed-off-by: Dongxiao Xu --- meta/classes/image_types.bbclass |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index e92f

Re: [OE-core] [PATCH 1/2] eglibc-2.15: Update SRCREV

2012-03-23 Thread Martin Jansa
On Fri, Mar 23, 2012 at 02:17:02PM +0100, Martin Jansa wrote: > On Fri, Mar 23, 2012 at 12:05:25PM +, Richard Purdie wrote: > > On Thu, 2012-03-22 at 19:56 -0700, Khem Raj wrote: > > > Get new patches and remove the one that got merged upstream > > > > > > Signed-off-by: Khem Raj > > > --- >

Re: [OE-core] [oe-commits] Andreas Oberritter : procps: use update-alternatives for pwdx, pgrep and watch

2012-03-23 Thread Martin Jansa
On Fri, Mar 23, 2012 at 05:53:01PM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: 68dc2a3fa30c03a196d650de34d0c657a7b85454 > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=68dc2a3fa30c03a196d650de34d0c657a7b85454 > > A

[OE-core] [PATCH 8/8] setserial: Correct LICENSE

2012-03-23 Thread Beth Flanagan
From: Elizabeth Flanagan setserial's license is GPL version 2.0 per: http://sourceforge.net/projects/setserial/develop Signed-off-by: Elizabeth Flanagan --- meta/recipes-bsp/setserial/setserial_2.17.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bs

[OE-core] [PATCH 6/8] common-licenses: Adding GPL-2.0-with-OpenSSL-exception

2012-03-23 Thread Beth Flanagan
From: Elizabeth Flanagan socat uses this. There is no good standardized text for this, but as socat is the only one who utilizes this, it should do for now although this package has some licensing issues according to debian. See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632481 Signed-of

[OE-core] [PATCH 7/8] common-license: Add ICU generic

2012-03-23 Thread Beth Flanagan
From: Elizabeth Flanagan Another lone license with no generic available. Signed-off-by: Elizabeth Flanagan --- meta/files/common-licenses/ICU | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) create mode 100644 meta/files/common-licenses/ICU diff --git a/meta/files/comm

[OE-core] [PATCH 4/8] util-linux: Example of pkg level INCOMPATIBLE_LICENSE

2012-03-23 Thread Beth Flanagan
From: Elizabeth Flanagan util-linux-lscpu provides an example of pkg level incompatible license. In this instance, we've set the license for this specific package as GPLv3. The other packages inherit the recipe LICENSE. What this allows is the package to not be included on install to the image.

[OE-core] [PATCH 3/8] INCOMPATIBLE_LICENSE: support for spdx and pkg licenses

2012-03-23 Thread Beth Flanagan
From: Elizabeth Flanagan This adds a few things to the incompatible license functionality 1. INCOMPATIBLE_LICENSE was unable to distinguish any variation within LICENSE (e.g. GPLv3 v. GPLv3.0). This now utilizes the SPDXLICENSEMAP of the license indicated as INCOMPATIBLE_LICENSE 2. Given a reci

[OE-core] [PATCH 5/8] license.bbclass: Style guide compliance

2012-03-23 Thread Beth Flanagan
From: Elizabeth Flanagan >From my understanding, bash indents should be tabbed and python 4 spaces. Correcting some bash whitespace in license to comply with the style guide. Signed-off-by: Elizabeth Flanagan --- meta/classes/license.bbclass | 114 +- 1

[OE-core] [PATCH 2/8] license.bbclass: Whitespace standardization

2012-03-23 Thread Beth Flanagan
From: Elizabeth Flanagan Removing tabs within check_license_flags to standardize to 4 space tabbing Signed-off-by: Elizabeth Flanagan --- meta/classes/license.bbclass | 31 +++ 1 files changed, 15 insertions(+), 16 deletions(-) diff --git a/meta/classes/license.b

[OE-core] [PATCH 1/8] license.bbclass: Add spdx mapping to GPL-1.0

2012-03-23 Thread Beth Flanagan
From: Elizabeth Flanagan Perl is GPL-1.0. For consistency sake, adding an spdx map for GPLv1 Signed-off-by: Elizabeth Flanagan --- meta/classes/license.bbclass |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclas

[OE-core] [PATCH 0/8] License Fixes.

2012-03-23 Thread Beth Flanagan
This patchset covers three main topics. The first, and most important is how INCOMPATIBLE_LICENSE deals with LICENSE naming variations and pkg level licensing. We now have the ability to set the recipe level license to one that is inherited by all packages as well as the ability to override the

Re: [OE-core] [PATCH] python: Add tk to DEPENDS

2012-03-23 Thread Andreas Oberritter
On 24.03.2012 00:33, Andreas Oberritter wrote: > On 24.03.2012 00:14, Andrei Gherzan wrote: >> This is needed for _tkinter python module. >> >> [YOCTO #1937] >> >> Signed-off-by: Andrei Gherzan >> --- >> meta/recipes-devtools/python/python_2.7.2.bb |2 +- >> 1 files changed, 1 insertions(+),

Re: [OE-core] [PATCH] gtk-icon-cache.bbclass: Fix multiple rebuilds of the icon cache on first boot

2012-03-23 Thread Richard Purdie
On Fri, 2012-03-23 at 23:46 +0100, Andreas Müller wrote: > On Fri, Mar 23, 2012 at 1:12 PM, Richard Purdie > wrote: > > On Thu, 2012-03-22 at 20:15 +0100, Andreas Müller wrote: > >> * Before this patch every inheritance of this class rebuilt the full icon > >> cache at the first boot. > >> * With

Re: [OE-core] [PATCH] python: Add tk to DEPENDS

2012-03-23 Thread Andreas Oberritter
On 24.03.2012 00:14, Andrei Gherzan wrote: > This is needed for _tkinter python module. > > [YOCTO #1937] > > Signed-off-by: Andrei Gherzan > --- > meta/recipes-devtools/python/python_2.7.2.bb |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/recipes-devtools/

[OE-core] [PATCH] python: Add tk to DEPENDS

2012-03-23 Thread Andrei Gherzan
This is needed for _tkinter python module. [YOCTO #1937] Signed-off-by: Andrei Gherzan --- meta/recipes-devtools/python/python_2.7.2.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/python/python_2.7.2.bb b/meta/recipes-devtools/python/python_2

Re: [OE-core] [oe-core][PATCH 1/6] kernel.bbclass: populate /etc/modules-load.d/ with module_autoload entries too

2012-03-23 Thread Martin Jansa
On Sat, Mar 24, 2012 at 12:00:04AM +0100, Andreas Oberritter wrote: > On 23.03.2012 13:56, Martin Jansa wrote: > > * /etc/modules-load.d/foo.conf is used by systemd like /etc/modutils/foo > > was with sysvinit > > Martin, > > the man-page[1] for modules-load.d says that packages should install >

Re: [OE-core] [oe-core][PATCH 1/6] kernel.bbclass: populate /etc/modules-load.d/ with module_autoload entries too

2012-03-23 Thread Andreas Oberritter
On 23.03.2012 13:56, Martin Jansa wrote: > * /etc/modules-load.d/foo.conf is used by systemd like /etc/modutils/foo was > with sysvinit Martin, the man-page[1] for modules-load.d says that packages should install .conf files to /usr/lib/modules-load.d, because /etc/modules-load.d is reserved for

[OE-core] [PATCH 2/2] tk: Integrate tk v8.5.11

2012-03-23 Thread Andrei Gherzan
Tk (along with Tcl) is needed in python for module _tkinter. [YOCTO #1937] Signed-off-by: Andrei Gherzan --- meta/recipes-devtools/tcltk/tk_8.5.11.bb | 68 ++ 1 files changed, 68 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-devtools/tcltk/tk_8.5.1

[OE-core] [PATCH 1/2] gdbm: Activate -enable-libgdbm-compat and add symlinks to headers in include/gdbm

2012-03-23 Thread Andrei Gherzan
ndbm.h is needed by python for dbm module. This is why -enable-libgdbm-compat was added to configure. The second change is because python is looking for the gdbm headers in include/gdbm. The easiest way to solve this issue is to add symlinks in include/gdbm. [YOCTO #1937] Signed-off-by: Andrei

[OE-core] [PATCH 0/2] Integrate tk and activate -enable-libgdbm-compat in gdbm

2012-03-23 Thread Andrei Gherzan
These changes are needed for some python modules: _tkinter dbm The following changes since commit 5a6ded1355156557635004fdde2c01feec436be2: yocto-kernel: new script (2012-03-22 19:21:15 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ag/master http://

Re: [OE-core] [PATCH] gtk-icon-cache.bbclass: Fix multiple rebuilds of the icon cache on first boot

2012-03-23 Thread Andreas Müller
On Fri, Mar 23, 2012 at 1:12 PM, Richard Purdie wrote: > On Thu, 2012-03-22 at 20:15 +0100, Andreas Müller wrote: >> * Before this patch every inheritance of this class rebuilt the full icon >> cache at the first boot. >> * With this patch the icon cache will only be build once at the first boot

[OE-core] [oe-core][PATCHv 10/10] rootfs_ipk: replace 3 opkg-cl calls with one in get_package_filename

2012-03-23 Thread Martin Jansa
* || true is needed for cases where grep doesn't find anything * and quotes around info are needed to keep line breaks Signed-off-by: Martin Jansa --- meta/classes/rootfs_ipk.bbclass |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/classes/rootfs_ipk.bbclass b/

[OE-core] [oe-core][PATCHv 09/10] pango: import native support and --disable-introspection from meta-oe

2012-03-23 Thread Martin Jansa
* see http://git.openembedded.org/meta-openembedded/commit/?id=3f4c8edc60b3426dd96f76504169d742a04c1ce1 for details about --disable-introspection Signed-off-by: Martin Jansa --- meta/recipes-graphics/pango/pango.inc |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/me

[OE-core] [oe-core][PATCHv 08/10] libusb*: import native support from meta-oe

2012-03-23 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-support/libusb/libusb-compat_0.1.3.bb |7 +-- meta/recipes-support/libusb/libusb1_1.0.8.bb |2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/libusb/libusb-compat_0.1.3.bb b/meta/recipes-suppor

[OE-core] [oe-core][PATCHv 07/10] tiff: import native support from meta-oe

2012-03-23 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-multimedia/libtiff/tiff_4.0.1.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-multimedia/libtiff/tiff_4.0.1.bb b/meta/recipes-multimedia/libtiff/tiff_4.0.1.bb index 6fb4163..80677fc 100644 --- a/meta/recipes-mu

[OE-core] [oe-core][PATCHv 06/10] cairo: import native support from meta-oe

2012-03-23 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-graphics/cairo/cairo.inc |1 + meta/recipes-graphics/cairo/cairo_1.10.2.bb |2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc index 69984cb.

[OE-core] [oe-core][PATCHv 05/10] pixman: add native support and perl-native to DEPENDS from meta-oe

2012-03-23 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-graphics/xorg-lib/pixman_0.25.2.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.25.2.bb b/meta/recipes-graphics/xorg-lib/pixman_0.25.2.bb index bf239d9..e4e3460 100644 --- a/meta/re

[OE-core] [oe-core][PATCHv 04/10] librsvg: import native support from meta-oe

2012-03-23 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-gnome/librsvg/librsvg_2.32.1.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb index 1e57647..4e4e339 100644 --- a/meta/recipes-gnom

[OE-core] [oe-core][PATCHv 03/10] classes: scons: add EXTRA_OESCONS

2012-03-23 Thread Martin Jansa
From: Denis 'GNUtoo' Carikli Signed-off-by: Denis 'GNUtoo' Carikli Signed-off-by: Martin Jansa --- meta/classes/scons.bbclass |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/classes/scons.bbclass b/meta/classes/scons.bbclass index 211746f..a07a366 100644 ---

[OE-core] [oe-core][PATCHv 02/10] xev: move from meta-demoapps

2012-03-23 Thread Martin Jansa
From: Denis 'GNUtoo' Carikli * The location where xev was located didn't contain xorg-app-common.inc, but still xev requires it. So moving it fixes that issue. * File checksums and License checksums were also added. Signed-off-by: Denis 'GNUtoo' Carikli Signed-off-by: Martin Jansa --- .../r

[OE-core] [oe-core][PATCHv 01/10] bitbake.conf: use TUNE_PKGARCH instead of TARGET_ARCH in SDK_NAME

2012-03-23 Thread Martin Jansa
* also use weak assignment for SDK_NAME_PREFIX as suggested by khem * TUNE_PKGARCH is not 100% right too, because such SDK image usually has few machine specific packages included (e.g. base-files, securetty, opkg configs) but those are not important for SDK users so it's better to have one SDK

[OE-core] [oe-core][PATCHv 00/10] Merge native BBCLASSEXTENDs and SDK fix

2012-03-23 Thread Martin Jansa
V2: removes 3 patches from original patchset because of RPs feedback [oe-core][PATCH 04/13] base.bbclass: extract *virtclass_map_dependencies logic from native/nativesdk bbclasses and call it f [oe-core][PATCH 05/13] xorg: add more native BBCLASSEXTENDs for gtk+-native

Re: [OE-core] [PATCH 2/2] useradd.bbclass: retry useradd/groupadd commands to avoid lock race issues

2012-03-23 Thread McClintock Matthew-B29882
This should go in our edison 1.1.2 release as well. -M On Thu, Mar 22, 2012 at 11:43 PM, Scott Garman wrote: > A race condition can occur when adding users and groups to the > passwd and group files, causing errors like the following: > >  ERROR: Function 'useradd_sysroot' failed >  Tried to acc

Re: [OE-core] [PATCH] gdb-cross-canadian: Fix linking issues when python support is enabled

2012-03-23 Thread Khem Raj
On Fri, Mar 23, 2012 at 11:16 AM, Kamble, Nitin A wrote: >> -Original Message- >> From: openembedded-core-boun...@lists.openembedded.org >> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of >> Khem Raj >> >> gdb-cross-canadian was linking with static version of libpyth

Re: [OE-core] [PATCH] scripts/bitbake: Allow to override path to pseudodone, make BUILDDIR optional

2012-03-23 Thread Andreas Oberritter
Paul, how do you propose to go on solving this problem? Regards, Andreas On 20.03.2012 14:37, Andreas Oberritter wrote: > * Allows to workaround breakage caused by commit > b4df1c7c79b5c801658bcf890ba3a8eab3d83189. > > * Related thread on OE-core mailing list: > > http://lists.linuxtogo.or

Re: [OE-core] [PATCH] package_ipk: apply umask to control and conffiles

2012-03-23 Thread Andreas Oberritter
On 12.03.2012 16:53, Richard Purdie wrote: > On Mon, 2012-03-12 at 10:29 -0500, Mark Hatle wrote: >> On 3/9/12 8:15 PM, Andreas Oberritter wrote: >>> * Explicitly set umask to 022. Otherwise the build system's >>>umask leaks into the image. >> >> I'm surprised that do_package_ipk[umask] didn't

[OE-core] [PATCH v2] {kernel, module}.bbclass: don't run depmod for module packages during do_rootfs

2012-03-23 Thread Andreas Oberritter
* depmod already gets executed by pkg_postinst_kernel-image. Signed-off-by: Andreas Oberritter --- * v2: Instead of adding a call to depmod to module.bbclass, just do nothing. meta/classes/kernel.bbclass |4 +--- meta/classes/module.bbclass |7 +++ 2 files changed, 4 insertion

[OE-core] [PATCH 2/2 v2] python: fix packaging dependencies on minimal systems

2012-03-23 Thread Gary Thomas
If you install the top-level python package only on a minimal system which has no other python packages installed then python is not functional at all. Without any extra packages installed this error is seen: # python Traceback (most recent call last): File "/usr/lib/python2.7/site.py", li

[OE-core] [PATCH 1/2 v2] python: remove target dependency

2012-03-23 Thread Gary Thomas
The target dependency DEPENDS_sharprom does not belong in this core recipe and should be moved to a .bbappend file in the appropriate layer if still required. Signed-off-by: Gary Thomas --- meta/recipes-devtools/python/python_2.7.2.bb |1 - 1 files changed, 0 insertions(+), 1 deletions(-) d

[OE-core] [PATCH 1/1] bitbake.conf: fix rpath for sdk executables

2012-03-23 Thread nitin . a . kamble
From: Nitin A Kamble This makes the libraries located in places like this findable: /usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr/lib Which avoids linking sdk executables with host libraries like this: $ ldd /usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr/bin/x86_64-oe-linu

[OE-core] [PATCH 0/1] fix linking rpaths for sdk binaries

2012-03-23 Thread nitin . a . kamble
From: Nitin A Kamble This issue was discovered in the sdk gdb debug effort. The following changes since commit 6c77a0f0fa0c97bfbe93f4a930a1549566a7f016: taglib: Refresh patch after recent accidental breakage (2012-03-23 18:36:20 +) are available in the git repository at: git://git.po

Re: [OE-core] [PATCH 0/3] linux-libc-headers: 3.2 and linux-libc-headers-yocto movement

2012-03-23 Thread Bruce Ashfield
On Fri, Mar 23, 2012 at 1:07 PM, Bruce Ashfield wrote: > Richard/Saul, > > As discussed on the mailing list here is a libc-headers series. I've kept it > in > three parts so you can pick what you want (except for the minor detail of > needing to split patch 1/1 to keep 3.1 around if you don't wan

Re: [OE-core] [PATCH 2/4] module.bbclass: sync pkg_post{inst, rm} with kernel.bbclass

2012-03-23 Thread Richard Purdie
On Fri, 2012-03-23 at 19:20 +0100, Koen Kooi wrote: > Op 23 mrt. 2012, om 18:58 heeft Andreas Oberritter het volgende geschreven: > > > On 23.03.2012 18:20, Koen Kooi wrote: > >> > >> Op 23 mrt. 2012, om 17:37 heeft Andreas Oberritter het volgende geschreven: > >> > >>> * Run depmod when the roo

Re: [OE-core] [PATCH 2/4] module.bbclass: sync pkg_post{inst, rm} with kernel.bbclass

2012-03-23 Thread Koen Kooi
Op 23 mrt. 2012, om 18:58 heeft Andreas Oberritter het volgende geschreven: > On 23.03.2012 18:20, Koen Kooi wrote: >> >> Op 23 mrt. 2012, om 17:37 heeft Andreas Oberritter het volgende geschreven: >> >>> * Run depmod when the rootfs gets generated. >>> >>> Signed-off-by: Andreas Oberritter >

Re: [OE-core] [PATCH] gdb-cross-canadian: Fix linking issues when python support is enabled

2012-03-23 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Khem Raj > > gdb-cross-canadian was linking with static version of libpython > and looking for build host python when run. This could be

Re: [OE-core] [PATCH 2/3] linux-libc-headers: set default LINUXLIBCVERSION to 3.2

2012-03-23 Thread Bruce Ashfield
On Fri, Mar 23, 2012 at 1:57 PM, Bruce Ashfield wrote: > On Fri, Mar 23, 2012 at 1:07 PM, Bruce Ashfield > wrote: >> Switch the default libc-headers to the 3.2 version. > > I spoke to soon. I seeing a problem with iptables in the builds I left > running. > I know we looked at this just recently,

Re: [OE-core] [PATCH 1/1] Revert "gdb-cross-canadian: build gdb with python support"

2012-03-23 Thread Khem Raj
On Fri, Mar 23, 2012 at 10:44 AM, Richard Purdie wrote: > > but then add: > -Wl,-rpath,${libdir}/.. -Wl,-O1 \ > > which is: > > /usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr > > (i.e. without the /lib on the end?) ? for (sdk atleast cross toolchain bits) libdir points to ${libdir}/arm-

Re: [OE-core] [PATCH 2/4] module.bbclass: sync pkg_post{inst, rm} with kernel.bbclass

2012-03-23 Thread Andreas Oberritter
On 23.03.2012 18:39, Richard Purdie wrote: > On Fri, 2012-03-23 at 17:37 +0100, Andreas Oberritter wrote: >> * Run depmod when the rootfs gets generated. >> >> Signed-off-by: Andreas Oberritter >> --- >> meta/classes/module.bbclass |9 + >> 1 files changed, 5 insertions(+), 4 deletion

Re: [OE-core] [PATCH 2/4] module.bbclass: sync pkg_post{inst, rm} with kernel.bbclass

2012-03-23 Thread Andreas Oberritter
On 23.03.2012 18:20, Koen Kooi wrote: > > Op 23 mrt. 2012, om 17:37 heeft Andreas Oberritter het volgende geschreven: > >> * Run depmod when the rootfs gets generated. >> >> Signed-off-by: Andreas Oberritter >> --- >> meta/classes/module.bbclass |9 + >> 1 files changed, 5 insertions(

Re: [OE-core] [PATCH 2/3] linux-libc-headers: set default LINUXLIBCVERSION to 3.2

2012-03-23 Thread Bruce Ashfield
On Fri, Mar 23, 2012 at 1:07 PM, Bruce Ashfield wrote: > Switch the default libc-headers to the 3.2 version. I spoke to soon. I seeing a problem with iptables in the builds I left running. I know we looked at this just recently, so it may just be a matter of undoing that fix. I'm looking at it n

Re: [OE-core] [PATCH 0/3] linux-libc-headers: 3.2 and linux-libc-headers-yocto movement

2012-03-23 Thread Bruce Ashfield
On Fri, Mar 23, 2012 at 1:22 PM, Koen Kooi wrote: > > Op 23 mrt. 2012, om 18:07 heeft Bruce Ashfield het volgende geschreven: > >> Richard/Saul, >> >> As discussed on the mailing list here is a libc-headers series. I've kept it >> in >> three parts so you can pick what you want (except for the mi

Re: [OE-core] [PATCH 1/1] Revert "gdb-cross-canadian: build gdb with python support"

2012-03-23 Thread Richard Purdie
On Fri, 2012-03-23 at 17:01 +, Kamble, Nitin A wrote: > > > -Original Message- > > From: Khem Raj [mailto:raj.k...@gmail.com] > > Sent: Friday, March 23, 2012 9:37 AM > > To: Kamble, Nitin A > > Cc: eric; Patches and discussions about the oe-core layer; Martin Jansa > > Subject: RE: [O

Re: [OE-core] [PATCH 2/4] module.bbclass: sync pkg_post{inst, rm} with kernel.bbclass

2012-03-23 Thread Richard Purdie
On Fri, 2012-03-23 at 17:37 +0100, Andreas Oberritter wrote: > * Run depmod when the rootfs gets generated. > > Signed-off-by: Andreas Oberritter > --- > meta/classes/module.bbclass |9 + > 1 files changed, 5 insertions(+), 4 deletions(-) The post install from kernel.bbclass should

[OE-core] [PATCH] qemu.inc: Use '=' for IMAGE_FSTYPES

2012-03-23 Thread Tom Rini
As per http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/019772.html a machine conf file should use '=' to set IMAGE_FSTYPES. Signed-off-by: Tom Rini --- meta/conf/machine/include/qemu.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/machine

Re: [OE-core] Stabilisation Period Reminder

2012-03-23 Thread Otavio Salvador
Hi Richard, On Fri, Mar 23, 2012 at 12:40, Richard Purdie wrote: > If the schedules haven't been widely published I can only apologise > however we have always said we'd work to a six month rekease cycle with > periods of stabilisation and bug fixing before the releases for both > Yocto and OE-Co

Re: [OE-core] [PATCH 0/3] linux-libc-headers: 3.2 and linux-libc-headers-yocto movement

2012-03-23 Thread Koen Kooi
Op 23 mrt. 2012, om 18:07 heeft Bruce Ashfield het volgende geschreven: > Richard/Saul, > > As discussed on the mailing list here is a libc-headers series. I've kept it > in > three parts so you can pick what you want (except for the minor detail of > needing to split patch 1/1 to keep 3.1 aro

Re: [OE-core] [PATCH 2/4] module.bbclass: sync pkg_post{inst, rm} with kernel.bbclass

2012-03-23 Thread Koen Kooi
Op 23 mrt. 2012, om 17:37 heeft Andreas Oberritter het volgende geschreven: > * Run depmod when the rootfs gets generated. > > Signed-off-by: Andreas Oberritter > --- > meta/classes/module.bbclass |9 + > 1 files changed, 5 insertions(+), 4 deletions(-) > > diff --git a/meta/classes

Re: [OE-core] sstate reuse for -native, -cross across different host glibc version, how to make it work?

2012-03-23 Thread Tom Rini
On Fri, Mar 23, 2012 at 04:35:12PM +, McClintock Matthew-B29882 wrote: > On Fri, Mar 23, 2012 at 7:41 AM, Richard Purdie > wrote: > > On Fri, 2012-03-23 at 13:22 +0100, Koen Kooi wrote: > >> I turned on sstate mirroring for angstrom recently and I'm getting > >> reports of build failures due t

[OE-core] [PATCH 0/3] linux-libc-headers: 3.2 and linux-libc-headers-yocto movement

2012-03-23 Thread Bruce Ashfield
Richard/Saul, As discussed on the mailing list here is a libc-headers series. I've kept it in three parts so you can pick what you want (except for the minor detail of needing to split patch 1/1 to keep 3.1 around if you don't want 2/3). I've built and booted this on all the emulated targets, an

[OE-core] [PATCH 1/3] linux-libc-headers: add 3.2 headers and remove 3.1

2012-03-23 Thread Bruce Ashfield
The 3.1 kernel was never released or directly supported via oe-core. So as part of update the libc-headers to 3.2 we can take the opportunity to remove it. Built and booted on the qemu* targets. Signed-off-by: Bruce Ashfield --- .../linux-libc-headers/linux-libc-headers_3.1.bb |7 ---

[OE-core] [PATCH 2/3] linux-libc-headers: set default LINUXLIBCVERSION to 3.2

2012-03-23 Thread Bruce Ashfield
Switch the default libc-headers to the 3.2 version. Signed-off-by: Bruce Ashfield --- meta/conf/distro/include/tcmode-default.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc i

[OE-core] [PATCH 3/3] linux-libc-headers-yocto: remove from oe-core

2012-03-23 Thread Bruce Ashfield
The linux-libc-headers-yocto is not required in oe-core, it can be moved to yocto specific layers. The linux-libc-headers_* recipes provide sufficient headers fore core users. Signed-off-by: Bruce Ashfield --- .../linux-libc-headers-yocto_git.bb| 64 1 file

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

2012-03-23 Thread Tom Rini
On Fri, Mar 23, 2012 at 09:34:02AM -0700, Darren Hart wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > On 03/23/2012 09:29 AM, Tom Rini wrote: > > On Fri, Mar 23, 2012 at 09:17:20AM -0700, Darren Hart wrote: > >> On 03/23/2012 08:48 AM, Tom Rini wrote: > >>> On Fri, Mar 23, 2012

Re: [OE-core] [PATCH 1/1] Revert "gdb-cross-canadian: build gdb with python support"

2012-03-23 Thread Kamble, Nitin A
> -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Friday, March 23, 2012 9:37 AM > To: Kamble, Nitin A > Cc: eric; Patches and discussions about the oe-core layer; Martin Jansa > Subject: RE: [OE-core] [PATCH 1/1] Revert "gdb-cross-canadian: build > gdb with python

Re: [OE-core] [PATCH 2/2] python: Fix minimal packaging dependencies

2012-03-23 Thread Gary Thomas
On 2012-03-23 10:36, Martin Jansa wrote: On Fri, Mar 23, 2012 at 10:28:55AM -0600, Gary Thomas wrote: On 2012-03-23 10:19, Gary Thomas wrote: On 2012-03-23 09:48, Martin Jansa wrote: On Fri, Mar 23, 2012 at 04:35:53PM +0100, Martin Jansa wrote: On Fri, Mar 23, 2012 at 09:27:08AM -0600, Gary T

Re: [OE-core] sstate reuse for -native, -cross across different host glibc version, how to make it work?

2012-03-23 Thread McClintock Matthew-B29882
On Fri, Mar 23, 2012 at 7:41 AM, Richard Purdie wrote: > On Fri, 2012-03-23 at 13:22 +0100, Koen Kooi wrote: >> I turned on sstate mirroring for angstrom recently and I'm getting >> reports of build failures due to missing GLIBC_2.14 symbols: >> >> arm-angstrom-linux-gnueabi-gcc: /lib/x86_64-linux

[OE-core] [PATCH 4/4] ppp: drop unneeded pkg-postinst

2012-03-23 Thread Andreas Oberritter
* pkg-postinst was used to make pppd setuid root, which can now be done in do_install() instead. Signed-off-by: Andreas Oberritter --- meta/recipes-connectivity/ppp/ppp_2.4.5.bb | 11 ++- 1 files changed, 2 insertions(+), 9 deletions(-) diff --git a/meta/recipes-connectivity/ppp/ppp

[OE-core] [PATCH 3/4] sysvinit: use update-alternatives for mountpoint and runlevel

2012-03-23 Thread Andreas Oberritter
* mountpoint and runlevel may be provided by busybox. * Use update-alternatives to avoid conflict. Signed-off-by: Andreas Oberritter --- meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/sysvinit/sysvi

[OE-core] [PATCH 2/4] module.bbclass: sync pkg_post{inst, rm} with kernel.bbclass

2012-03-23 Thread Andreas Oberritter
* Run depmod when the rootfs gets generated. Signed-off-by: Andreas Oberritter --- meta/classes/module.bbclass |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/meta/classes/module.bbclass b/meta/classes/module.bbclass index 53c16b7..e370b24 100644 --- a/meta/class

[OE-core] [PATCH 1/4] procps: use update-alternatives for pwdx, pgrep and watch

2012-03-23 Thread Andreas Oberritter
* pwdx, pgrep and watch may be provided by busybox. * Use update-alternatives to avoid conflict. Signed-off-by: Andreas Oberritter --- meta/recipes-extended/procps/procps_3.2.8.bb |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/procps/procps_3.2

Re: [OE-core] [PATCH 1/1] Revert "gdb-cross-canadian: build gdb with python support"

2012-03-23 Thread Khem Raj
My patch took care of everything including paths -khem "Kamble, Nitin A" wrote: >> -Original Message- >> From: Khem Raj [mailto:raj.k...@gmail.com] >> Sent: Friday, March 23, 2012 5:07 AM >> To: Eric Bénard >> Cc: Kamble, Nitin A; Patches and discussions about the oe-core layer; >> Marti

Re: [OE-core] [PATCH 2/2] python: Fix minimal packaging dependencies

2012-03-23 Thread Martin Jansa
On Fri, Mar 23, 2012 at 10:28:55AM -0600, Gary Thomas wrote: > On 2012-03-23 10:19, Gary Thomas wrote: > > On 2012-03-23 09:48, Martin Jansa wrote: > >> On Fri, Mar 23, 2012 at 04:35:53PM +0100, Martin Jansa wrote: > >>> On Fri, Mar 23, 2012 at 09:27:08AM -0600, Gary Thomas wrote: > If you ins

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

2012-03-23 Thread Darren Hart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/23/2012 09:29 AM, Tom Rini wrote: > On Fri, Mar 23, 2012 at 09:17:20AM -0700, Darren Hart wrote: >> On 03/23/2012 08:48 AM, Tom Rini wrote: >>> On Fri, Mar 23, 2012 at 01:14:24AM +, Richard Purdie >>> wrote: On Thu, 2012-03-22 at 19:53

Re: [OE-core] [PATCH 2/2] python: Fix minimal packaging dependencies

2012-03-23 Thread Gary Thomas
On 2012-03-23 10:19, Gary Thomas wrote: On 2012-03-23 09:48, Martin Jansa wrote: On Fri, Mar 23, 2012 at 04:35:53PM +0100, Martin Jansa wrote: On Fri, Mar 23, 2012 at 09:27:08AM -0600, Gary Thomas wrote: If you install the top-level python package only on a minimal system which has no other py

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

2012-03-23 Thread Tom Rini
On Fri, Mar 23, 2012 at 09:17:20AM -0700, Darren Hart wrote: > On 03/23/2012 08:48 AM, Tom Rini wrote: > > On Fri, Mar 23, 2012 at 01:14:24AM +, Richard Purdie wrote: > >> On Thu, 2012-03-22 at 19:53 -0400, Denys Dmytriyenko wrote: > >>> On Thu, Mar 22, 2012 at 11:26:24PM +, Richard Purdie

Re: [OE-core] [PATCHv3 2/3] buildhistory: record all builds

2012-03-23 Thread Koen Kooi
Op 23 mrt. 2012, om 16:53 heeft Paul Eggleton het volgende geschreven: > On Friday 23 March 2012 16:48:35 Koen Kooi wrote: >> I get that, but I'm having trouble coming up with something that isn't >> already covered but the "record all builds" statement :( > > I know what you mean, but I think t

Re: [OE-core] [PATCH 2/2] python: Fix minimal packaging dependencies

2012-03-23 Thread Gary Thomas
On 2012-03-23 09:48, Martin Jansa wrote: On Fri, Mar 23, 2012 at 04:35:53PM +0100, Martin Jansa wrote: On Fri, Mar 23, 2012 at 09:27:08AM -0600, Gary Thomas wrote: If you install the top-level python package only on a minimal system which has no other python packages installed then python is no

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

2012-03-23 Thread Darren Hart
On 03/23/2012 08:48 AM, Tom Rini wrote: > On Fri, Mar 23, 2012 at 01:14:24AM +, Richard Purdie wrote: >> On Thu, 2012-03-22 at 19:53 -0400, Denys Dmytriyenko wrote: >>> On Thu, Mar 22, 2012 at 11:26:24PM +, Richard Purdie wrote: On Fri, 2012-03-09 at 14:39 -0700, Tom Rini wrote:

Re: [OE-core] [PATCH 1/1] Revert "gdb-cross-canadian: build gdb with python support"

2012-03-23 Thread Kamble, Nitin A
> -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Friday, March 23, 2012 5:07 AM > To: Eric Bénard > Cc: Kamble, Nitin A; Patches and discussions about the oe-core layer; > Martin Jansa > Subject: Re: [OE-core] [PATCH 1/1] Revert "gdb-cross-canadian: build > gdb with

Re: [OE-core] [PATCHv3 2/3] buildhistory: record all builds

2012-03-23 Thread Paul Eggleton
On Friday 23 March 2012 16:48:35 Koen Kooi wrote: > I get that, but I'm having trouble coming up with something that isn't > already covered but the "record all builds" statement :( I know what you mean, but I think that just stating its "so that the commit log of the buildhistory repo provides a

Re: [OE-core] Stabilisation Period Reminder

2012-03-23 Thread Koen Kooi
Op 23 mrt. 2012, om 16:40 heeft Richard Purdie het volgende geschreven: > If the schedules haven't been widely published I can safely say that they haven't been published to any OE lists. That's why I asked about it last week: http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/0

Re: [OE-core] [PATCHv3 2/3] buildhistory: record all builds

2012-03-23 Thread Koen Kooi
Op 23 mrt. 2012, om 16:24 heeft Paul Eggleton het volgende geschreven: > On Friday 23 March 2012 15:46:23 Koen Kooi wrote: >> Op 23 mrt. 2012, om 15:33 heeft Paul Eggleton het volgende geschreven: >>> On Thursday 22 March 2012 16:25:40 Koen Kooi wrote: When nothing has changed an empty commi

Re: [OE-core] [PATCH 2/2] python: Fix minimal packaging dependencies

2012-03-23 Thread Martin Jansa
On Fri, Mar 23, 2012 at 04:35:53PM +0100, Martin Jansa wrote: > On Fri, Mar 23, 2012 at 09:27:08AM -0600, Gary Thomas wrote: > > If you install the top-level python package only on a minimal > > system which has no other python packages installed then python > > is not functional at all. Without a

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

2012-03-23 Thread Tom Rini
On Fri, Mar 23, 2012 at 01:14:24AM +, Richard Purdie wrote: > On Thu, 2012-03-22 at 19:53 -0400, Denys Dmytriyenko wrote: > > On Thu, Mar 22, 2012 at 11:26:24PM +, Richard Purdie wrote: > > > On Fri, 2012-03-09 at 14:39 -0700, Tom Rini wrote: > > > > Hey all, > > > > > > > > Over in meta-t

[OE-core] Stabilisation Period Reminder

2012-03-23 Thread Richard Purdie
If the schedules haven't been widely published I can only apologise however we have always said we'd work to a six month rekease cycle with periods of stabilisation and bug fixing before the releases for both Yocto and OE-Core. The period of stabilisation and bug fixing is now but you'd not think

[OE-core] [PATCH] libzypp: Fix buiild with gcc 4.7

2012-03-23 Thread Khem Raj
it needs protype of close() before using it Signed-off-by: Khem Raj --- meta/recipes-extended/libzypp/libzypp/close.patch | 32 + meta/recipes-extended/libzypp/libzypp_git.bb |3 +- 2 files changed, 34 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-

Re: [OE-core] [PATCH 2/2] python: Fix minimal packaging dependencies

2012-03-23 Thread Martin Jansa
On Fri, Mar 23, 2012 at 09:27:08AM -0600, Gary Thomas wrote: > If you install the top-level python package only on a minimal > system which has no other python packages installed then python > is not functional at all. Without any extra packages installed > this error is seen: > # python > Tra

[OE-core] [PATCH 2/2] python: Fix minimal packaging dependencies

2012-03-23 Thread Gary Thomas
If you install the top-level python package only on a minimal system which has no other python packages installed then python is not functional at all. Without any extra packages installed this error is seen: # python Traceback (most recent call last): File "/usr/lib/python2.7/site.py", li

[OE-core] [PATCH 0/2] python: fix breakage in minimal installs

2012-03-23 Thread Gary Thomas
Gary Thomas (2): python: remove a target dependency python: Fix minimal packaging dependencies meta/recipes-devtools/python/python_2.7.2.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -- 1.7.7.6 ___ Openembedded-core mailing li

[OE-core] [PATCH 1/2] python: remove a target dependency

2012-03-23 Thread Gary Thomas
The target dependency DEPENDS_sharprom does not belong in this core recipe and should be moved to a .bbappend file in the appropriate layer if still required. Signed-off-by: Gary Thomas --- meta/recipes-devtools/python/python_2.7.2.bb |1 - 1 files changed, 0 insertions(+), 1 deletions(-) d

Re: [OE-core] [PATCHv3 2/3] buildhistory: record all builds

2012-03-23 Thread Paul Eggleton
On Friday 23 March 2012 15:46:23 Koen Kooi wrote: > Op 23 mrt. 2012, om 15:33 heeft Paul Eggleton het volgende geschreven: > > On Thursday 22 March 2012 16:25:40 Koen Kooi wrote: > >> When nothing has changed an empty commit prefixed with "No changes" will > >> get generated > > > > So I guess wha

Re: [OE-core] sstate reuse for -native, -cross across different host glibc version, how to make it work?

2012-03-23 Thread Chris Larson
On Fri, Mar 23, 2012 at 8:13 AM, Richard Purdie wrote: > On Fri, 2012-03-23 at 07:12 -0700, Chris Larson wrote: >> On Fri, Mar 23, 2012 at 5:41 AM, Richard Purdie >> wrote: >> > On Fri, 2012-03-23 at 13:22 +0100, Koen Kooi wrote: >> >> I turned on sstate mirroring for angstrom recently and I'm ge

Re: [OE-core] sstate reuse for -native, -cross across different host glibc version, how to make it work?

2012-03-23 Thread Richard Purdie
On Fri, 2012-03-23 at 07:12 -0700, Chris Larson wrote: > On Fri, Mar 23, 2012 at 5:41 AM, Richard Purdie > wrote: > > On Fri, 2012-03-23 at 13:22 +0100, Koen Kooi wrote: > >> I turned on sstate mirroring for angstrom recently and I'm getting > >> reports of build failures due to missing GLIBC_2.14

  1   2   >