Re: [OE-core] [PATCH] tinfoil: support other fds, enable color support

2013-01-25 Thread Christopher Larson
On Fri, Jan 25, 2013 at 5:55 PM, Christopher Larson wrote: > From: Christopher Larson > > Rather than only handling sys.stdout, also support any arbitrary file > object, > and enable color for the formatter if that file is a tty. > > Signed-off-by: Christopher Larson > Erm, ignore this, wrong l

[OE-core] [PATCH] tinfoil: support other fds, enable color support

2013-01-25 Thread Christopher Larson
From: Christopher Larson Rather than only handling sys.stdout, also support any arbitrary file object, and enable color for the formatter if that file is a tty. Signed-off-by: Christopher Larson --- lib/bb/tinfoil.py | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/l

Re: [OE-core] [PATCH v2] systemd: set default.target to multi-user.target

2013-01-25 Thread Richard Purdie
On Fri, 2013-01-25 at 22:09 +0100, Andreas Müller wrote: > Please let's remember how it started: avoiding a single warning for > missing display-manager.service on console images... Don't be too quick to trivialise this. You start with accepting one warning at boot. Another appears, well its only

Re: [OE-core] [PATCH v2] poky-tiny: Update for DISTRO_FEATURES_INITMAN

2013-01-25 Thread Darren Hart
On 01/25/2013 03:47 PM, Saul Wold wrote: > This patch accounts for the addition of DISTRO_FEATURES_INITMAN which > sets the VIRTUAL_RUNTIME_init_manager, so that does not need to be set. > Thank you Saul! > Signed-off-by: Saul Wold Acked-by: Darren Hart > --- > meta-yocto/conf/distro/pok

[OE-core] [PATCH v2] poky-tiny: Update for DISTRO_FEATURES_INITMAN

2013-01-25 Thread Saul Wold
This patch accounts for the addition of DISTRO_FEATURES_INITMAN which sets the VIRTUAL_RUNTIME_init_manager, so that does not need to be set. Signed-off-by: Saul Wold --- meta-yocto/conf/distro/poky-tiny.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-yocto/conf/

Re: [OE-core] [PATCH] poky-tiny: Add pulseaudio to DISTRO_FEATURES_BACKFILL_CONSIDERED

2013-01-25 Thread Darren Hart
On 01/25/2013 03:39 PM, Saul Wold wrote: > This is to ensure it won't be included in DISTRO_FEATURES, we have > considered it and it's not appropriate for the poky-tiny release. Wow, that naming throws me, but the commit message clears it up. > Signed-off-by: Saul Wold Acked-by: Darren Hart >

[OE-core] [PATCH] poky-tiny: Add pulseaudio to DISTRO_FEATURES_BACKFILL_CONSIDERED

2013-01-25 Thread Saul Wold
This is to ensure it won't be included in DISTRO_FEATURES, we have considered it and it's not appropriate for the poky-tiny release. Signed-off-by: Saul Wold --- meta-yocto/conf/distro/poky-tiny.conf |1 + 1 file changed, 1 insertion(+) diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/

Re: [OE-core] [PATCH] poky-tiny: Update for DISTRO_FEATURES_INITMAN

2013-01-25 Thread Darren Hart
On 01/25/2013 03:33 PM, Saul Wold wrote: > On 01/25/2013 03:25 PM, Darren Hart wrote: >> On 01/25/2013 03:05 PM, Saul Wold wrote: >>> This patch accounts for the addition of DISTRO_FEATURES_INITMAN which >>> sets the VIRTUAL_RUNTIME_init_manager, so that does not need to be set. >>> >>> Signed-of

Re: [OE-core] [PATCH] poky-tiny: Update for DISTRO_FEATURES_INITMAN

2013-01-25 Thread Saul Wold
On 01/25/2013 03:25 PM, Darren Hart wrote: On 01/25/2013 03:05 PM, Saul Wold wrote: This patch accounts for the addition of DISTRO_FEATURES_INITMAN which sets the VIRTUAL_RUNTIME_init_manager, so that does not need to be set. Signed-off-by: Saul Wold I thought I understood it... until I rea

Re: [OE-core] [PATCH] poky-tiny: Update for DISTRO_FEATURES_INITMAN

2013-01-25 Thread Darren Hart
On 01/25/2013 03:05 PM, Saul Wold wrote: > This patch accounts for the addition of DISTRO_FEATURES_INITMAN which > sets the VIRTUAL_RUNTIME_init_manager, so that does not need to be set. > > Signed-off-by: Saul Wold I thought I understood it... until I read the new comment. What is this DISTRO_

Re: [OE-core] [PATCH 0/2] Improve DRI handling support flexibility

2013-01-25 Thread Richard Purdie
On Fri, 2013-01-25 at 20:32 -0200, Otavio Salvador wrote: > There're some processors which provide binary blobs for DRI and GPU > support which need to be build in BSP; to avoid some dirt and ugly > hacks in BSP we ought to be flexible. > > We splitted the glx and dri PACKAGECONFIG options and add

[OE-core] [PATCH] poky-tiny: Update for DISTRO_FEATURES_INITMAN

2013-01-25 Thread Saul Wold
This patch accounts for the addition of DISTRO_FEATURES_INITMAN which sets the VIRTUAL_RUNTIME_init_manager, so that does not need to be set. Signed-off-by: Saul Wold --- meta-yocto/conf/distro/poky-tiny.conf |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-yocto/con

[OE-core] [PATCH 0/1] Fix harfbuzz make install error

2013-01-25 Thread Marko Lindqvist
I've not managed to reproduce harfbuzz make install error reported from autobuilder, but there seems to be rather obvious error in harfbuzz that this patch works around. - ML The following changes since commit cc490d76aba0a778409ca1a3d0e1f2c308684c9b: valgrind: explicitly disable MPI2 suppor

[OE-core] [PATCH 2/2] xserver-xorg: Split 'glx' and 'dri' PACKAGECONFIG options

2013-01-25 Thread Otavio Salvador
Some SoC need 'dri' support even when not building glx; this patch splits it in two PACKAGECONFIG options ('glx' and 'dri') but does not change the default (both enabled). Signed-off-by: Otavio Salvador --- meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 13 - 1 file changed, 8

[OE-core] [PATCH 0/2] Improve DRI handling support flexibility

2013-01-25 Thread Otavio Salvador
There're some processors which provide binary blobs for DRI and GPU support which need to be build in BSP; to avoid some dirt and ugly hacks in BSP we ought to be flexible. We splitted the glx and dri PACKAGECONFIG options and added a virtual/dri provider so BSP can override it, if need. Otavio S

[OE-core] [PATCH 1/2] mesa: Add virtual/dri provides

2013-01-25 Thread Otavio Salvador
This allow for use DRI alternative implementations as done in some ARM SoCs. Signed-off-by: Otavio Salvador --- meta/recipes-graphics/mesa/mesa-common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/m

Re: [OE-core] [PATCH v2] systemd: set default.target to multi-user.target

2013-01-25 Thread Andreas Müller
On Fri, Jan 25, 2013 at 9:26 PM, Martin Jansa wrote: > On Fri, Jan 25, 2013 at 08:21:05PM +, Ross Burton wrote: >> On Friday, 25 January 2013 at 19:34, Martin Jansa wrote: >> > Something like: >> > >> > systemd: >> > inherit update-alternatives >> > ALTERNATIVE_${PN} = "systemd-def-target" >>

Re: [OE-core] [PATCH v2] systemd: set default.target to multi-user.target

2013-01-25 Thread Martin Jansa
On Fri, Jan 25, 2013 at 08:21:05PM +, Ross Burton wrote: > On Friday, 25 January 2013 at 19:34, Martin Jansa wrote: > > Something like: > > > > systemd: > > inherit update-alternatives > > ALTERNATIVE_${PN} = "systemd-def-target" > > ALTERNATIVE_TARGET[systemd-def-target] = > > "${systemd_uni

Re: [OE-core] [PATCH v2] systemd: set default.target to multi-user.target

2013-01-25 Thread Ross Burton
On Friday, 25 January 2013 at 19:34, Martin Jansa wrote: > Something like: > > systemd: > inherit update-alternatives > ALTERNATIVE_${PN} = "systemd-def-target" > ALTERNATIVE_TARGET[systemd-def-target] = > "${systemd_unitdir}/system/multi-user.target" > ALTERNATIVE_LINK_NAME[systemd-def-target] =

[OE-core] [PATCH 7/7] oe-core: add world-image

2013-01-25 Thread Martin Jansa
* this depends on newer bitbake * similar to world target, but collects all PACKAGES * recipes marked with EXCLUDE_FROM_WORLD are excluded from world as well as world-image * recipes marked with EXCLUDE_FROM_WORLD_IMAGE are excluded completely from world-image, sometimes you can build 2 recipes

[OE-core] [PATCH 6/7] eglibc-package: remove infodir/dir if it exists

2013-01-25 Thread Martin Jansa
* fixes error in world-image build: * check_data_file_clashes: Package eglibc-doc wants to install file rootfs/usr/share/info/dir But that file is already provided by package * gcc-doc Signed-off-by: Martin Jansa --- meta/recipes-core/eglibc/eglibc-package.inc | 4 1 file changed, 4

[OE-core] [PATCH 5/7] eglibc-scripts: don't package mtrace, RDEPEND on eglibc-mtrace instead, fix RDEPENDS

2013-01-25 Thread Martin Jansa
* eglibc-mtrace and eglibc-scripts provide the same mtrace script * remove mtrace from eglibc-scripts and replace it with RDEPENDS * mtrace also needs perl (eglibc-mtrace has correct RDEPENDS), bash is for sotruss and xtrace * remove invalid RDEPENDS_ldd, ldd is now using /bin/sh and is not pac

[OE-core] [PATCH 3/7] automake: use autotools_do_install

2013-01-25 Thread Martin Jansa
* autotools_do_install removes /info/dir when it exists, overwritting whole do_install prevented that, use do_install_append instead. Signed-off-by: Martin Jansa --- meta/recipes-devtools/automake/automake_1.12.6.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/rec

[OE-core] [PATCH 4/7] gcc-configure-runtime: always remove info/dir

2013-01-25 Thread Martin Jansa
* move libgomp.info removal also outside that for cycle, can be removed outside if exists * also use infodir variable instead of ${datadir}/info Signed-off-by: Martin Jansa --- meta/recipes-devtools/gcc/gcc-configure-runtime.inc | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) dif

[OE-core] [PATCH 1/7] console-tools, kbd: add RREPLACES/RPROVIDES/RCONFLICTS combo between PN-dbg

2013-01-25 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-core/console-tools/console-tools_0.3.2.bb | 7 +++ meta/recipes-core/kbd/kbd_1.15.2.bb| 3 +++ 2 files changed, 10 insertions(+) diff --git a/meta/recipes-core/console-tools/console-tools_0.3.2.bb b/meta/recipes-core/console-t

[OE-core] [PATCH 2/7] initrdscripts: exclude conflicting packages from world-image

2013-01-25 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb | 2 ++ meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb b/meta/recipes-core/init

[OE-core] [PATCH 0/7] world-image fixes

2013-01-25 Thread Martin Jansa
This depends on http://lists.linuxtogo.org/pipermail/bitbake-devel/2013-January/004091.html And world-image is far from building correctly, see "File conflicts between PN-doc packages" thread. Later I'll post error log from world-image build including complete oe-core and ~20 more layers. The f

Re: [OE-core] [PATCH] scripts/wipe-sysroot: add script to safely wipe the sysroots

2013-01-25 Thread Burton, Ross
On 25 January 2013 18:16, Paul Eggleton wrote: > On Friday 25 January 2013 17:43:02 Ross Burton wrote: >> Add a script to wipe the sysroots and all of the relevant stamps, so that it >> will be correctly re-populated. > > What I'm missing from this and/or the script header is when you would need t

Re: [OE-core] [PATCH v2] systemd: set default.target to multi-user.target

2013-01-25 Thread Martin Jansa
On Fri, Jan 25, 2013 at 07:35:51PM +0100, Andreas Müller wrote: > On Fri, Jan 25, 2013 at 7:06 PM, Martin Jansa wrote: > > On Fri, Jan 25, 2013 at 06:53:54PM +0100, Andreas Müller wrote: > >> On Fri, Jan 25, 2013 at 6:50 PM, Burton, Ross > >> wrote: > >> > Hi, > >> > > >> > Been chatting to Rich

Re: [OE-core] [PATCH v2] systemd: set default.target to multi-user.target

2013-01-25 Thread Andreas Müller
On Fri, Jan 25, 2013 at 7:06 PM, Martin Jansa wrote: > On Fri, Jan 25, 2013 at 06:53:54PM +0100, Andreas Müller wrote: >> On Fri, Jan 25, 2013 at 6:50 PM, Burton, Ross wrote: >> > Hi, >> > >> > Been chatting to Richard. How about systemd ships a symlink to >> > multi-user, and the X11 init scrip

Re: [OE-core] [PATCH] scripts/wipe-sysroot: add script to safely wipe the sysroots

2013-01-25 Thread Paul Eggleton
On Friday 25 January 2013 17:43:02 Ross Burton wrote: > Add a script to wipe the sysroots and all of the relevant stamps, so that it > will be correctly re-populated. What I'm missing from this and/or the script header is when you would need to do this... ? Cheers, Paul -- Paul Eggleton Intel

Re: [OE-core] [PATCH v2] systemd: set default.target to multi-user.target

2013-01-25 Thread Martin Jansa
On Fri, Jan 25, 2013 at 06:53:54PM +0100, Andreas Müller wrote: > On Fri, Jan 25, 2013 at 6:50 PM, Burton, Ross wrote: > > Hi, > > > > Been chatting to Richard. How about systemd ships a symlink to > > multi-user, and the X11 init script packages change the symlink to > > graphical in their posti

Re: [OE-core] [PATCH 2/2] base: make feature backfilling happen earlier

2013-01-25 Thread Enrico Scholz
Ross Burton writes: > Backfilling DISTRO_FEATURES and MACHINE_FEATURES with _append statements > happens too late to use those variables with conditional inherits, like > this: This causes regressions for setups where DISTRO_FEATURES_BACKFILL uses the override mechanism. E.g. I have | DISTRO_FE

Re: [OE-core] [PATCH v2] systemd: set default.target to multi-user.target

2013-01-25 Thread Andreas Müller
On Fri, Jan 25, 2013 at 6:50 PM, Burton, Ross wrote: > Hi, > > Been chatting to Richard. How about systemd ships a symlink to > multi-user, and the X11 init script packages change the symlink to > graphical in their postinst. > > (we must remember to put this in the release notes for anyone who h

Re: [OE-core] [PATCH v2] systemd: set default.target to multi-user.target

2013-01-25 Thread Burton, Ross
Hi, Been chatting to Richard. How about systemd ships a symlink to multi-user, and the X11 init script packages change the symlink to graphical in their postinst. (we must remember to put this in the release notes for anyone who has a custom X init script) Ross

[OE-core] [PATCH][oe-core] eglibc-scripts: don't package mtrace, RDEPEND on eglibc-mtrace instead, fix RDEPENDS

2013-01-25 Thread Martin Jansa
* eglibc-mtrace and eglibc-scripts provide the same mtrace script * remove mtrace from eglibc-scripts and replace it with RDEPENDS * mtrace also needs perl (eglibc-mtrace has correct RDEPENDS), bash is for sotruss and xtrace * remove invalid RDEPENDS_ldd, ldd is now using /bin/sh and is not pac

[OE-core] [PATCH] scripts/wipe-sysroot: add script to safely wipe the sysroots

2013-01-25 Thread Ross Burton
Add a script to wipe the sysroots and all of the relevant stamps, so that it will be correctly re-populated. Signed-off-by: Ross Burton --- scripts/wipe-sysroot | 34 ++ 1 file changed, 34 insertions(+) create mode 100755 scripts/wipe-sysroot diff --git a/scri

Re: [OE-core] [PATCH] eglibc: fix evacuate_scripts for external toolchains

2013-01-25 Thread Giuseppe CONDORELLI
Well done Marcin, I've just met this issue working with my local external-toolchain and I had to locally patch the same .inc for checking. :) Thanks for having highlighted that in the mailing list. Regards, Giuseppe >-Original Message- >From: openembedded-core-boun...@lists.openembedded.

Re: [OE-core] [PATCH 04/11] rpcbind: Dont use nss with uclibc

2013-01-25 Thread Khem Raj
On Fri, Jan 25, 2013 at 6:20 AM, Richard Purdie wrote: >> + >> +LDFLAGS += "-lssl" > > The LDFLAGS change should really be marked as ublibc too... > actually this change is not needed at all since I change libtirpc to not need ssl so I have removed it and pushed a new patch into the pull tree reb

Re: [OE-core] [PATCH v4] gst-plugins-gl: add package recipe

2013-01-25 Thread Burton, Ross
On 25 January 2013 16:20, Jeremy Stashluk wrote: > +DEPENDS += "gst-plugins-base virtual/libgl" You're missing a dependency on GLU: | configure:22832: error: GLU is required Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded

[OE-core] [PATCH v5] gst-plugins-gl: add package recipe

2013-01-25 Thread Jeremy Stashluk
Signed-off-by: Jeremy Stashluk --- .../gstreamer/gst-plugins-gl_0.10.3.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb b/met

Re: [OE-core] [PATCH v4] gst-plugins-gl: add package recipe

2013-01-25 Thread Otavio Salvador
On Fri, Jan 25, 2013 at 2:20 PM, Jeremy Stashluk wrote: You forgot your signed-off-by. Except from it, it is fine :-) -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.os

[OE-core] [PATCH v4] gst-plugins-gl: add package recipe

2013-01-25 Thread Jeremy Stashluk
--- .../gstreamer/gst-plugins-gl_0.10.3.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb b/meta/recipes-multimedia/gstreamer/g

Re: [OE-core] [PATCH v3] gst-plugins-gl: add package recipe

2013-01-25 Thread Burton, Ross
On 25 January 2013 16:09, Jeremy Stashluk wrote: > --- > .../gstreamer/gst-plugins-gl_0.10.3.bb | 12 > 1 file changed, 12 insertions(+) > create mode 100644 meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb > > diff --git a/meta/recipes-multimedia/gstreamer/g

Re: [OE-core] [PATCH 10/11] systemd: Upgrade to 197

2013-01-25 Thread Burton, Ross
On 25 January 2013 16:08, Martin Jansa wrote: >> It also renames my laptop's eth0 to enp0s25. systemd and a static >> interfaces file will be fun! > > Yes, lot of fun: > http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames Yes, I'd read that before so was expecting r

Re: [OE-core] [PATCH] gst-plugins-gl: add package recipe

2013-01-25 Thread Martin Jansa
On Fri, Jan 25, 2013 at 10:37:18AM -0500, Jeremy Stashluk wrote: > --- > .../gstreamer/gst-plugins-gl_0.10.3.bb | 16 > 1 file changed, 16 insertions(+) > create mode 100644 meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb > > diff --git a/meta/recipes-mu

[OE-core] [PATCH v3] gst-plugins-gl: add package recipe

2013-01-25 Thread Jeremy Stashluk
--- .../gstreamer/gst-plugins-gl_0.10.3.bb | 12 1 file changed, 12 insertions(+) create mode 100644 meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb b/meta/recipes-multimedia/gstreamer/

Re: [OE-core] [PATCH 10/11] systemd: Upgrade to 197

2013-01-25 Thread Martin Jansa
On Fri, Jan 25, 2013 at 04:04:49PM +, Burton, Ross wrote: > On 24 January 2013 21:07, Khem Raj wrote: > > LGPL-2.1 licensce is updated to reflect the new FSF address > > Drop patches to disable argparse and dbus-python > > > > analyser has been implemented in C lets use that patch > > and get

Re: [OE-core] [PATCH 10/11] systemd: Upgrade to 197

2013-01-25 Thread Burton, Ross
On 24 January 2013 21:07, Khem Raj wrote: > LGPL-2.1 licensce is updated to reflect the new FSF address > Drop patches to disable argparse and dbus-python > > analyser has been implemented in C lets use that patch > and get rid of the python version > > disable hostname detection for uclibc bases

Re: [OE-core] [PATCH] gst-plugins-gl: add package recipe

2013-01-25 Thread Burton, Ross
On 25 January 2013 15:37, Jeremy Stashluk wrote: > +PR = "r2" You don't need PR in oe-core, and you don't need to bump it for reviews. > +FILES_${PN}-gconfelements += > "${sysconfdir}/gconf/schemas/gstreamer-0.10.schemas" This was clearly copy and pasted from gst-plugins-good, remove it. Ross

[OE-core] [PATCH] gst-plugins-gl: add package recipe

2013-01-25 Thread Jeremy Stashluk
--- .../gstreamer/gst-plugins-gl_0.10.3.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb b/meta/recipes-multimedia/gstrea

[OE-core] [PATCH] valgrind: explicitly disable MPI2 support

2013-01-25 Thread Paul Eggleton
We don't have support for this in OE-Core, so ensure we don't pick this up from the build host if e.g. openmpi development files happen to be installed there. Fixes [YOCTO #3726]. Signed-off-by: Paul Eggleton --- meta/recipes-devtools/valgrind/valgrind_3.7.0.bb |4 ++-- 1 file changed, 2 in

[OE-core] [PATCH] Sudo : upgrade to 1.8.6p4

2013-01-25 Thread Andrei Dinu
Signed-off-by: Andrei Dinu --- meta/recipes-extended/sudo/files/libtool.patch | 28 .../sudo/{sudo_1.8.5p2.bb => sudo_1.8.6p4.bb} |6 ++--- 2 files changed, 26 insertions(+), 8 deletions(-) rename meta/recipes-extended/sudo/{sudo_1.8.5p2.bb => sudo_1.8.6p4.bb}

Re: [OE-core] [PATCH v2] systemd: set default.target to multi-user.target

2013-01-25 Thread Martin Jansa
On Fri, Jan 25, 2013 at 03:04:25PM +, Burton, Ross wrote: > On 25 January 2013 14:59, Radu Moisan wrote: > > +# "multi-user" vs "graphical" > > +SYSTEMD_DEFAULT_TARGET ?= "multi-user" > > Default to "graphical", so we're not regressing and just introducing a > warning if someone doesn't set t

Re: [OE-core] [PATCH v2] systemd: set default.target to multi-user.target

2013-01-25 Thread Richard Purdie
On Fri, 2013-01-25 at 15:04 +, Burton, Ross wrote: > On 25 January 2013 14:59, Radu Moisan wrote: > > +# "multi-user" vs "graphical" > > +SYSTEMD_DEFAULT_TARGET ?= "multi-user" > > Default to "graphical", so we're not regressing and just introducing a > warning if someone doesn't set this and

Re: [OE-core] [PATCH v2] systemd: set default.target to multi-user.target

2013-01-25 Thread Burton, Ross
On 25 January 2013 14:59, Radu Moisan wrote: > +# "multi-user" vs "graphical" > +SYSTEMD_DEFAULT_TARGET ?= "multi-user" Default to "graphical", so we're not regressing and just introducing a warning if someone doesn't set this and doesn't have X. > @@ -95,6 +95,11 @@ do_install() { > ins

[OE-core] [PATCH v2] systemd: set default.target to multi-user.target

2013-01-25 Thread Radu Moisan
this fixes a service dependency issue; while graphical.target is the default mode, systemd will try to start display-manager.service which is not available. Signed-off-by: Radu Moisan --- meta/conf/distro/include/default-distrovars.inc |3 +++ meta/recipes-core/systemd/systemd_196.bb

[OE-core] [PATCH] eglibc: fix evacuate_scripts for external toolchains

2013-01-25 Thread Marcin Juszkiewicz
Not every external toolchain has mtrace/sotruss/xtrace scripts so check their existance first. Signed-off-by: Marcin Juszkiewicz --- meta/recipes-core/eglibc/eglibc-package.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/m

Re: [OE-core] [PATCH] eglibc: fix evacuate_scripts for external toolchains

2013-01-25 Thread Martin Jansa
On Fri, Jan 25, 2013 at 03:27:55PM +0100, Marcin Juszkiewicz wrote: > Not every external toolchain has mtrace/sotruss/xtrace scripts so check > their existance first. > > Signed-off-by: Marcin Juszkiewicz > --- > meta/recipes-core/eglibc/eglibc-package.inc | 4 +++- > 1 file changed, 3 insertion

Re: [OE-core] File conflicts between PN-doc packages

2013-01-25 Thread Richard Purdie
On Fri, 2013-01-25 at 15:23 +0100, Martin Jansa wrote: > On Thu, Jan 24, 2013 at 12:41:19AM +, Richard Purdie wrote: > > On Wed, 2013-01-23 at 18:33 -0600, Mark Hatle wrote: > > > On 1/23/13 6:13 PM, Chris Larson wrote: > > > > > > > > On Wed, Jan 23, 2013 at 10:27 AM, Martin Jansa > > >

Re: [OE-core] [PATCH] eglibc: fix evacuate_scripts for external toolchains

2013-01-25 Thread Giuseppe CONDORELLI
However, what about the resultant libraries as well as libsotruss? Do we have to also to remove them from file inclusion to avoid warnings? Cheers, Giuseppe >-Original Message- >From: Giuseppe Condorelli [mailto:giuseppe.condore...@st.com] >Sent: venerdì 25 gennaio 2013 15:32 >To: 'Marcin

Re: [OE-core] [PATCH] eglibc: fix evacuate_scripts for external toolchains

2013-01-25 Thread Richard Purdie
On Fri, 2013-01-25 at 15:27 +0100, Marcin Juszkiewicz wrote: > Not every external toolchain has mtrace/sotruss/xtrace scripts so check > their existance first. > > Signed-off-by: Marcin Juszkiewicz > --- > meta/recipes-core/eglibc/eglibc-package.inc | 4 +++- > 1 file changed, 3 insertions(+), 1

[OE-core] [PATCH] eglibc: fix evacuate_scripts for external toolchains

2013-01-25 Thread Marcin Juszkiewicz
Not every external toolchain has mtrace/sotruss/xtrace scripts so check their existance first. Signed-off-by: Marcin Juszkiewicz --- meta/recipes-core/eglibc/eglibc-package.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/m

Re: [OE-core] File conflicts between PN-doc packages

2013-01-25 Thread Martin Jansa
On Thu, Jan 24, 2013 at 12:41:19AM +, Richard Purdie wrote: > On Wed, 2013-01-23 at 18:33 -0600, Mark Hatle wrote: > > On 1/23/13 6:13 PM, Chris Larson wrote: > > > > > > On Wed, Jan 23, 2013 at 10:27 AM, Martin Jansa > > > wrote: > > > > > > | * check_data_

Re: [OE-core] [PATCH 04/11] rpcbind: Dont use nss with uclibc

2013-01-25 Thread Richard Purdie
On Thu, 2013-01-24 at 13:07 -0800, Khem Raj wrote: > Add defines which otherwise are missing in uclibc nss > > Signed-off-by: Khem Raj > --- > .../rpcbind/rpcbind/0001-uclibc-nss.patch | 30 ++ > .../rpcbind/0002-uclibc-rpcsvc-defines.patch | 60 >

Re: [OE-core] [PATCH 09/12] initscripts: inherit volatiles to support read-only rootfs

2013-01-25 Thread Richard Purdie
On Fri, 2013-01-25 at 13:11 +, Burton, Ross wrote: > On 24 January 2013 08:16, wrote: > > +VOLATILE_DIR = "/var/volatile/lib/urandom" > > +VOLATILE_LINK = "/var/lib/urandom" > > A better solution would be to not attempt to save and restore a seed > value that is intended to persist across re

Re: [OE-core] [PATCH 05/12] volatiles.bbclass: add recipe

2013-01-25 Thread Burton, Ross
On 25 January 2013 08:58, ChenQi wrote: > It seems that the backfill happens *before* this expression is parsed. Yes, because of these two patches that I reviewed and submitted yesterday: commit 4db8a3daafdedf39e081f4f6130f6cdcde03ed62 Author: Richard Purdie Date: Thu Jan 24 17:52:56 2013 +00

[OE-core] [PATCH][oe-core] prservice.py: fix NameError: global name 'host' is not defined

2013-01-25 Thread Martin Jansa
* http://git.openembedded.org/openembedded-core/commit/?id=e00f49de8b1f79c3e07b887d257bd75a46052fa0 removed host and port variables Signed-off-by: Martin Jansa --- meta/lib/oe/prservice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oe/prservice.py b/meta/lib/

Re: [OE-core] [bitbake-devel] [PATCH 1/3] prserv: use only PRSERV_HOST

2013-01-25 Thread Martin Jansa
On Wed, Jan 23, 2013 at 04:54:03PM +0200, Constantin Musca wrote: > - remove PRSERV_PORT variable > - use 'hostname:port' as PRSERV_HOST format > - use 'localhost:0' for enabling the local PRServer Please update https://wiki.yoctoproject.org/wiki/index.php?title=PR_Service This seems to break 'b

Re: [OE-core] [PATCH 09/12] initscripts: inherit volatiles to support read-only rootfs

2013-01-25 Thread Burton, Ross
On 24 January 2013 08:16, wrote: > +VOLATILE_DIR = "/var/volatile/lib/urandom" > +VOLATILE_LINK = "/var/lib/urandom" A better solution would be to not attempt to save and restore a seed value that is intended to persist across reboots when it's on a tmpfs. Putting the urandom seed into tmpfs is

Re: [OE-core] [PATCH 1/2] relocate_sdk.py: Fix corruption of sdk binaries

2013-01-25 Thread Jason Wessel
On 01/24/2013 06:38 PM, Jason Wessel wrote: > There are two cases of corruption that the relocate_sdk.py was not correctly > dealing with. > > 1) SDK Extras should be left alone >Extra external binaries included in an SDK that were linked against the >host's version of /usr/lib/ld-so.so sho

Re: [OE-core] [PATCH 12/12] dbus: inherit volatiles to support read-only rootfs

2013-01-25 Thread Burton, Ross
On 25 January 2013 03:05, ChenQi wrote: > I added this patch because I encountered an error when starting the sato > image. > That is, the machine UUID needs to be written to /var/lib. > > I'm not familiar with dbus. Is it not necessary? The file is necessary and needs to be persistent for at lea

[OE-core] [PATCH] rpm: properly disable perl file dependency checking for rpmdeps

2013-01-25 Thread Paul Eggleton
We don't want the perl module dependencies being added to each package by rpmdeps because it causes too many problems when the modules aren't available at install time (since they get added in do_package which is too late for the build system to ensure they are available), and it appears that the p

Re: [OE-core] [PATCH] systemd: set default.target to multi-user.target

2013-01-25 Thread Radu Moisan
On 01/24/2013 05:48 PM, Burton, Ross wrote: On 24 January 2013 15:43, Martin Jansa wrote: I think the point is, keep default default.target for images where it's OK (gui or warning) and change default.target to something else only for images where it matters (nogui if you care about warning).

Re: [OE-core] [PATCH 2/2] populate_sdk_base.bbclass: Improve debugging capabilities for SDK installer

2013-01-25 Thread Laurentiu Palcu
On 01/25/2013 02:38 AM, Jason Wessel wrote: > executable_files=$($SUDO_EXEC find $native_sysroot -type f -perm +111) > -$SUDO_EXEC ${env_setup_script%/*}/relocate_sdk.py $target_sdk_dir $dl_path > $executable_files > -if [ $? -ne 0 ]; then > - echo "SDK could not be set up. Relocate script

Re: [OE-core] [PATCH 1/2] relocate_sdk.py: Fix corruption of sdk binaries

2013-01-25 Thread Laurentiu Palcu
Hi Jason, On 01/25/2013 02:38 AM, Jason Wessel wrote: > There are two cases of corruption that the relocate_sdk.py was not correctly > dealing with. > > 1) SDK Extras should be left alone >Extra external binaries included in an SDK that were linked against the >host's version of /usr/lib/

Re: [OE-core] [PATCH 05/12] volatiles.bbclass: add recipe

2013-01-25 Thread ChenQi
On 01/24/2013 07:45 PM, Burton, Ross wrote: On 24 January 2013 11:37, Richard Purdie wrote: +inherit ${@base_contains('DISTRO_FEATURES','sysvinit','volatiles_sysvinit','',d)} Does "inherit " work? I mean empty inherit when DISTRO_FEATURES don't contain sysvinit? IIRC it will fail to parse.

Re: [OE-core] systemd: /run directory not created

2013-01-25 Thread Radu Moisan
On 01/24/2013 04:52 PM, Burton, Ross wrote: On 24 January 2013 13:03, Radu Moisan wrote: ok, thanks Enrico, this clears the picture for me. Well then it looks like Jack's problems is coming from some other place. No - /run needs to exist for the mount to happen, and there isn't a /run in the

[OE-core] [PATCH 0/1] git: remove unpackaged perl-native files

2013-01-25 Thread wenzong.fan
From: Wenzong Fan These warnings appear in a build which enabled multilib: ${libdir} is not applicable for the install path of perl-native files, files are always installed to /usr/lib no matter the target is 32/64 bits. After installing, remove unpackaged and unneeded perl-native files to preve

[OE-core] [PATCH 1/1] git: remove unpackaged perl-native files

2013-01-25 Thread wenzong.fan
From: Wenzong Fan ${libdir} is not applicable for the install path of perl-native files, files are always installed to /usr/lib no matter the target is 32/64 bits. After installing, remove unpackaged and unneeded perl-native files to prevent warnings. Fix warning: WARNING: For recipe git, th