Re: [OE-core] [PATCH V4 0/3] Add a method for image level user/group configuration

2013-07-15 Thread ChenQi
On 07/15/2013 11:42 PM, Saul Wold wrote: This seems to have caused a failure: Sorry for all these troubles. I tested this patchset with IMAGE_INSTALL_append = " useradd-example xuser-account'. So it didn't encounter a situation where white spaces appear in /etc/passwd. Now patch V5 has be

[OE-core] [PATCH V5 3/3] extrausers.bbclass: add a new bbclass

2013-07-15 Thread Qi.Chen
From: Chen Qi This class is dedicated to image level user/group configuration. It inherits useradd_base.bbclass. Users need to inherit this class in their layers or local.conf to make the setting of EXTRA_USERS_PARAMS effective. For detailed configuration format of EXTRA_USERS_PARAMS, please re

[OE-core] [PATCH V5 0/3] Add a method for image level user/group configuration

2013-07-15 Thread Qi.Chen
From: Chen Qi Changes from V4: 1. Take into consideration the possibility of whitespaces in /etc/passwd and /etc/group 2. Change bbfatal in perform_usermod and perform_groupmod to bbwarn. Please see detailed reason below. PackageA pulls in userA. Now we want userA to map to a fixed user ID wit

[OE-core] [PATCH V5 1/3] useradd_base.bbclass: add a new bbclass

2013-07-15 Thread Qi.Chen
From: Chen Qi This class is mainly a collection of basic functions for user/group settings. This class is intended to be inherited by useradd.bbclass and the extrausers.bbclass. [YOCTO #4074] Signed-off-by: Chen Qi --- meta/classes/useradd_base.bbclass | 230

[OE-core] [PATCH V5 2/3] useradd.bbclass: code refactor

2013-07-15 Thread Qi.Chen
From: Chen Qi The basic functions have moved to useradd_base.bbclass. So this class only needs to inherit useradd_base.bbclass and use the functions defined there. The reason is to avoid code duplication with extrausers.bbclass. [YOCTO #4074] Signed-off-by: Chen Qi --- meta/classes/useradd.bb

Re: [OE-core] qt 4.8.5 package error

2013-07-15 Thread Yi Qingliang
On Monday, July 15, 2013 09:48:15 AM Paul Eggleton wrote: > On Monday 15 July 2013 09:12:23 Yi Qingliang wrote: > > hello, > > > > I'm using latest poky, when packaging qte, got following error, any > > idea? > > > > Please pull the latest changes, this has been switched back to a warning.

[OE-core] [PATCH] oprofile: add Upstream-Status for several patches

2013-07-15 Thread Zhenhua Luo
Add "Upstream-Status: Accepted" for below patches: * meta/recipes-kernel/oprofile/oprofile/0001-Allow-ppc64-events-to-be-specified-with-or-without-_.patch * meta/recipes-kernel/oprofile/oprofile/0001-Fix-PPC64-specific-libpfm-usage-so-it-doesn-t-break-.patch * meta/recipes-kernel/oprofile/oprofi

Re: [OE-core] [PATCH 1/1] msmtp: add GPLv2 compatiable version 1.4.12

2013-07-15 Thread jhuang0
On 7/16/2013 1:33 AM, Saul Wold wrote: On 07/14/2013 11:09 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang Take existing recipe from oe-core and downrev for GPLv2 compatiable version. Add patch to deal with issues when building in bitbake. Signed-off-by: Jackie Huang --- .../msm

[OE-core] [PATCH 0/1] Fix typo of upstream status in tcl patch

2013-07-15 Thread Kai Kang
The following changes since commit 74e403705e25afec656b5e40921771a9c29bdc40: yocto-kernel: make BBLAYERS parsing more robust (2013-07-13 18:23:39 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/typo http://git.pokylinux.org/cgit.cgi/poky-contrib/

[OE-core] [PATCH 1/1] tcl: fix typo of upstream status in patch file

2013-07-15 Thread Kai Kang
Fix typo of upstream status in tcl-remove-hardcoded-install-path.patch that may cause some scripts out of work. Fix it. Signed-off-by: Kai Kang --- meta/recipes-devtools/tcltk/tcl/tcl-remove-hardcoded-install-path.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/re

Re: [OE-core] [PATCH 4/4] dbus-ptest: Disable python module check

2013-07-15 Thread Mark Hatle
On 7/15/13 6:48 PM, Saul Wold wrote: On 07/15/2013 01:10 PM, Mark Hatle wrote: Disable the python module check, as the host python modules are not needed for generating the target tests. Signed-off-by: Mark Hatle --- .../dbus/dbus-1.6.8/python-config.patch| 25 +

[OE-core] [PATCH 4/4 v2] dbus-ptest: Disable python module check

2013-07-15 Thread Mark Hatle
Disable the python module check, as the host python modules are not needed for generating the target tests. Signed-off-by: Mark Hatle --- .../dbus/dbus-1.6.10/python-config.patch | 25 ++ meta/recipes-core/dbus/dbus-ptest_1.6.10.bb| 1 + 2 files changed, 26

Re: [OE-core] [PATCH 4/4] dbus-ptest: Disable python module check

2013-07-15 Thread Saul Wold
On 07/15/2013 01:10 PM, Mark Hatle wrote: Disable the python module check, as the host python modules are not needed for generating the target tests. Signed-off-by: Mark Hatle --- .../dbus/dbus-1.6.8/python-config.patch| 25 ++ meta/recipes-core/dbus/dbus-ptes

[OE-core] [PATCH] gcc-4.8: Fix on-device SDK C++ runtime issue

2013-07-15 Thread Khem Raj
This fixes the issue where g++ is not able to find C++ headers when sysroot is '/' The patch needs to be upstreamed into gcc as well. [Yocto #4812] Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-4.8.inc |1 + .../gcc/gcc-4.8/0040-fix-g++-sysroot.patch | 40

Re: [OE-core] gdk-pixbuff-xlib missing

2013-07-15 Thread Saul Wold
On 07/15/2013 02:10 PM, Andreas Müller wrote: Hi while playing around with libreoffice, configure complains for missing gdk-pixbuff-xlib. I checked: although I have 'x11' in 'DISTRO_FEATURE', gdk-pixbuff-xlib is an empty package. The responsible lines in gdk-pixbuf_xx.bb are: X11DEPENDS = "--

[OE-core] gdk-pixbuff-xlib missing

2013-07-15 Thread Andreas Müller
Hi while playing around with libreoffice, configure complains for missing gdk-pixbuff-xlib. I checked: although I have 'x11' in 'DISTRO_FEATURE', gdk-pixbuff-xlib is an empty package. The responsible lines in gdk-pixbuf_xx.bb are: X11DEPENDS = "--without-x11" X11DEPENDS_linuxstdbase = "${@base_

[OE-core] [PATCH 1/4] sanity.bbclass: Update gcc sanity check

2013-07-15 Thread Mark Hatle
The gcc sanity check should be checking for the atomic function directly instead of using the gcc macro. Older versions of gcc do not have the macro defined, but do support the atomic operations. (glib-2.0 checks for both the macro and the function, as long as one is available it will successfull

[OE-core] [PATCH 3/4] busybox: fix ip reference in simple.script

2013-07-15 Thread Mark Hatle
The ip is being installed into /sbin as of the latest busybox. Signed-off-by: Mark Hatle --- meta/recipes-core/busybox/files/simple.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/busybox/files/simple.script b/meta/recipes-core/busybox/files/simple.s

[OE-core] [PATCH 0/4] A few misc patch

2013-07-15 Thread Mark Hatle
The following is a small set of patches create in the last week or so when upreving to the latest oe-core. The sanity.bbclass may be the final fix for Yocto Project bug 4845. Mark Hatle (4): sanity.bbclass: Update gcc sanity check terminal.bbclass: Fix BB_RUNFMT processing busybox: fix ip r

[OE-core] [PATCH 4/4] dbus-ptest: Disable python module check

2013-07-15 Thread Mark Hatle
Disable the python module check, as the host python modules are not needed for generating the target tests. Signed-off-by: Mark Hatle --- .../dbus/dbus-1.6.8/python-config.patch| 25 ++ meta/recipes-core/dbus/dbus-ptest_1.6.10.bb| 1 + 2 files changed, 26

[OE-core] [PATCH 2/4] terminal.bbclass: Fix BB_RUNFMT processing

2013-07-15 Thread Mark Hatle
BB_RUNFMT can include task and taskfunc, as well as func and pid. Add the two missing items toe the runfmt processing. Also BB_RUNFMT can include arbitrary directory structure. Signed-off-by: Mark Hatle --- meta/classes/terminal.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

[OE-core] [PATCH 0/2] A couple more fixes for the libdir QA check

2013-07-15 Thread Paul Eggleton
The following changes since commit 43c28375f97161e618fa54349c65be2058c33c53: distrodata.bbaclass: change in git and svn package reporting (2013-07-12 10:12:13 -0700) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/libdir2 http://cgit.op

[OE-core] [PATCH 1/2] classes/insane: fix regression in libdir QA regex

2013-07-15 Thread Paul Eggleton
There was a slight mistake in the recent change to the lib_re regex - it still needs to begin with a /. Signed-off-by: Paul Eggleton --- meta/classes/insane.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index

[OE-core] [PATCH 2/2] classes/insane: allow libdir QA check to be skipped using INSANE_SKIP

2013-07-15 Thread Paul Eggleton
This path check isn't handled in the normal way where a QA check function is called for every file (there's some minor setup that we want to avoid doing for every file) so we need to check INSANE_SKIP explicitly. In the process, change the code structure a little bit so that we can report the pack

[OE-core] [PATCH v3] wpa-supplicant: backport patch to fix dbus interface for autoscan functionality

2013-07-15 Thread Simon Busch
See https://lists.connman.net/pipermail/connman/2013-July/014871.html for details about the issue with connman and http://lists.shmoo.com/pipermail/hostap/2013-July/028167.html about the upstream submission of the patch. Signed-off-by: Simon Busch --- .../wpa-supplicant/wpa-supplicant-2.0.inc

Re: [OE-core] [PATCH v2] wpa-supplicant: backport patch to fix dbus interface for autoscan functionality

2013-07-15 Thread Saul Wold
On 07/15/2013 10:33 AM, Simon Busch wrote: See https://lists.connman.net/pipermail/connman/2013-July/014871.html for details about the issue with connman and http://lists.shmoo.com/pipermail/hostap/2013-July/028167.html about the upstream submission of the patch. Signed-off-by: Simon Busch --

[OE-core] [PATCH v2] wpa-supplicant: backport patch to fix dbus interface for autoscan functionality

2013-07-15 Thread Simon Busch
See https://lists.connman.net/pipermail/connman/2013-July/014871.html for details about the issue with connman and http://lists.shmoo.com/pipermail/hostap/2013-July/028167.html about the upstream submission of the patch. Signed-off-by: Simon Busch --- .../wpa-supplicant/wpa-supplicant-2.0.inc

Re: [OE-core] [PATCH 1/1] msmtp: add GPLv2 compatiable version 1.4.12

2013-07-15 Thread Saul Wold
On 07/14/2013 11:09 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang Take existing recipe from oe-core and downrev for GPLv2 compatiable version. Add patch to deal with issues when building in bitbake. Signed-off-by: Jackie Huang --- .../msmtp-fixup-api-and-compiler-warning.patch

Re: [OE-core] [PATCH] wpa-supplicant: backport patch to fix dbus interface for autoscan functionality

2013-07-15 Thread Saul Wold
On 07/15/2013 10:00 AM, Simon Busch wrote: See https://lists.connman.net/pipermail/connman/2013-July/014871.html for details about the issue with connman and http://lists.shmoo.com/pipermail/hostap/2013-July/028167.html about the upstream submission of the patch. Signed-off-by: Simon Busch --

Re: [OE-core] [PATCH V2 1/2] bluez5: new package for v5.7

2013-07-15 Thread Burton, Ross
On 15 July 2013 17:31, Phil Blundell wrote: > Didn't Saul have some patches to enable/disable PIE globally through > an .inc file of some sort? I'm not sure that having random recipes > turning it on haphazardly is all that desirable. bluez for some reason has a configure flag for it, but yes, S

Re: [OE-core] [PATCH 2/2] bluez4: conflicts with/replaces bluez5

2013-07-15 Thread Burton, Ross
On 15 July 2013 17:27, Phil Blundell wrote: >> +RCONFLICTS_${PN} = "bluez5" >> +RREPLACES_${PN} = "bluez5" > > I'm not sure that this necessarily does quite what you want. What > exactly were you trying to achieve with that RREPLACES? I remember when this series was first published there was a l

[OE-core] [PATCH] wpa-supplicant: backport patch to fix dbus interface for autoscan functionality

2013-07-15 Thread Simon Busch
See https://lists.connman.net/pipermail/connman/2013-July/014871.html for details about the issue with connman and http://lists.shmoo.com/pipermail/hostap/2013-July/028167.html about the upstream submission of the patch. Signed-off-by: Simon Busch --- .../wpa-supplicant/wpa-supplicant-2.0.inc

[OE-core] use kernel build system for dtb compilation

2013-07-15 Thread Andre Draszik
Hi, I have a use-case where I need to compile the dtb using the kernel build system, and the kernel's device tree compiler: - In dylan, dtc is outdated and can not compile our dts, as that needs additional include files. dtc in dylan does not understand the include path option -i, although the dtc

Re: [OE-core] [PATCH V2 1/2] bluez5: new package for v5.7

2013-07-15 Thread Phil Blundell
On Mon, 2013-07-15 at 15:55 +0100, Burton, Ross wrote: > On 15 July 2013 14:44, Cristian Iorga wrote: > > +PACKAGECONFIG ??= "\ > > +${@base_contains('DISTRO_FEATURES', 'pie', 'pie', '', d)}\ > > +" > > +PACKAGECONFIG[pie] = "--enable-pie,--disable-pie," > > Just noticed this "pie" thing. Th

Re: [OE-core] [PATCH 2/2] bluez4: conflicts with/replaces bluez5

2013-07-15 Thread Phil Blundell
> +RCONFLICTS_${PN} = "bluez5" > +RREPLACES_${PN} = "bluez5" I'm not sure that this necessarily does quite what you want. What exactly were you trying to achieve with that RREPLACES? p. ___ Openembedded-core mailing list Openembedded-core@lists.open

Re: [OE-core] [PATCH V4 0/3] Add a method for image level user/group configuration

2013-07-15 Thread Saul Wold
This seems to have caused a failure: ERROR: Function failed: useradd_sysroot (log file is located at /srv/hdd/builds/world/tmp/work/mips32-poky-linux/avahi/0.6.31-r6.1/temp/log.do_install.1523) ERROR: Logfile of failure stored in: /srv/hdd/builds/world/tmp/work/mips32-poky-linux/avahi/0.6.31-

Re: [OE-core] [PATCH 2/2] bluez4: conflicts with/replaces bluez5

2013-07-15 Thread Saul Wold
On 07/15/2013 06:50 AM, Cristian Iorga wrote: - RCONFLICTS/RREPLACES bluez5 Signed-off-by: Cristian Iorga --- meta/recipes-connectivity/bluez/bluez4_4.101.bb |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-connectivity/bluez/bluez4_4.101.bb b/meta/recipes-connectivity

[OE-core] [PATCH 2/2] bluez4: conflicts with/replaces bluez5

2013-07-15 Thread Cristian Iorga
- RCONFLICTS/RREPLACES bluez5 Signed-off-by: Cristian Iorga --- meta/recipes-connectivity/bluez/bluez4_4.101.bb |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-connectivity/bluez/bluez4_4.101.bb b/meta/recipes-connectivity/bluez/bluez4_4.101.bb index f48adfd..b91c9c3 1006

Re: [OE-core] [CONSOLIDATED PULL 00/15] Ready to Pull

2013-07-15 Thread Burton, Ross
On 15 July 2013 16:12, Saul Wold wrote: > The following changes since commit 43c28375f97161e618fa54349c65be2058c33c53: > > distrodata.bbaclass: change in git and svn package reporting (2013-07-12 > 10:12:13 -0700) > > are available in the git repository at: > > git://git.openembedded.org/open

Re: [OE-core] [CONSOLIDATED PULL 00/15] Ready to Pull

2013-07-15 Thread Paul Eggleton
On Monday 15 July 2013 08:12:12 Saul Wold wrote: > Richard, > > Here is a set of changes, mostly OE-QA change with a a few > package updates and a LSB fix. > > Thanks > Sau! > > The following changes since commit 43c28375f97161e618fa54349c65be2058c33c53: > > distrodata.bbaclass: change

[OE-core] [CONSOLIDATED PULL 00/15] Ready to Pull

2013-07-15 Thread Saul Wold
Richard, Here is a set of changes, mostly OE-QA change with a a few package updates and a LSB fix. Thanks Sau! The following changes since commit 43c28375f97161e618fa54349c65be2058c33c53: distrodata.bbaclass: change in git and svn package reporting (2013-07-12 10:12:13 -0700) are a

Re: [OE-core] [PATCH V2 1/2] bluez5: new package for v5.7

2013-07-15 Thread Burton, Ross
On 15 July 2013 14:44, Cristian Iorga wrote: > +PACKAGECONFIG ??= "\ > +${@base_contains('DISTRO_FEATURES', 'pie', 'pie', '', d)}\ > +" > +PACKAGECONFIG[pie] = "--enable-pie,--disable-pie," Just noticed this "pie" thing. There is no defined "pie" DISTRO_FEATURE. PIE is generally a good thin

[OE-core] [PATCH v2 8/9] testimage.bbclass, lib/oeqa: add headers and comments

2013-07-15 Thread Stefan Stanacar
Adds some comments to testimage.bbclass and the files it calls, just to give an ideea of what it does. Signed-off-by: Stefan Stanacar --- meta/classes/testimage.bbclass| 24 meta/lib/oeqa/oetest.py | 9 + meta/lib/oeqa/utils/decorators.py | 8

[OE-core] [PATCH v2 9/9] lib/oeqa: fix dependecy check

2013-07-15 Thread Stefan Stanacar
Adds missing skip for smart test and fix the check (which I somehow broke a while ago). Signed-off-by: Stefan Stanacar --- meta/lib/oeqa/runtime/smart.py| 1 + meta/lib/oeqa/utils/decorators.py | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/lib/oeqa/runtime/smar

[OE-core] [PATCH v2 6/9] lib/oeqa/runtime: add tests for syslog and df

2013-07-15 Thread Stefan Stanacar
From: Alexandru Palalau Add tests for free space and syslog. Changed in v2: - limit df's output to / - syslog: fix restart in case of systemd Signed-off-by: Alexandru Palalau Signed-off-by: Stefan Stanacar --- meta/classes/testimage.bbclass | 4 ++-- meta/lib/oeqa/runtime/df.py

[OE-core] [PATCH v2 0/9] Some fixes for the testimage class

2013-07-15 Thread Stefan Stanacar
Hello, These are some fixes for the testimage.bbclass and tests and also two new tests. Changed in v2: - fixed the syslog tests for systemd builds - new patch (9) which fixes the dependency check between tests Cheers, Stefan The following changes since commit 74e403705e25afec656b5e409217

[OE-core] [PATCH v2 2/9] lib/oeqa/utils/sshcontrol.py: fix passing command to subprocess

2013-07-15 Thread Stefan Stanacar
Don't use shlex.split in subprocess call and also prepend . /etc/profile, because PATH over ssh is always /usr/bin:/bin which isn't what many tests expect. Changed in v2: We now need to use a separate call for scp command. Signed-off-by: Stefan Stanacar --- meta/lib/oeqa/utils/sshcontrol.py |

[OE-core] [PATCH v2 7/9] classes/testimage.bbclass: use a copy of rootfs for tests

2013-07-15 Thread Stefan Stanacar
Make a copy of the rootfs and test that. We can now drop the snapshot option. Signed-off-by: Stefan Stanacar --- meta/classes/testimage.bbclass| 9 - meta/lib/oeqa/utils/qemurunner.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/meta/classes/testimage.bbclas

[OE-core] [PATCH v2 5/9] lib/oeqa/oetest.py: provide a ps command for all tests

2013-07-15 Thread Stefan Stanacar
Many tests will use 'ps' but we need to know if it's busybox or standard ps. Drop the existing check from the connman test. Signed-off-by: Stefan Stanacar --- meta/lib/oeqa/oetest.py | 5 ++--- meta/lib/oeqa/runtime/connman.py | 5 - 2 files changed, 2 insertions(+), 8 deletions(-)

[OE-core] [PATCH v2 4/9] lib/oeqa/runtime/multilib.py: use readelf instead of file

2013-07-15 Thread Stefan Stanacar
file was pulled by rpm in sato images, readelf comes with binutils so it's in ipk/deb too. Also the test was looking at connmand instead of connman-applet (which is what the testcase says and the AB nightly-multilib target installs) Signed-off-by: Stefan Stanacar --- meta/lib/oeqa/runtime/multil

[OE-core] [PATCH v2 3/9] testimage.bbclass, lib/oeqa/utils/qemurunner.py: make boot timeout configurable and increase it

2013-07-15 Thread Stefan Stanacar
On a loaded host (such as an AB setup where multiple builds run) the 200 seconds timeout might not be enough to reach the login prompt. Also make it configurable so we can set it from local.conf/auto.conf Signed-off-by: Stefan Stanacar --- meta/classes/testimage.bbclass| 6 ++ meta/lib/

[OE-core] [PATCH v2 1/9] lib/oeqa/runtime/dmesg.py: whitelist dmesg message for systemd net interface name

2013-07-15 Thread Stefan Stanacar
Messages such as: "systemd-udevd[79]: error changing net interface name eth0 to enp0s3: Device or resource busy" are harmless as systemd can't rename interfaces in qemu (the interface is already active). Alternatively, passing net.ifnames=0 to the kernel will stop systemd renaming the interfaces

Re: [OE-core] [CONSOLIDATED PULL 00/18] Final Review Pending

2013-07-15 Thread Saul Wold
On 07/15/2013 02:24 AM, Paul Eggleton wrote: On Monday 15 July 2013 00:23:38 Saul Wold wrote: Ross, Paul: Please do a review of this set from over the weekend. Hongxu's patch set includes an atom-pc patch that should have been on poky, I removed it from here. I have reviewed the 2 package fro

[OE-core] [PATCH 0/2] [V2] BlueZ 5 experimental packages

2013-07-15 Thread Cristian Iorga
This sets of patches adds bluez5 recipes as experimental packages. BlueZ 5.X is not an upgrade for Bluez 4.x, as such, no upgrade is provided/possible. The two versions of the BT stack also conflicts each other. The following changes since commit 74e403705e25afec656b5e40921771a9c29bdc40: yocto-

[OE-core] [PATCH] qt-mobility: tighten up config generation and use PACKAGECONFIG

2013-07-15 Thread Paul Eggleton
* Add DEPENDS on util-linux (for libblkid) and gstreamer (was likely always being auto-detected since it is currently an unconditional dependency of Qt itself in our Qt recipes) * Use PACKAGECONFIG to allow individual configuration of pulseaudio and bluetooth features rather than additional v

[OE-core] [PATCH V2 2/2] bluez4: conflicts with/replaces bluez5

2013-07-15 Thread Cristian Iorga
- RCONFLICTS/RREPLACES bluez5 Signed-off-by: Cristian Iorga --- meta/recipes-connectivity/bluez/bluez4_4.101.bb |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-connectivity/bluez/bluez4_4.101.bb b/meta/recipes-connectivity/bluez/bluez4_4.101.bb index f48adfd..b91c9c3 1006

[OE-core] [PATCH V2 0/2] BlueZ 5 experimental recipes

2013-07-15 Thread Cristian Iorga
This sets of patches adds bluez5 recipes as experimental packages. BlueZ 5.X is not an upgrade for Bluez 4.x, as such, no upgrade is provided/possible. The two versions of the BT stack also conflicts each other. Cristian Iorga (2): bluez5: new package for v5.7 bluez4: conflicts with/replaces b

[OE-core] [PATCH V2 1/2] bluez5: new package for v5.7

2013-07-15 Thread Cristian Iorga
- bluez5 does not replace bluez4 - bluez5 is integrated with systemd - RCONFLICTS/RREPLACES bluez4 - add readline dependency - set udev variables using pkg-config Signed-off-by: Cristian Iorga --- .../bluez5/bluez5-5.7/bluetooth.conf | 16 +++ meta/recipes-connectivity/bluez5

Re: [OE-core] [CONSOLIDATED PULL 00/18] Final Review Pending

2013-07-15 Thread Hongxu Jia
On 07/15/2013 05:24 PM, Paul Eggleton wrote: I have some reservations about these changes. pmount is obsolete according to its author: https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2011-February/012421.html I appreciate it may solve the problem we're trying to solve but we need to be p

Re: [OE-core] [PATCH] [v2] openssh: Enabling with systemd

2013-07-15 Thread Muhammad Shakeel
On 07/12/2013 09:32 PM, Burton, Ross wrote: On 11 July 2013 19:32, Saul Wold wrote: >>> We are seeing different checks for different recipes. Do you >>> guys think that it is possible to handle them in bbclass. >>> >> How different are they, there is the DISTRO_FEATURE check and then >> typica

Re: [OE-core] [CONSOLIDATED PULL 00/18] Final Review Pending

2013-07-15 Thread Burton, Ross
On 15 July 2013 11:15, Paul Eggleton wrote: >> is part of it. I'd been meaning to take a good look at this series >> today, can we pull it for now? > > Depends what you mean by "pull"... ? Good point! "Drop". Ross ___ Openembedded-core mailing list O

Re: [OE-core] [CONSOLIDATED PULL 00/18] Final Review Pending

2013-07-15 Thread Paul Eggleton
On Monday 15 July 2013 10:57:23 Burton, Ross wrote: > On 15 July 2013 10:24, Paul Eggleton wrote: > >> Hongxu Jia (5): > >> pmount: add version 0.9.23 > >> udev-extraconf:fix xuser write to usb storage failed > >> udev: fix invoking pmount failed based on sysvinit > >> pmount: allow users

[OE-core] [PATCH 1/1] acl: fix the acl self contained test cases issue

2013-07-15 Thread jackie.huang
From: Jackie Huang misc.test: fix the order of expected output of getfacl root/permissions.test: this test requires that the daemon user is in groups bin and daemon, so add it into bin group before testing start. Signed-off-by: Jackie Huang --- meta/recipes-support/attr/acl.inc

[OE-core] [PATCH 0/1] acl: fix the acl self contained test cases issue

2013-07-15 Thread jackie.huang
From: Jackie Huang We added the acl self contained test cases in our testing layer and found failures, this patch fixed the test scripts that cause the issues. -- The following changes since commit 4f5009dcbbeb27bdf5dcaebb3b457fecef410ebe: security_flags: Add addition recipes to the non pie l

Re: [OE-core] [CONSOLIDATED PULL 00/18] Final Review Pending

2013-07-15 Thread Burton, Ross
On 15 July 2013 10:24, Paul Eggleton wrote: >> Hongxu Jia (5): >> pmount: add version 0.9.23 >> udev-extraconf:fix xuser write to usb storage failed >> udev: fix invoking pmount failed based on sysvinit >> pmount: allow users in disk group to perform pmount/pumount >> xuser-account: add

Re: [OE-core] [PATCH 0/1]package_rpm.bbclass: remove xx.spec before doing rpmbuild xx.src.rpm

2013-07-15 Thread Paul Eggleton
On Monday 15 July 2013 10:08:30 Bian Naimeng wrote: > Hi Paul, > > said the following on 2013-7-13 1:07:, Paul Eggleton wrote: > > Hi Bian, > > > > On Friday 12 July 2013 10:04:56 Bian Naimeng wrote: > >> said the following on 2013-7-11 18:54:, Burton, Ross wrote: > >>> On 10 July 2013 03:56, Bia

Re: [OE-core] [CONSOLIDATED PULL 00/18] Final Review Pending

2013-07-15 Thread Paul Eggleton
On Monday 15 July 2013 00:23:38 Saul Wold wrote: > Ross, Paul: > > Please do a review of this set from over the weekend. > > Hongxu's patch set includes an atom-pc patch that should have > been on poky, I removed it from here. > > I have reviewed the 2 package from the Auto Package Update (my >

[OE-core] [PATCH 0/1] dpkg: backport a patch to support mipsn32el and mips64el

2013-07-15 Thread rongqing.li
From: "Roy.Li" The following changes since commit e683f1ce730dcdbf0acb280ebe53673c415e1454: pango: remove pango-module-basic-x RRECOMMENDS (2013-07-09 10:25:54 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib roy/dpkg http://git.pokylinux.org/cgit.cgi/p

[OE-core] [PATCH 1/1] dpkg: backport a patch to support mipsn32el and mips64el

2013-07-15 Thread rongqing.li
From: "Roy.Li" Signed-off-by: Roy.Li --- ...-for-mipsn32-el-and-mips64-el-to-arch-tab.patch | 78 meta/recipes-devtools/dpkg/dpkg_1.16.10.bb |3 +- 2 files changed, 80 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-devtools/dpkg/dpkg/Add-suppor

Re: [OE-core] qt 4.8.5 package error

2013-07-15 Thread Paul Eggleton
On Monday 15 July 2013 09:12:23 Yi Qingliang wrote: > hello, > I'm using latest poky, when packaging qte, got following error, any > idea? > > ERROR: QA Issue: Found library in wrong location: > /usr/bin/qtopia/examples/tools/styleplugin/styles/libsimplestyleplugin.so > Found library in wro

Re: [OE-core] [PATCH 2/6] atom-pc:fix xuser write to usb storage failed

2013-07-15 Thread Hongxu Jia
On 07/15/2013 03:14 PM, Saul Wold wrote: On 07/12/2013 02:29 AM, Hongxu Jia wrote: Add package pmount to atom-pc, the normal user could invoke pmount to mount storage device and would have permissions to access it. This should really have gone to the Poky ML (p...@yoctoproject.org) Got it,

[OE-core] [CONSOLIDATED PULL 00/18] Final Review Pending

2013-07-15 Thread Saul Wold
Ross, Paul: Please do a review of this set from over the weekend. Hongxu's patch set includes an atom-pc patch that should have been on poky, I removed it from here. I have reviewed the 2 package from the Auto Package Update (my recipes) and they are correct. Thanks Sau! The followin

Re: [OE-core] [PATCH 2/6] atom-pc:fix xuser write to usb storage failed

2013-07-15 Thread Saul Wold
On 07/12/2013 02:29 AM, Hongxu Jia wrote: Add package pmount to atom-pc, the normal user could invoke pmount to mount storage device and would have permissions to access it. This should really have gone to the Poky ML (p...@yoctoproject.org) Sau! [YOCTO #4004] Signed-off-by: Hongxu Jia ---