Re: [oe] [meta-oe][PATCH 2/2] opencv: switch to out-of-tree builds

2013-03-22 Thread Martin Jansa
On Sun, Mar 17, 2013 at 11:33:33AM +0100, Koen Kooi wrote: This eliminates a few warnings from the configure step and makes sense in general. Both applied, thanks! Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta-oe/recipes-support/opencv/opencv_2.4.3.bb | 4 1 file

Re: [oe] [meta-multimedia][PATCH] libmusicbrainz: fix subsequent invocations of do_configure

2013-03-22 Thread Martin Jansa
On Tue, Mar 19, 2013 at 01:44:20PM +0100, Andreas Oberritter wrote: Every second invocation of do_configure failed with this error: Applied, thanks! | CMake Error at src/CMakeLists.txt:19 (INCLUDE): | include could not find load file: | |

Re: [oe] [PATCH] polkit: add (taken from oe-core)

2013-03-22 Thread Martin Jansa
On Tue, Mar 19, 2013 at 05:11:51PM +, Ross Burton wrote: PolKit will be removed from oe-core as it isn't massively applicable in embedded, isn't used by anything by default anymore, and future upgrades require the SpiderMonkey JavaScript runtime. Applied, thanks! Signed-off-by: Ross

Re: [oe] [meta-oe][PATCH 2/2] layer.conf: add ca-certificates to SIGGEN_EXCLUDERECIPES_ABISAFE

2013-03-22 Thread Martin Jansa
On Tue, Mar 19, 2013 at 08:32:30PM +0100, Andreas Oberritter wrote: Signed-off-by: Andreas Oberritter o...@opendreambox.org Both applied, thanks! --- meta-oe/conf/layer.conf |1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index

Re: [oe] [meta-oe][PATCH v4] fingerterm: Added 1.0.2 recipe

2013-03-22 Thread Martin Jansa
On Wed, Mar 20, 2013 at 11:16:18AM -0700, Felipe Ferreri Tonello wrote: Hi Martin, On 03/20/2013 03:05 AM, Martin Jansa wrote: On Tue, Mar 19, 2013 at 03:00:33PM -0700, e...@felipetonello.com wrote: From: Felipe F. Tonello ftone...@cercacor.com Fingerterm is a terminal emulator for

Re: [oe] [meta-browser][PATCH] libxi: Rename bbappend to match oe-core

2013-03-22 Thread Martin Jansa
On Wed, Mar 20, 2013 at 02:12:08AM -0700, Khem Raj wrote: Signed-off-by: Khem Raj raj.k...@gmail.com --- .../{libxi_1.6.1.bbappend = libxi_1.7.bbappend} |0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-graphics/libxi/{libxi_1.6.1.bbappend = libxi_1.7.bbappend}

Re: [oe] [meta-oe][PATCH] busybox: move /etc/default/busybox-syslog to ${PN}-syslog

2013-03-22 Thread Martin Jansa
On Wed, Mar 20, 2013 at 11:08:36PM +0100, Andreas Oberritter wrote: Signed-off-by: Andreas Oberritter o...@opendreambox.org --- meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend

Re: [oe] [meta-oe][PATCH] openldap: do not strip during install

2013-03-22 Thread Martin Jansa
On Thu, Mar 21, 2013 at 02:38:28PM +0100, Marcin Juszkiewicz wrote: Before: WARNING: File '/usr/lib/openldap/slapd' from openldap was already stripped, this will prevent future debugging! WARNING: File '/usr/bin/ldapsearch' from openldap was already stripped, this will prevent future

Re: [oe] [meta-oe][PATCH] libtinyxml: Add native support and use relative paths

2013-03-22 Thread Martin Jansa
On Thu, Mar 14, 2013 at 05:45:57PM +0100, Stefan Herbrechtsmeier wrote: Replace CXXFLAGS += -fPIC with EXTRA_CXXFLAGS to allow native build and use relative paths to simplify recipe. Applied, thanks! Signed-off-by: Stefan Herbrechtsmeier ste...@herbrechtsmeier.net ---

Re: [oe] [meta-oe][PATCH] luajit: Fix build with SSTATE enabled

2013-03-22 Thread Martin Jansa
On Thu, Mar 14, 2013 at 02:05:58PM -0700, Khem Raj wrote: luajit does not honor standard CC variables so when its built from shared state it does not compile because --sysroot is wrong. Applied, thanks! This patch fixes the problem by passing the TOOLCHAIN_OPTONS to appropriate flags so

Re: [oe] [PATCH] wpa_supplicant: Location of systemd services files changed

2013-03-22 Thread Martin Jansa
On Fri, Mar 15, 2013 at 09:26:54AM +0200, Jukka Rissanen wrote: Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- .../recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [meta-oe][PATCH] python-numpy: add i586 *config.h files

2013-03-22 Thread Martin Jansa
On Sat, Mar 16, 2013 at 02:15:55PM +0100, Koen Kooi wrote: Generated using native compile on FRI2/angstrom Applied, thanks! Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- .../python/python-numpy/i586/config.h | 108 +

Re: [oe] [meta-oe][PATCH] xfsprogs: fix compile with uclibc

2013-03-22 Thread Martin Jansa
On Wed, Mar 13, 2013 at 10:23:46PM +0100, Andreas Oberritter wrote: Uclibc doesn't have aio.h, which xfsprogs checks for. However, xfsprogs doesn't use aio. Applied, thanks! Signed-off-by: Andreas Oberritter o...@opendreambox.org --- .../drop-configure-check-for-aio.patch |

Re: [oe] [meta-oe][PATCH] lio-utils: initial add 4.1

2013-03-22 Thread Martin Jansa
On Wed, Mar 13, 2013 at 03:49:42PM +0800, b28...@freescale.com wrote: From: Ting Liu b28...@freescale.com lio-utils (lio-utils.git) provide a simple low-level configuration tool set for the Target+iSCSI (LIO). Applied, thanks! lio-utils use the configFS kernel API that is available with

[oe] [meta-oe][for-danny][PATCH] libdvdread: Update to newer GIT server

2013-03-22 Thread Otavio Salvador
Daniel has moved to newer GIT server and also imported the Debian packages on it so the previously used hash is not available. Update accordingly. Change-Id: I0b42d76031175b85bd1711ba5ef01f5a2a34dc46 Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- .../libdvdread/libdvdread_4.1.3-10.bb

Re: [oe] [meta-networking][PATCH] tftp-hpa: make init script work

2013-03-22 Thread Joe MacDonald
[Re: [meta-networking][PATCH] tftp-hpa: make init script work] On 13.03.18 (Mon 11:39) Joe MacDonald wrote: Hey Roy, [[meta-networking][PATCH] tftp-hpa: make init script work] On 13.03.05 (Tue 09:00) rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com 1. fix

Re: [oe] [meta-oe][PATCH][for-danny] kernel bbclass: return to original directory in do_deploy

2013-03-22 Thread Maupin, Chase
Ping on this patch. I did not submit for master since the master branch has already removed the kernel.bbclass. -Original Message- From: Maupin, Chase Sent: Monday, March 18, 2013 12:50 PM To: openembedded-devel@lists.openembedded.org Cc: Maupin, Chase Subject:

[oe] Adding a recipe to oe bitbake

2013-03-22 Thread David Hirst
Hi, I have been struggling with a oe/bitbake issue. I wanted to add an other .bb to the image file. I have tried multiple ways but always end up at the same spot. I have created a new task-XXX.bb file which includes my bb I edited the -rootfs-image.bb to include the task-XXX.bb. Once built

Re: [oe] Adding a recipe to oe bitbake

2013-03-22 Thread Gary Thomas
On 2013-03-22 08:24, David Hirst wrote: Hi, I have been struggling with a oe/bitbake issue. I wanted to add an other .bb to the image file. I have tried multiple ways but always end up at the same spot. I have created a new task-XXX.bb file which includes my bb I edited the

Re: [oe] Adding a recipe to oe bitbake

2013-03-22 Thread David Hirst
OK, Sorry for the carpet bombing! I added this to tisdk-rootfs-image task-arago-xyz \ to look for the new task file I have included the task and pure-ftpd bb files also. I would love to understand why this does not work.

Re: [oe] Adding a recipe to oe bitbake

2013-03-22 Thread Gary Thomas
On 2013-03-22 08:42, David Hirst wrote: OK, Sorry for the carpet bombing! I added this to tisdk-rootfs-image task-arago-xyz \ to look for the new task file I have included the task and pure-ftpd bb files also. I would love to understand why this does not work. What steps did you run after

Re: [oe] Adding a recipe to oe bitbake

2013-03-22 Thread David Hirst
I did a bitbake tisdk-rootfs-image -c clean I will try the cleanstate It seems really difficult to get started from an absolutely clean slate, some where status is held that gets in the way I will let you know Thanks so far On Fri, Mar 22, 2013 at 10:51 AM, Gary Thomas g...@mlbassoc.com wrote:

Re: [oe] [meta-networking][danny][PATCH] layer.conf: Use .= for adding to BBPATH and += to BBFILES

2013-03-22 Thread Joe MacDonald
[Re: [oe] [meta-networking][danny][PATCH] layer.conf: Use .= for adding to BBPATH and += to BBFILES] On 13.03.21 (Thu 15:22) Chris Larson wrote: On Thu, Mar 21, 2013 at 3:11 PM, Mark Hatle mark.ha...@windriver.comwrote: On 3/21/13 4:46 PM, Christopher Larson wrote: From: Andrei Gherzan

Re: [oe] Adding a recipe to oe bitbake

2013-03-22 Thread David Hirst
Here are the results, the same as before, in the build directories all seems fine but the final output only has the /usr/share/man/man8/files in oe-layersetup/build/arago-tmp-external-arago-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/pure-ftpd-1.0.29-r0/image/usr/sbin are the following files:

[oe] [PATCH 00/22] hybrid systemd/sysvinit, and systemd fixes

2013-03-22 Thread Ross Burton
Hi, This series changes the package groups and distro feature setup to allow simultaneous use of sysvinit and systemd, with a number of fixes that were discovered on the way. As before there are sysvinit and systemd DISTRO_FEATURES. These are not mutually exclusive, and sysvinit is backfilled

[oe] [PATCH 01/22] busybox: enable systemd integration for syslogd

2013-03-22 Thread Ross Burton
From: Radu Moisan radu.moi...@intel.com Signed-off-by: Radu Moisan radu.moi...@intel.com Signed-off-by: Andreas Müller schnitzelt...@googlemail.com Signed-off-by: Khem Raj raj.k...@gmail.com Signed-off-by: Koen Kooi k...@dominion.thruhere.net Signed-off-by: Ross Burton ross.bur...@intel.com ---

[oe] [PATCH 02/22] busybox: add strictatime support to mount

2013-03-22 Thread Ross Burton
systemd uses strictatime when mounting tmpfs. Luckily this is already supported upstream, so backport the patch from git. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../busybox/busybox-1.20.2/strict-atime.patch | 49

[oe] [PATCH 04/22] systemd: merge udev-systemd into udev

2013-03-22 Thread Ross Burton
Merge the contents of udev-systemd, which is just the service files, into udev itself. This split wasn't intended to ever happen in oe-core. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/systemd/systemd_197.bb |9 - 1 file changed, 4 insertions(+), 5

[oe] [PATCH 03/22] systemd: make xz support (compressed journal) optional, defaulting to on.

2013-03-22 Thread Ross Burton
Compressed journals means using liblzma, sf the journal isn't going to be used this can be disabled. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/systemd/systemd_197.bb |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[oe] [PATCH 05/22] core-image-minimal-initramfs: don't install busybox-syslog

2013-03-22 Thread Ross Burton
This uses BAD_RECOMMENDATIONS which isn't supported by all package backends, but it's a start. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/images/core-image-minimal-initramfs.bb |2 ++ 1 file changed, 2 insertions(+) diff --git

[oe] [PATCH 06/22] systemd: don't depend on the PCI/USB databases

2013-03-22 Thread Ross Burton
systemd ships its own databases (hwdb), so we don't need another copy. --with-pci-ids isn't recognised by configure, so remove it. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/systemd/systemd_197.bb |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[oe] [PATCH 08/22] default-providers: change udev selection logic

2013-03-22 Thread Ross Burton
Change the logic so that the udev provider is the standalone udev, unless the systemd DISTRO_FEATURE is set. The previous logic was designed to fail if both sysvinit and systemd were enabled, which we're supporting now. Signed-off-by: Ross Burton ross.bur...@intel.com ---

[oe] [PATCH 07/22] systemd: split out the hwdb data

2013-03-22 Thread Ross Burton
The hardware databases are not essential and also quite large, so split them out into udev-hwdb. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/systemd/systemd_197.bb | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git

[oe] [PATCH 12/22] systemd: check for systemctl first, and don't force systemd to be installed.

2013-03-22 Thread Ross Burton
With both sysvinit and systemd features enabled these postinsts may actually run on a target without systemd, so check that systemctl is present before using it. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/classes/systemd.bbclass | 27 +++ 1 file changed,

[oe] [PATCH 09/22] update-rcd.bbclass: handle both sysvinit and systemd features being present

2013-03-22 Thread Ross Burton
Run the helper if the sysvinit feature is present, or if the systemd feature is present but the systemd class hasn't been inherited. We want to run in the latter case as systemd has sysvinit compatibility, but we don't want to always run so that pure systemd images don't have redundant sysvinit

[oe] [PATCH 10/22] util-linux: split uuidd into it's own package, and enable for systemd

2013-03-22 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/util-linux/util-linux.inc | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 41a5471..46daab7

[oe] [PATCH 14/22] update-rc.d/systemd: change communication variable name

2013-03-22 Thread Ross Burton
Rename SYSTEMD_BBCLASS_ENABLED to INHIBIT_UPDATERCD_BBCLASS to reflect the action, for clarity. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/classes/systemd.bbclass | 11 +++ meta/classes/update-rc.d.bbclass |8 +++- 2 files changed, 10 insertions(+), 9

[oe] [PATCH 11/22] update-rcd: drop depends to recommends, check for update-rcd in scripts

2013-03-22 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/classes/update-rc.d.bbclass | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/meta/classes/update-rc.d.bbclass b/meta/classes/update-rc.d.bbclass index 06b91c1..0997702 100644 ---

[oe] [PATCH 15/22] default-distrovars: don't add INITMAN to DISTRO_FEATURES and DISTRO_FEATURES_BACKFILL

2013-03-22 Thread Ross Burton
DISTRO_FEATURES_INITMAN is going away as it's not useful in a hybrid init script environment. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/conf/distro/include/default-distrovars.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [PATCH 16/22] bitbake.conf: explicitly backfill sysvinit, not DISTRO_FEATURES_INITMAN

2013-03-22 Thread Ross Burton
Reflect reality by backfilling sysvinit support, instead of whatever value was in DISTRO_FEATURES_INITMAN. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/conf/bitbake.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf

[oe] [PATCH 13/22] systemd: add udev init script for hybrid sysvinit/systemd usage

2013-03-22 Thread Ross Burton
With both sysvinit and systemd features it's possible to use systemd's udev with sysvinit, so add the required init script. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/systemd/systemd/init | 101 ++

[oe] [PATCH 18/22] default-distrovars: remove obsolete DISTRO_FEATURES_INITMAN reference

2013-03-22 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/conf/distro/include/default-distrovars.inc |1 - 1 file changed, 1 deletion(-) diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index eafbcc2..b0586d6 100644 ---

[oe] [PATCH 20/22] Revert base-files: add fstab for systemd based systems

2013-03-22 Thread Ross Burton
From: Andreas Oberritter o...@opendreambox.org For hybrid systemd/sysvinit builds, only one fstab can be used. The default fstab used by sysvinit should work fine with systemd. Since virtually every machine will ship its own fstab in its bsp layer, the bsp layer may decide how to override the

[oe] [PATCH 17/22] local.conf.sample.extended: remove obsolete DISTRO_FEATURES_INITMAN reference

2013-03-22 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-yocto/conf/local.conf.sample.extended |4 1 file changed, 4 deletions(-) diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index 8e5dca5..747636c 100644 ---

[oe] [PATCH 22/22] systemd: recommend systemd-compat-units

2013-03-22 Thread Ross Burton
These are more than useful as they ensure some services are not started twice, and cause the first-boot postinstalls to run. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/systemd/systemd_197.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [PATCH 21/22] systemd-compat-units: disable dbus-1

2013-03-22 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/systemd/systemd-compat-units.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb index 19a1ea1..9b4a8a4 100644 ---

[oe] [PATCH 19/22] packagegroup-core-boot: revert to specifying sysvinit as default init manager

2013-03-22 Thread Ross Burton
Don't follow DISTRO_FEATURES_INITMAN as that makes the packagegroups rebuild if you switch init manager. As in hybrid situations there's generally a clear primary and minimal init manager choice, so change VIRTUAL-RUNTIME_init_manager to set the primary init manager, and roll your own

Re: [oe] Adding a recipe to oe bitbake

2013-03-22 Thread Gary Thomas
On 2013-03-22 11:31, David Hirst wrote: Here are the results, the same as before, in the build directories all seems fine but the final output only has the /usr/share/man/man8/files in

Re: [oe] Adding a recipe to oe bitbake

2013-03-22 Thread David Hirst
BitBake Build Tool Core version 1.15.2, bitbake version 1.15.2 gst-meta-base :0.10-r10 meta-environment-arm :1.0-r8 meta-ide-support :1.0-r2 meta-toolchain :1.0-r7 meta-toolchain-arago :1.0-r13 meta-toolchain-arago-qte :1.0-r9 meta-toolchain-arago-tisdk :1.0-r0 meta-toolchain-gmae :1.0-r7

Re: [oe] Adding a recipe to oe bitbake

2013-03-22 Thread David Hirst
I added the line with no effect, here are the last lines of the build I notice that there are noexec on several lines, not sure if this has any effect NOTE: Running task 3804 of 3809 (ID: 2113, /home/hirst689/oe-layersetup/sources/meta-arago/meta-arago-distro/recipes-netbotz/pure-ftpd/

Re: [oe] [meta-networking][PATCH 0/1][V2] Quagga has no snmp support, unrecognized options --enable-tcp-md5

2013-03-22 Thread Joe MacDonald
[[meta-networking][PATCH 0/1][V2] Quagga has no snmp support, unrecognized options --enable-tcp-md5] On 13.03.21 (Thu 15:05) Aws Ismail wrote: *** V2 *** Fix typo in the SNMP CONF line *** V2 *** This commit introduces a set of changes to do the following: 1. Update the configure

Re: [oe] Adding a recipe to oe bitbake

2013-03-22 Thread David Hirst
OK, now I have some progress, what I have done is to drop the task and call pure-ftpd directly from tisdk-rootfs-image and I get the following in the image. Somehow this just seems wrong but it works

Re: [oe] [OE-core] [PATCH 09/22] update-rcd.bbclass: handle both sysvinit and systemd features being present

2013-03-22 Thread Martin Jansa
On Fri, Mar 22, 2013 at 05:38:29PM +, Ross Burton wrote: Run the helper if the sysvinit feature is present, or if the systemd feature is present but the systemd class hasn't been inherited. We want to run in the latter case as systemd has sysvinit compatibility, but we don't want to

Re: [oe] [OE-core] [PATCH 09/22] update-rcd.bbclass: handle both sysvinit and systemd features being present

2013-03-22 Thread Burton, Ross
On 22 March 2013 19:04, Martin Jansa martin.ja...@gmail.com wrote: Isn't DISTRO_FEATURES_INITMAN removed later in this series? Yes. I reviewed this series entirely twice and still this slipped through. Consider the chunks mentioning INITMAN gone. Ross

Re: [oe] [PATCH 00/22] hybrid systemd/sysvinit, and systemd fixes

2013-03-22 Thread Martin Jansa
On Fri, Mar 22, 2013 at 05:38:20PM +, Ross Burton wrote: Hi, The following changes since commit 6211a2bdd32f7b2c8de7a5d75353c0522c8d4230: scripts/qemu-testlib: Add more debugging information (2013-03-21 17:05:15 +) are available in the git repository at:

Re: [oe] [2011.03-maintenance][PATCH v5 0/2] Pull request 20130314

2013-03-22 Thread Apelete Seketeli
Hi Tom, Le 14-Mar-13, Apelete Seketeli a écrit: Hello, The patches that come as a follow-up of this message fix an issue found while building muffinman-image on top of the 2011.03-maintenance branch, and also build a ubi image for the ben-nanonote machine. This work is intended to be used