[OE-core] [PATCH v4] SLiRP support in runqemu

2013-04-30 Thread Andrei Dinu
runqemu script now takes argument slirp in order to run networking on the qemu machine, without root privileges. changed the runqemu-internal script in order not to activate the tap devices if the option is set. Also trimmed the cleanup function so that after the image is closed, no tap releases

[OE-core] [PATCH] systemd: do not recommend udev-extraconf for udev

2013-04-30 Thread Andreas Müller
* adding this extra functionality is an image- or distro-decision * at least automount-rule/script breaks other automount solutions causing misleading kernel messages as 'VFS: could not find a valid V7 on sda' Signed-off-by: Andreas Müller schnitzelt...@googlemail.com ---

Re: [OE-core] [PATCH] systemd: do not recommend udev-extraconf for udev

2013-04-30 Thread Burton, Ross
On 30 April 2013 08:31, Andreas Müller schnitzelt...@googlemail.com wrote: * adding this extra functionality is an image- or distro-decision * at least automount-rule/script breaks other automount solutions causing misleading kernel messages as 'VFS: could not find a valid V7 on sda'

Re: [OE-core] udev-extraconf conflicts

2013-04-30 Thread Koen Kooi
Op 29 apr. 2013, om 23:03 heeft Andreas Müller schnitzelt...@googlemail.com het volgende geschreven: Hi, is it really necessary to add udev-extraconf to systemd RRECOMMENDs? Most certainly not! For me automount.rules turn gvfs/gio (auto)mount to unusable state. I bet there are others

Re: [OE-core] [PATCH] systemd: do not recommend udev-extraconf for udev

2013-04-30 Thread Burton, Ross
On 30 April 2013 10:09, Burton, Ross ross.bur...@intel.com wrote: On 30 April 2013 08:31, Andreas Müller schnitzelt...@googlemail.com wrote: * adding this extra functionality is an image- or distro-decision * at least automount-rule/script breaks other automount solutions causing misleading

Re: [OE-core] [PATCH] systemd: do not recommend udev-extraconf for udev

2013-04-30 Thread Koen Kooi
Op 30 apr. 2013, om 09:31 heeft Andreas Müller schnitzelt...@googlemail.com het volgende geschreven: * adding this extra functionality is an image- or distro-decision * at least automount-rule/script breaks other automount solutions causing misleading kernel messages as 'VFS: could not find

Re: [OE-core] [PATCH] systemd: do not recommend udev-extraconf for udev

2013-04-30 Thread Koen Kooi
Op 30 apr. 2013, om 11:09 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 30 April 2013 08:31, Andreas Müller schnitzelt...@googlemail.com wrote: * adding this extra functionality is an image- or distro-decision * at least automount-rule/script breaks other automount

Re: [OE-core] [PATCH] systemd: do not recommend udev-extraconf for udev

2013-04-30 Thread Koen Kooi
Op 30 apr. 2013, om 11:11 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 30 April 2013 10:09, Burton, Ross ross.bur...@intel.com wrote: On 30 April 2013 08:31, Andreas Müller schnitzelt...@googlemail.com wrote: * adding this extra functionality is an image- or

Re: [OE-core] [PATCH] systemd: do not recommend udev-extraconf for udev

2013-04-30 Thread Andreas Müller
On Tue, Apr 30, 2013 at 11:14 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 30 apr. 2013, om 11:09 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 30 April 2013 08:31, Andreas Müller schnitzelt...@googlemail.com wrote: * adding this extra functionality is an image-

Re: [OE-core] [PATCH] systemd: do not recommend udev-extraconf for udev

2013-04-30 Thread Burton, Ross
On 30 April 2013 10:21, Koen Kooi k...@dominion.thruhere.net wrote: Oh, and the images in oe-core need to be fixed to bring in udev-extraconf as required. The initramfs does already, but then we need to have the debate on what other images should. core-image-sato certainly should depend on

Re: [OE-core] [PATCH 1/7] bitbake.conf: fix definition of ${libexecdir}

2013-04-30 Thread Enrico Scholz
Saul Wold s...@linux.intel.com writes: Things *are* expected to move around. E.g. /usr/lib/openssh/sftp-server becomes /usr/lib/sftp-server now. Right, so don't use Debian as a rationale for this approach. Debian defines libexecdir to be /usr/lib (+multiarch). It might set sometimes

Re: [OE-core] udev-extraconf conflicts

2013-04-30 Thread Burton, Ross
On 30 April 2013 10:11, Koen Kooi k...@dominion.thruhere.net wrote: Indeed, it's fun to see the flurry of patches trying to fix things up for 'xuser'. I'm fond of the saying If you find yourself in a hole, stop digging. Agreed, anything that involves *more* knowledge of xuser beyond the X

Re: [OE-core] [PATCH 1/7] bitbake.conf: fix definition of ${libexecdir}

2013-04-30 Thread Phil Blundell
On Tue, 2013-04-30 at 01:15 +0200, Enrico Scholz wrote: 1. ${prefix}/libexec -- clean separation, commonly used, but not FHS compliant (unless somebody interprets /usr/libqual : Alternate format libraries (optional) with 'qual=exec') Actually, FHS 3.0 draft 1 does appear to admit

[OE-core] [PATCH] iptables: upgrade to 1.4.18

2013-04-30 Thread Cristian Iorga
fix-link-failure-ip6t-NETMAP.patch removed; already included in upstream. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../iptables/{iptables_1.4.17.bb = iptables_1.4.18.bb}|8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) rename

Re: [OE-core] Debug Packaging (was: rootfs_ipk, image: Add debug capture support)

2013-04-30 Thread Phil Blundell
On Mon, 2013-04-29 at 21:10 +0100, Richard Purdie wrote: a) Should we ditch FILES_${PN}-dbg and have it auto constructed from any .debug directories? This would be a rather nice automation/cleanup. I can't see a pressing reason not to do this. b) Consider splitting it to a -dbg package per

[OE-core] [PATCH/v2 1/3] systemd: do not recommend udev-extraconf for udev

2013-04-30 Thread Andreas Müller
* adding this extra functionality is an image- or distro-decision * at least automount-rule/script breaks other automount solutions causing misleading kernel messages as 'VFS: could not find a valid V7 on sda' same as already sent by Koen Kooi [1] [1]

[OE-core] [PATCH/v2 2/3] udev: do not recommend udev-extraconf

2013-04-30 Thread Andreas Müller
same as already sent by Koen Kooi [1] [1] http://patches.openembedded.org/patch/48183/ Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta/recipes-core/udev/udev.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/udev/udev.inc

[OE-core] [PATCH/v2 3/3] core-image-sato: add udev-extraconf

2013-04-30 Thread Andreas Müller
as discussed in [1-2] [1] http://lists.linuxtogo.org/pipermail/openembedded-core/2013-April/039025.html [2] http://lists.linuxtogo.org/pipermail/openembedded-core/2013-April/039027.html Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta/recipes-sato/images/core-image-sato.bb

[OE-core] [PATCH] dpkg: Ensure target packages don't reference perlnative

2013-04-30 Thread Richard Purdie
Currently a load of scripts in ${bindir} start with: which is undesireable, this patch fixes that. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 92a5adc..d773fbd 100644 ---

[OE-core] [PATCH] adt-installer: do not dereference symlinks when relocating

2013-04-30 Thread Laurentiu Palcu
This was already fixed for meta-toolchain. [YOCTO #4157] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../adt-installer/scripts/adt_installer_internal |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 0/5] SERIAL_CONSOLES improvements

2013-04-30 Thread Paul Eggleton
Having two variables to enable essentially the same behaviour isn't really desirable, so fix up the handling of SERIAL_CONSOLES, set it from SERIAL_CONSOLE by default if not set and change everwhere we read SERIAL_CONSOLE to read from SERIAL_CONSOLES instead. This should allow us to deprecate

[OE-core] [PATCH 1/5] sysvinit-inittab: ensure unique label for SERIAL_CONSOLES entries

2013-04-30 Thread Paul Eggleton
The label field in /etc/inittab entries needs to be unique, and the numeric label being used for the SERIAL_CONSOLES getty entries was clashing with the entries added for standard ttyX entries added via SYSVINIT_ENABLED_GETTYS. Use the part after tty in the device name (which is what the comment

[OE-core] [PATCH 5/5] systemd-serialgetty: change to handle SERIAL_CONSOLES

2013-04-30 Thread Paul Eggleton
SERIAL_CONSOLES is now set from SERIAL_CONSOLE if not already set. This is a little bit gnarly because we have to create a separate service file for each different baud rate; assume that the first baud rate is the default, thus preserving the previous behaviour in the event there is only one baud

Re: [OE-core] [PATCH] syslinux: Update to 4.06

2013-04-30 Thread Saul Wold
On 04/30/2013 02:54 AM, Jonathan Liu wrote: Patches are now part of upstream or no longer needed. Paths updated to reflect directory structure changes. Some how this patch is corrupted, not sure if you attached it or something else. Can you resend. Thanks Sau! Signed-off-by:

[OE-core] [PATCH 0/1] Make toolchain output name using SDK_VERSION [yocto #2342]

2013-04-30 Thread Jessica Zhang
The following changes since commit c42cc8fb38aee46f4778b9c68412a47ae5919923: neard: add systemd unit file (2013-04-29 15:31:41 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib jzhang/2342

[OE-core] [PATCH 1/1] Make toolchain output name using SDK_VERSION instead of DISTRO_VERSION to be consistent [yocto #2342]

2013-04-30 Thread Jessica Zhang
Signed-off-by: Jessica Zhang jessica.zh...@intel.com --- meta/classes/populate_sdk_base.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass index 49e4469..e5bc0b4 100644 ---

Re: [OE-core] [PATCH/v2 1/3] systemd: do not recommend udev-extraconf for udev

2013-04-30 Thread Andreas Müller
On Tue, Apr 30, 2013 at 2:30 PM, Andreas Müller schnitzelt...@googlemail.com wrote: * adding this extra functionality is an image- or distro-decision * at least automount-rule/script breaks other automount solutions causing misleading kernel messages as 'VFS: could not find a valid V7 on sda'

[OE-core] [PATCH v2] syslinux: Update to 4.06

2013-04-30 Thread Jonathan Liu
Patches are now part of upstream or no longer needed. Added new util-linux-native dependency for isohybrid. Paths updated to reflect directory structure changes. Signed-off-by: Jonathan Liu net...@gmail.com --- meta/classes/boot-directdisk.bbclass | 2 +-

Re: [OE-core] [PATCH 2/5] bitbake.conf: set SERIAL_CONSOLES from SERIAL_CONSOLE by default

2013-04-30 Thread Khem Raj
On Apr 30, 2013, at 9:52 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: This is the first step in deprecating SERIAL_CONSOLE without affecting machine configurations that still use it. Did you mean deprecating SERIAL_CONSOLES or SERIAL_CONSOLE

Re: [OE-core] [PATCH v2] syslinux: Update to 4.06

2013-04-30 Thread Jonathan Liu
On 1/05/2013 7:46 AM, Jonathan Liu wrote: Patches are now part of upstream or no longer needed. Added new util-linux-native dependency for isohybrid. Paths updated to reflect directory structure changes. Signed-off-by: Jonathan Liu net...@gmail.com --- meta/classes/boot-directdisk.bbclass

[OE-core] [PATCH v3] syslinux: Update to 4.06

2013-04-30 Thread Jonathan Liu
Patches are now part of upstream or no longer needed. Added new util-linux dependency for isohybrid. Paths updated to reflect directory structure changes. Signed-off-by: Jonathan Liu net...@gmail.com --- meta/classes/boot-directdisk.bbclass | 2 +-