[OE-core] [PATCH] Python: Add missing dependency "textutils" to "io" package

2013-02-13 Thread MiLo
Modify the include file and script to generate a missing RDEPENDS. Install python on target with python-io. Import ssl: Python 2.7.3 (default, Feb 9 2013, 16:04:35) [GCC 4.7.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import ssl Traceback (most recent

[OE-core] [OE-Core][PATCH V3] systemd.bbclass: Dont use libdir and base_libdir for units

2013-02-13 Thread Khem Raj
systemd always uses /lib and /usr/lib to store unit files so using libdir and base_libdir is incorrect. It will work where libdir is usr/lib and base_libdir is /lib but wont work when say its /lib64 Add a check to make sure that SYSTEMD_PACKAGES are part of PACKAGES too, otherwise error out Signe

[OE-core] [OE-Core][PATCH] util-linux: Remove -systemd package

2013-02-13 Thread Khem Raj
unit files are added to util-linux itself when selected Signed-off-by: Khem Raj --- meta/recipes-core/util-linux/util-linux.inc |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc ind

Re: [OE-core] [OE-Core][PATCH] systemd.bbclass: Introduce do_install_append and use systemd unitdir

2013-02-13 Thread Khem Raj
On Wed, Feb 13, 2013 at 9:52 AM, Phil Blundell wrote: > On Wed, 2013-02-13 at 00:55 +0100, Andreas Müller wrote: >> Copying similar code in in tons of recipes is easier to maintain? > > If the code that needs to go in the "tons" of recipes is just: > > do_install_append() { > install -m 64

Re: [OE-core] [PATCH v2] qemu: Enabled SDL when compiling for target architecture

2013-02-13 Thread Saul Wold
On 02/13/2013 05:28 AM, Mihai Prica wrote: - enables qemu to run images with video output without the need for vncviewer. - SDLPACKAGECONFIG is used because there is no need for the native-libsdl package when building the qemu-native package. Signed-off-by: Mihai Prica --- meta/recipes-devtoo

Re: [OE-core] [denzil 11/18] qemu-0.15.1: add patch to fix compilatation problems on powerpc

2013-02-13 Thread Mark Hatle
On 2/13/13 11:01 AM, McClintock Matthew-B29882 wrote: On Thu, Feb 7, 2013 at 5:56 PM, Mark Hatle wrote: From: Matthew McClintock ERROR: Function failed: do_compile (see /opt/yocto/cache-build/p5020ds-64b/build_p5020ds-64b_release/tmp/work/ppc64e5500-fsl-linux/qemu-0.15.1-r6/temp/log.do_compi

Re: [OE-core] [denzil 11/18] qemu-0.15.1: add patch to fix compilatation problems on powerpc

2013-02-13 Thread Mark Hatle
On 2/13/13 11:01 AM, McClintock Matthew-B29882 wrote: On Thu, Feb 7, 2013 at 5:56 PM, Mark Hatle wrote: From: Matthew McClintock ERROR: Function failed: do_compile (see /opt/yocto/cache-build/p5020ds-64b/build_p5020ds-64b_release/tmp/work/ppc64e5500-fsl-linux/qemu-0.15.1-r6/temp/log.do_compi

[OE-core] [PATCH 0/1] pseudo (1.4.5) -- this time for sure

2013-02-13 Thread Peter Seebach
The question of how many copies of the chroot path should be prepended to paths when calling link() is a challenging one, but after flirtations with 2 (pseudo 1.4.3) and 0 (pseudo 1.4.4) I think I've settled on a reasonable compromise at 1. The underlying logic bug was an under-considered attempt

[OE-core] [PATCH 1/1] pseudo_1.4.5.bb: Finish fixing linkat()

2013-02-13 Thread Peter Seebach
The 1.4.4 fix replaced possible double-prepending of chroot paths with possible non-prepending of chroot paths. After significant evaluation, have settled on a single prepending of the chroot path as a workable compromise. Signed-off-by: Peter Seebach --- .../pseudo/{pseudo_1.4.4.bb => pseudo_1.

[OE-core] [OE-Core][PATCH] Revert "pseudo_git.bb: Bump to pseudo 1.4.4."

2013-02-13 Thread Khem Raj
This reverts commit 600dff4f2c6c37fa0a0cff2d287bade037c214b6. We are seeing regressions eg. when building openssh it ends up with WARNING: useradd command did not succeed. Retrying... ERROR: tried running useradd command 10 times without success, giving up --- meta/recipes-devtools/pseudo/pseudo

Re: [OE-core] [OE-Core][PATCH] qemu: Upgrade to 1.3.1

2013-02-13 Thread Saul Wold
On 02/12/2013 11:46 PM, Khem Raj wrote: qemu on target,qemu-native and nativesdk versions built and worked fine Already on the list and in MUT from Constantin Thanks Sau! Signed-off-by: Khem Raj --- meta/recipes-devtools/qemu/qemu_1.3.0.bb | 10 -- meta/recipes-devtool

[OE-core] [PATCH] systemd: add udev-extraconf and USB/PCI IDs to RRECOMMENDS

2013-02-13 Thread Ross Burton
The standalone udev has these dependencies and extraconf is required to have working automount amongst other things. Signed-off-by: Ross Burton --- meta/recipes-core/systemd/systemd_197.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/rec

Re: [OE-core] [PATCH 1/1] busybox: add config fragments

2013-02-13 Thread Bruce Ashfield
On Wed, Feb 13, 2013 at 11:53 AM, Richard Purdie wrote: > On Tue, 2013-02-12 at 11:50 -0500, Bruce Ashfield wrote: >> Attached is the fixed up patch with DEPENDS, the existing one had a typo >> in: >> >> do_config[depends] = "kern-tools-native:do_populate_sysroot" >> >> I've gone ahead and repla

Re: [OE-core] [OE-Core][PATCH] systemd.bbclass: Introduce do_install_append and use systemd unitdir

2013-02-13 Thread Phil Blundell
On Wed, 2013-02-13 at 00:55 +0100, Andreas Müller wrote: > Copying similar code in in tons of recipes is easier to maintain? If the code that needs to go in the "tons" of recipes is just: do_install_append() { install -m 644 ${WORKDIR}/my.service ${D}${systemd_unitdir}/system } then yes,

Re: [OE-core] [denzil 11/18] qemu-0.15.1: add patch to fix compilatation problems on powerpc

2013-02-13 Thread McClintock Matthew-B29882
On Thu, Feb 7, 2013 at 5:56 PM, Mark Hatle wrote: > From: Matthew McClintock > > ERROR: Function failed: do_compile (see > /opt/yocto/cache-build/p5020ds-64b/build_p5020ds-64b_release/tmp/work/ppc64e5500-fsl-linux/qemu-0.15.1-r6/temp/log.do_compile.28447 > for further information) > ERROR: Logf

Re: [OE-core] [OE-Core][PATCH V2] systemd.bbclass: Dont use libdir and base_libdir for units

2013-02-13 Thread Burton, Ross
On 13 February 2013 07:46, Khem Raj wrote: > +packages = d.getVar('PACKAGES', True) > +if not pkg_systemd in packages: Should probably do packages.split() here to ensure that we don't match a substring. Ross ___ Openembedded-core maili

Re: [OE-core] [PATCH 1/1] busybox: add config fragments

2013-02-13 Thread Richard Purdie
On Tue, 2013-02-12 at 11:50 -0500, Bruce Ashfield wrote: > Attached is the fixed up patch with DEPENDS, the existing one had a typo > in: > > do_config[depends] = "kern-tools-native:do_populate_sysroot" > > I've gone ahead and replaced it with a DEPENDS and tested the failure case > here. > >

[OE-core] [PATCH 6/7] xf86-video-vmware: upgrade to 13.0.0

2013-02-13 Thread Laurentiu Palcu
Removed backported patch. Signed-off-by: Laurentiu Palcu --- ...ware-port-vmware-driver-to-new-compat-API.patch | 655 ...mware_12.0.2.bb => xf86-video-vmware_13.0.0.bb} |7 +- 2 files changed, 3 insertions(+), 659 deletions(-) delete mode 100644 meta/recipes-graphics

[OE-core] [PATCH 4/7] xkeyboard-config: upgrade to 2.8

2013-02-13 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu --- ...board-config_2.7.bb => xkeyboard-config_2.8.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.7.bb => xkeyboard-config_2.8.bb} (88%) diff --git a/meta/recipes-graphics/xorg-lib/xkeybo

[OE-core] [PATCH 3/7] libdrm: upgrade to 2.4.42

2013-02-13 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu --- .../drm/{libdrm_2.4.40.bb => libdrm_2.4.42.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/drm/{libdrm_2.4.40.bb => libdrm_2.4.42.bb} (50%) diff --git a/meta/recipes-graphics/drm/libdrm_2.4.40.bb b/meta/recipe

[OE-core] [PATCH 5/7] xf86-input-synaptics: upgrade to 1.6.3

2013-02-13 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu --- ...tics_1.6.2.bb => xf86-input-synaptics_1.6.3.bb} |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-synaptics_1.6.2.bb => xf86-input-synaptics_1.6.3.bb} (79%) diff --git a/meta/recipes-graphic

[OE-core] [PATCH 1/7] xf86-video-intel: upgrade to 2.21.0

2013-02-13 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu --- ...intel_2.20.17.bb => xf86-video-intel_2.21.0.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.20.17.bb => xf86-video-intel_2.21.0.bb} (86%) diff --git a/meta/recipes-graphics/xorg-

[OE-core] [PATCH 7/7] xev: upgrade to 1.2.1

2013-02-13 Thread Laurentiu Palcu
Licence didn't change, the end line for computing the licence md5sum was inside the actual code which, eventually changed. Adjust it to the right line. Signed-off-by: Laurentiu Palcu --- meta/recipes-graphics/xorg-app/xev_1.2.0.bb | 12 meta/recipes-graphics/xorg-app/xev_1.2.1.bb

[OE-core] [PATCH 2/7] xf86-input-vmmouse: upgrade to 13.0.0

2013-02-13 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu --- ...ouse_12.9.0.bb => xf86-input-vmmouse_13.0.0.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-vmmouse_12.9.0.bb => xf86-input-vmmouse_13.0.0.bb} (75%) diff --git a/meta/recipes-graphics/xo

[OE-core] [PATCH 0/7] Package upgrades

2013-02-13 Thread Laurentiu Palcu
Hi, The packages were compiled successfully for all architecture, except xf86-video-intel and xf86-video-vmware which have compatible host set to x86 and x86_64. Basic functionality tests were done in qemu. No issues found. Thanks, Laurentiu The following changes since commit c77e1f4e14edf7a0700

[OE-core] [PATCH] connman: Have connman package systemd service.

2013-02-13 Thread Florin Sarbu
connman.inc was missing the SYSTEMD_PACKAGES variable. Declared ${PN}-systemd as the package containing the systemd service file and also added this package to PACKAGES variable. Signed-off-by: Florin Sarbu --- meta/recipes-connectivity/connman/connman.inc |5 +++-- 1 file changed, 3 inserti

[OE-core] systemd services in the rootfs

2013-02-13 Thread Florin Sarbu
Hi all, following the transition of the systemd.bbclass from meta-openembedded to oe-core, I stumbled upon on what seems to me a missing feature that has not been brought along in the new systemd.bbclass in oe-core. Seems that if one does not explicitly specify the inclusion of the packages co

[OE-core] [PATCH v2] qemu: Enabled SDL when compiling for target architecture

2013-02-13 Thread Mihai Prica
- enables qemu to run images with video output without the need for vncviewer. - SDLPACKAGECONFIG is used because there is no need for the native-libsdl package when building the qemu-native package. Signed-off-by: Mihai Prica --- meta/recipes-devtools/qemu/qemu.inc | 19 +++ 1

[OE-core] [PATCH 0/4] Updates to new upstream versions

2013-02-13 Thread Marko Lindqvist
Some updates to newer upstream versions. No major version bumps, just newer bugfix versions. - ML The following changes since commit c58e6cf352774e147038e6543ac95ab0060f2327: distro_check: Remove creation of empty Meego filelist. (2013-02-12 13:22:14 +) are available in the git reposit

[OE-core] [OE-Core][PATCH] qemu: Upgrade to 1.3.1

2013-02-13 Thread Khem Raj
qemu on target,qemu-native and nativesdk versions built and worked fine Signed-off-by: Khem Raj --- meta/recipes-devtools/qemu/qemu_1.3.0.bb | 10 -- meta/recipes-devtools/qemu/qemu_1.3.1.bb |9 + 2 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 meta/re

[OE-core] [OE-Core][PATCH V2] systemd.bbclass: Dont use libdir and base_libdir for units

2013-02-13 Thread Khem Raj
systemd always uses /lib and /usr/lib to store unit files so using libdir and base_libdir is incorrect. It will work where libdir is usr/lib and base_libdir is /lib but wont work when say its /lib64 Add a check to make sure that SYSTEMD_PACKAGES are part of PACKAGES too, otherwise error out Signe