[OE-core] [PATCH 2/2] external-python-tarball: code refactoring

2013-01-20 Thread Kang Kai
external-python-tarball only can be built when inherit package_ipk now. Update it and split the populate python operation to separated bbclass according the value of PACKAGE_CLASSES, then it could be built for rpm and deb too. [Yocto 3006] Signed-off-by: Kang Kai --- meta/classes/populate_pytho

[OE-core] [PATCH 1/2] createrepo-native: update dependency

2013-01-20 Thread Kang Kai
"RDEPENDS_${PN}_class-native" doesn't work for native recipe because no -native package will be created. Then the dependencies listed here are not built when bitbake createrepo-native. Update and use DEPENDS_class-native instead. Signed-off-by: Kang Kai --- .../createrepo/createrepo_0.4.11.bb

[OE-core] [PATCH 0/2] Refactor external-python-tarball

2013-01-20 Thread Kang Kai
The following changes since commit be2a1508b16b3afc89521b3fa1eb195a0c6970fe: oprofile: set correct kernel path (2013-01-20 13:14:08 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/external-python http://git.pokylinux.org/cgit.cgi/poky-contrib/log/

[OE-core] [CONSOLIDATED PULL 0/5] Fixes for M3

2013-01-20 Thread Saul Wold
Richard, This contains a better fix for the Oprofile/PPC issue from Matthew along with the fix for non-GPLv3 issue from Chris L. Thanks Sau! The following changes since commit 5892db9a34c188b8a9bdaa86e19ba62a7f4793b5: oprofile: set correct kernel path (2013-01-20 13:13:54 +) are

Re: [OE-core] [PATCH 2/4] nfs-utils: Upgrade 1.2.3 -> 1.2.8-rc2

2013-01-20 Thread Saul Wold
On 01/19/2013 02:40 PM, Khem Raj wrote: From: Khem Raj Disable nfsv4l since it needs LVM2 which is not available in OE-Core Disable nfsdcltrack since its configure time check for sqlite3 is not cross compiling safe It can support ipv6 but thats disabled since we disable libtirpc which is need

Re: [OE-core] [PATCH] perl: Add dyanloader build hack

2013-01-20 Thread Saul Wold
On 01/19/2013 03:49 PM, Richard Purdie wrote: Patch perl to allow builds to work where a native perl running against target modules attempts to load a dynamic binary module. We assume that a native version of the module exists as it would for the target and perform an appropriate path substituti

Re: [OE-core] [PATCH 00/10] Initial systemd integration

2013-01-20 Thread Saul Wold
On 01/20/2013 10:34 AM, Saul Wold wrote: On 01/19/2013 02:47 PM, Ross Burton wrote: Hi, This series has the goal of enabling core-image-minimal to boot using systemd. As such it touches no real services, just the infrastructural tweaks to make the init manager a distribution choice, systemd its

Re: [OE-core] [PATCH 00/10] Initial systemd integration

2013-01-20 Thread Ciprian Ciubotariu
Hello. I am merely a user of the free OpenEmbedded, and I was quite happy to see that OpenEmbedded was heading towards providing multiple init managers (be it sysvinit, systemd, openrc, upstart or what not). However, from this series of patches it seems to me that systemd usage is added to the ope

[OE-core] [PATCH 1/2] xinetd: enable tcp-wrappers support by DISTRO_FEATURE

2013-01-20 Thread rongqing.li
From: "Roy.Li" Signed-off-by: Roy.Li --- meta/recipes-extended/xinetd/xinetd_2.3.15.bb |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb index 3bde512..0c0079b 100644 --- a/me

[OE-core] [PATCH 2/2] bitbake.conf: add tcp-wrappers to default DISTRO_FEATURES_BACKFILL

2013-01-20 Thread rongqing.li
From: "Roy.Li" tcp-wrappers DISTRO_FEATURES only is used in xinetd currently, but other packages maybe need it to enable tcp-wrapper support, like vsftpd. Signed-off-by: Roy.Li --- meta/conf/bitbake.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.c

[OE-core] [PATCH 0/2 v2] define and use tcp-wrappers DISTRO_FEATURE

2013-01-20 Thread rongqing.li
From: "Roy.Li" *** BLURB HERE *** The following changes since commit 5892db9a34c188b8a9bdaa86e19ba62a7f4793b5: oprofile: set correct kernel path (2013-01-20 13:13:54 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib enable_tcp_wrapper_for_xinetd http://

[OE-core] [PATCH] package.bbclass: drop unnecessary and broken packages.remove()

2013-01-20 Thread Christopher Larson
From: Christopher Larson Signed-off-by: Christopher Larson --- meta/classes/package.bbclass | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index b06cca5..068ab92 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.

Re: [OE-core] [PATCH 1/1] linux-yocto_3.4: use ${KSRC_linux_yocto_3_4_repo} based SRC_URI

2013-01-20 Thread Bruce Ashfield
On Sun, Jan 20, 2013 at 8:44 AM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Fri, 2013-01-18 at 17:43 +, Kamble, Nitin A wrote: > > > > > -Original Message- > > > From: Saul Wold [mailto:s...@linux.intel.com] > > > Sent: Friday, January 18, 2013 9:37 AM > > > To: K

Re: [OE-core] [PATCH 1/1] linux-yocto_3.4: use ${KSRC_linux_yocto_3_4_repo} based SRC_URI

2013-01-20 Thread Kamble, Nitin A
> Embrace the power of the scripting we have, there are much more > interesting ways to solve this problem generically. For example, I wrote this > piece of code in a few minutes (admittedly untested): > > > urlremapper.bbclass: > > python () { > mod = False > newsrcuri = [] > srcuri

Re: [OE-core] [PATCH 02/10] default-providers: Automatically set PREFERRED_PROVIDER_udev

2013-01-20 Thread Martin Jansa
On Mon, Jan 21, 2013 at 12:12:40AM +0100, Martin Jansa wrote: > On Sat, Jan 19, 2013 at 10:47:05PM +, Ross Burton wrote: > > From: Radu Moisan > > > > This is a more generic way to set preferred provider for udev. > > We expect to have multiple choices once we integrate other init > > manager

Re: [OE-core] [PATCH 02/10] default-providers: Automatically set PREFERRED_PROVIDER_udev

2013-01-20 Thread Martin Jansa
On Sat, Jan 19, 2013 at 10:47:05PM +, Ross Burton wrote: > From: Radu Moisan > > This is a more generic way to set preferred provider for udev. > We expect to have multiple choices once we integrate other init > managers, and this way we can automatically set it considering > distro settings.

[OE-core] [PATCH] gtk+3: refresh cross.patch

2013-01-20 Thread Ross Burton
cross.patch was accepted upstream, so update this patch with the commit that was merged. Signed-off-by: Ross Burton --- meta/recipes-gnome/gtk+/gtk+3/cross.patch | 63 - 1 file changed, 36 insertions(+), 27 deletions(-) diff --git a/meta/recipes-gnome/gtk+/gtk+3/cr

[OE-core] [PATCH] xorg-minimal-fonts: depend on font-alias instead of shipping fonts.alias

2013-01-20 Thread Marcin Juszkiewicz
| Collected errors: | * check_data_file_clashes: Package font-alias wants to install file /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/work/genericarmv8-oe-linux/core-image-lsb-dev/1.0-r0/rootfs/usr/share/fonts/X11/misc/fonts.alias | But that file is already provided

Re: [OE-core] [PATCH 00/10] Initial systemd integration

2013-01-20 Thread Burton, Ross
On 20 January 2013 18:34, Saul Wold wrote: > This change introduced a new warning about un-packaged files: > >> WARNING: QA Issue: connman: Files/directories were installed but not >> shipped >> /lib >> /lib/systemd >> /lib/systemd/system >> /lib/systemd/system/connman.service That will b

Re: [OE-core] [bitbake-devel] git address in SRC_URI, doesn't works for me

2013-01-20 Thread Chris Larson
As I already explained, the url scheme determines the tool to be used. http:// will call wget. git:// will call git. protocol= controls the underlying protocol it's fetched over. Not that complex. The alternative would be to reverse them, meaning you'd have to tell bitbake not to use wget for a htt

Re: [OE-core] [PATCH 00/10] Initial systemd integration

2013-01-20 Thread Saul Wold
On 01/19/2013 02:47 PM, Ross Burton wrote: Hi, This series has the goal of enabling core-image-minimal to boot using systemd. As such it touches no real services, just the infrastructural tweaks to make the init manager a distribution choice, systemd itself, and a few low-level changes. 95% of

Re: [OE-core] [PATCH] archiver.bbclass: Archive the native builds as well

2013-01-20 Thread Holger Hans Peter Freyther
On Sun, Jan 20, 2013 at 12:56:08PM +, Richard Purdie wrote: Dear Richard, > So there could well be a problem here but I'm not feeling happy we've > solved it yet. More information would be appreciated. I agree. The removal of -native comes from the fact that I wanted the source opkg-utils-na

Re: [OE-core] [bitbake-devel] git address in SRC_URI, doesn't works for me

2013-01-20 Thread Bernhard Reutner-Fischer
On 20 January 2013 07:08:35 lei yang wrote: On Sun, Jan 20, 2013 at 10:15 AM, Chris Larson wrote: > > On Sat, Jan 19, 2013 at 2:13 AM, lei yang wrote: >> >> SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http" >> it doe noting,and trying to find COPING,but it doesn't clone it >

Re: [OE-core] [PATCH 1/1] linux-yocto_3.4: use ${KSRC_linux_yocto_3_4_repo} based SRC_URI

2013-01-20 Thread Richard Purdie
On Fri, 2013-01-18 at 17:43 +, Kamble, Nitin A wrote: > > > -Original Message- > > From: Saul Wold [mailto:s...@linux.intel.com] > > Sent: Friday, January 18, 2013 9:37 AM > > To: Kamble, Nitin A > > Cc: Openembedded-core@lists.openembedded.org > > Subject: Re: [OE-core] [PATCH 1/1] li

[OE-core] [PATCH] xorg-minimal-fonts: depend on font-alias instead of shipping fonts.alias

2013-01-20 Thread Marcin Juszkiewicz
| Collected errors: | * check_data_file_clashes: Package font-alias wants to install file /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/work/genericarmv8-oe-linux/core-image-lsb-dev/1.0-r0/rootfs/usr/share/fonts/X11/misc/fonts.alias | But that file is already provided

[OE-core] [PATCH] xorg-minimal-fonts: depend on font-alias instead of shipping fonts.alias

2013-01-20 Thread Marcin Juszkiewicz
| Collected errors: | * check_data_file_clashes: Package font-alias wants to install file /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/work/genericarmv8-oe-linux/core-image-lsb-dev/1.0-r0/rootfs/usr/share/fonts/X11/misc/fonts.alias | But that file is already provided

Re: [OE-core] [PATCH] gcc: Enable OpenMP compiling and library

2013-01-20 Thread Richard Purdie
On Sat, 2013-01-19 at 10:31 +0100, mike.looijm...@topic.nl wrote: > From: Mike Looijmans > > Multicore embedded systems are getting more and more common. > > Remove "--disable-openmp" from the GCC configuration options and > always build libgomp. This only creates a "bigger" compiler but > has n

Re: [OE-core] [PATCH] archiver.bbclass: Archive the native builds as well

2013-01-20 Thread Richard Purdie
On Sat, 2013-01-19 at 09:44 +0100, Holger Hans Peter Freyther wrote: > On Fri, Jan 18, 2013 at 10:25:43AM -0800, Saul Wold wrote: > > > > I understand what the issue is here, but I am not sure this is the > > right solution. This will likely bring in way more than is wanted or > > needed for sourc