[oe] best practice for different projects on the same board

2013-01-25 Thread Jaap de Jong
Hi All, I'm wondering what the best practice would be in the following situation. We have a board that is going to be used in several projects. The set of basic packages is the same but every project might have some minor and perhaps sometimes major differences in f.i. config files. I don't want

[oe] [meta-oe/meta-webserver] apache2: fix the race issue of parallel installation

2013-01-25 Thread Zhenhua Luo
fix following race issue when do parallel install | mkdir: cannot create directory `/home/mypc/workspace/poky/build_p4080ds_release/tmp/work/ppce500mc-fsl_networking-linux/apache2/2.4.3-r1/image/usr/share/apache2': File exists ... | mkdir: cannot create directory

Re: [oe] best practice for different projects on the same board

2013-01-25 Thread Marcin Juszkiewicz
W dniu 25.01.2013 12:19, Jaap de Jong pisze: Hi All, I'm wondering what the best practice would be in the following situation. We have a board that is going to be used in several projects. The set of basic packages is the same but every project might have some minor and perhaps sometimes

[oe] [meta-oe/meta-systemd 0/5] various patches

2013-01-25 Thread Andreas Müller
The following changes since commit b7ff6ac09affebe72b7587d7e345adaae427ef3d: autofs: fails to compile with openldap disabled (2013-01-24 10:35:49 -0500) are available in the git repository at: git://gitorious.org/schnitzeltony-oe-meta/meta-openembedded.git patches Andreas Müller (5):

[oe] [meta-oe/meta-systemd 1/5] thunar: add RRECOMMENDS and RDEPENDS to ensure full functionality

2013-01-25 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb index

[oe] [meta-oe/meta-systemd 2/5] tumbler: update to 0.1.27

2013-01-25 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- .../{tumbler_0.1.26.bb = tumbler_0.1.27.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/tumbler/{tumbler_0.1.26.bb = tumbler_0.1.27.bb} (89%) diff --git

[oe] [meta-oe/meta-systemd 4/5] geany: initial add 1.22

2013-01-25 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta-oe/recipes-devtools/geany/geany_1.22.bb | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-devtools/geany/geany_1.22.bb diff --git

[oe] [meta-oe/meta-systemd 3/5] daemonize: initial add 1.73+

2013-01-25 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta-oe/recipes-support/daemonize/daemonize_git.bb | 12 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-support/daemonize/daemonize_git.bb diff --git

Re: [oe] [meta-oe/meta-systemd 1/5] thunar: add RRECOMMENDS and RDEPENDS to ensure full functionality

2013-01-25 Thread Martin Jansa
On Fri, Jan 25, 2013 at 12:48:52PM +0100, Andreas Müller wrote: Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git

Re: [oe] [meta-oe/meta-systemd 1/5] thunar: add RRECOMMENDS and RDEPENDS to ensure full functionality

2013-01-25 Thread Andreas Müller
On Fri, Jan 25, 2013 at 1:02 PM, Martin Jansa martin.ja...@gmail.com wrote: On Fri, Jan 25, 2013 at 12:48:52PM +0100, Andreas Müller wrote: Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb |5 + 1 files changed, 5

[oe] [PATCH][meta-systemd] meta-systemd: remove wpa-supplicant bbappend

2013-01-25 Thread Martin Jansa
* oe-core now has wpa-supplicant 2.0, but also installs wpa_supplicant.service to PN * feel free to add new bbappend with only systemd inherit and updated SYSTEMD_PACKAGES Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../wpa-supplicant/wpa-supplicant_2.0.bbappend| 15

[oe] [PATCHv2][meta-systemd] meta-systemd: remove wpa-supplicant bbappend

2013-01-25 Thread Martin Jansa
* oe-core now has wpa-supplicant 2.0, but also installs wpa_supplicant.service to PN * feel free to add new bbappend with only systemd inherit and updated SYSTEMD_PACKAGES Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../wpa-supplicant/wpa-supplicant_1.0.bbappend| 15

Re: [oe] [PATCH][meta-systemd] meta-systemd: remove wpa-supplicant bbappend

2013-01-25 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 25-01-13 16:02, Martin Jansa schreef: * oe-core now has wpa-supplicant 2.0, but also installs wpa_supplicant.service to PN * feel free to add new bbappend with only systemd inherit and updated SYSTEMD_PACKAGES FWIW, wpa-supplicant shouldn't be

Re: [oe] [meta-oe/meta-webserver] apache2: fix the race issue of parallel installation

2013-01-25 Thread Paul Eggleton
On Friday 25 January 2013 18:10:50 Zhenhua Luo wrote: fix following race issue when do parallel install | mkdir: cannot create directory | `/home/mypc/workspace/poky/build_p4080ds_release/tmp/work/ppce500mc-fsl_n | etworking-linux/apache2/2.4.3-r1/image/usr/share/apache2': File exists ...

[oe] [meta-oe][PATCH] gnuradio : Use PACKAGECONFIG so users can tweak build options.

2013-01-25 Thread Philip Balister
I hear from users that they are fiddling with the recipe to build gnuradio with different options for various purposes. Start adding PACKAGECONFIG support to reduce user editing of the recipe. Currently these options are supported: uhd : enable support for UHD based hardware. grc: Build gnuradio

[oe] [meta-oe/meta-systemd/V2 3/5] daemonize: initial add 1.73+

2013-01-25 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta-oe/recipes-support/daemonize/daemonize_git.bb | 12 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-support/daemonize/daemonize_git.bb diff --git

[oe] [meta-oe/meta-systemd/V2 0/5] various patches

2013-01-25 Thread Andreas Müller
V1-V2: thunar remove RDEPENDS_${PN} = eglibc-charmaps The following changes since commit b7ff6ac09affebe72b7587d7e345adaae427ef3d: autofs: fails to compile with openldap disabled (2013-01-24 10:35:49 -0500) are available in the git repository at:

[oe] [meta-oe/meta-systemd/V2 1/5] thunar: add RRECOMMENDS and RDEPENDS to ensure full functionality

2013-01-25 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb index

[oe] [meta-oe/meta-systemd/V2 2/5] tumbler: update to 0.1.27

2013-01-25 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- .../{tumbler_0.1.26.bb = tumbler_0.1.27.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/tumbler/{tumbler_0.1.26.bb = tumbler_0.1.27.bb} (89%) diff --git

[oe] [meta-oe/meta-systemd/V2 4/5] geany: initial add 1.22

2013-01-25 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta-oe/recipes-devtools/geany/geany_1.22.bb | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-devtools/geany/geany_1.22.bb diff --git

[oe] [meta-oe/meta-systemd/V2 5/5] lxdm: disable screensaver by default when starting X

2013-01-25 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta-oe/recipes-graphics/lxdm/lxdm_git.bb |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-graphics/lxdm/lxdm_git.bb b/meta-oe/recipes-graphics/lxdm/lxdm_git.bb index 3308e26..be83146

[oe] [meta-networking][PATCH 2/2] ebtables, arptables: add perl as runtime dependency

2013-01-25 Thread Khem Raj
Fixes errors like | Computing transaction...error: Can't install arptables-0.0.3+4-r0.0@ppce500v2: no package provides /usr/bin/perl Signed-off-by: Khem Raj raj.k...@gmail.com --- .../recipes-filter/ebtables/ebtables_2.0.10-4.bb |2 ++ .../recipes-support/arptables/arptables_0.0.3-4.bb |

[oe] [meta-oe][PATCH 1/2] i2c-tools: Upgrade to 3.0.3 - 3.1.0

2013-01-25 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- .../i2c-tools/i2c-tools-3.0.3/Module.mk| 72 .../i2c-tools/i2c-tools-3.1.0/Module.mk| 72 .../recipes-support/i2c-tools/i2c-tools_3.0.3.bb | 24 ---