Re: [OE-core] [PATCH V2] tcl: Install header into 8.6 instead of PN-PV in user/include

2014-01-16 Thread Robert Yang
On 11/12/2013 12:07 PM, Khem Raj wrote: This helps in compiling other programs like expect which depend on private headers but 8.5, 8.6 and so on is enough granularity and currently we had 8.6.x and so on which means that expect recipe will need to be touched whenever there is minor update of

Re: [OE-core] [PATCH V2] tcl: Install header into 8.6 instead of PN-PV in user/include

2014-01-16 Thread Robert Yang
On 01/16/2014 04:31 PM, Robert Yang wrote: On 11/12/2013 12:07 PM, Khem Raj wrote: This helps in compiling other programs like expect which depend on private headers but 8.5, 8.6 and so on is enough granularity and currently we had 8.6.x and so on which means that expect recipe will need to

Re: [OE-core] [PATCH 0/5] refactor the archive*.bbcalss

2014-01-16 Thread Martin Jansa
On Thu, Jan 16, 2014 at 10:14:30AM +0800, Robert Yang wrote: On 01/16/2014 12:55 AM, Martin Jansa wrote: On Tue, Jan 14, 2014 at 12:20:14AM +0800, Robert Yang wrote: * The archive*.bbclass didn't work, and there were a few problems, for example: 1) There were a few duplicated

Re: [OE-core] [PATCH] grub git: workaround debugedit problems for 64 bit targets

2014-01-16 Thread Koen Kooi
On 01/15/2014 12:22 PM, Otavio Salvador wrote: On Wed, Jan 15, 2014 at 8:15 AM, Koen Kooi koen.k...@linaro.org mailto:koen.k...@linaro.org wrote: I've limited it to 64bit targets, but to be honest debug splitting doesn't make sense for grub since it won't run in your rootfs and

Re: [OE-core] [PATCH 0/5] refactor the archive*.bbcalss

2014-01-16 Thread Robert Yang
On 01/16/2014 05:25 PM, Martin Jansa wrote: On Thu, Jan 16, 2014 at 10:14:30AM +0800, Robert Yang wrote: On 01/16/2014 12:55 AM, Martin Jansa wrote: On Tue, Jan 14, 2014 at 12:20:14AM +0800, Robert Yang wrote: * The archive*.bbclass didn't work, and there were a few problems, for

Re: [OE-core] [PATCH 3/3] cmake: default to out-of-tree builds

2014-01-16 Thread Stefan Herbrechtsmeier
Am 10.01.2014 18:54, schrieb Ross Burton: Set B=${WORKDIR}/build in cmake.bbclass so that recipes using cmake.bbclass do out-of-tree builds by default. You should update the note to reflect the new behaviour. ___ Openembedded-core mailing list

Re: [OE-core] [PATCH] grub git: workaround debugedit problems for 64 bit targets

2014-01-16 Thread Otavio Salvador
On Thu, Jan 16, 2014 at 7:27 AM, Koen Kooi koen.k...@linaro.org wrote: On 01/15/2014 12:22 PM, Otavio Salvador wrote: On Wed, Jan 15, 2014 at 8:15 AM, Koen Kooi koen.k...@linaro.org mailto:koen.k...@linaro.org wrote: I've limited it to 64bit targets, but to be honest debug splitting

Re: [OE-core] [PATCH] grub git: workaround debugedit problems for 64 bit targets

2014-01-16 Thread Koen Kooi
Op 16 jan. 2014, om 11:38 heeft Otavio Salvador ota...@ossystems.com.br het volgende geschreven: On Thu, Jan 16, 2014 at 7:27 AM, Koen Kooi koen.k...@linaro.org wrote: On 01/15/2014 12:22 PM, Otavio Salvador wrote: On Wed, Jan 15, 2014 at 8:15 AM, Koen Kooi koen.k...@linaro.org

Re: [OE-core] [PATCH] grub git: workaround debugedit problems for 64 bit targets

2014-01-16 Thread Otavio Salvador
On Thu, Jan 16, 2014 at 8:46 AM, Koen Kooi koen.k...@linaro.org wrote: Op 16 jan. 2014, om 11:38 heeft Otavio Salvador ota...@ossystems.com.br het volgende geschreven: On Thu, Jan 16, 2014 at 7:27 AM, Koen Kooi koen.k...@linaro.org wrote: On 01/15/2014 12:22 PM, Otavio Salvador wrote: On

[OE-core] [PATCH 1/2] allarch.bbclass: set SDK_ARCH and SDK_CC_ARCH to none

2014-01-16 Thread Laurentiu Palcu
allarch packages shouldn't use these variables. [YOCTO #5396] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/classes/allarch.bbclass |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass index 5e13a5b..3ef1e9c

[OE-core] [PATCH 0/2] SDK build related fixes

2014-01-16 Thread Laurentiu Palcu
The following changes since commit cea75f9c8c083d76ad8c45127be332665ef09d06: ltp: fix makefile race (2014-01-15 17:26:50 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib lpalcu/b5396_issue_switch_sdk_host

[OE-core] [PATCH 2/2] nativesdk-packagegroup-sdk-host: reverse inherit order

2014-01-16 Thread Laurentiu Palcu
Currently, tow successive toolchain builds for different hosts, will issue a warning: WARNING: The recipe nativesdk-packagegroup-sdk-host is trying to install files into a shared area when those files already exist. Those files and their manifest location are:

Re: [OE-core] [PATCH] pulseaudio: rescale input being passed to float method of speex

2014-01-16 Thread Arslan, Fahad
It's also 10-50x slower on ARM, so always enabling float is a bad option. Just patch it to work, no matter what upstream says :) Seems I misunderstood the statement earlier. So to confirm, do you mean I should submit patch here for original bug in Speex source code?

[OE-core] avahi + latest airplay release from apple

2014-01-16 Thread John Stirling
I'm attempting to use avahi (0.6.31) with the latest airplay release from apple. Is anyone else attempting the same thing ? There are some issues - avahi dns_sd.h is missing a few defines needed by airplay (patch attached) DNSServiceGetAddrInfo doesn't exist in avahi and is called from airplay

[OE-core] [PATCH] lib/oeqa: allow a layer to provide it's own TEST_TARGET class

2014-01-16 Thread Stefan Stanacar
Allows a layer to define new classes in layer/lib/oeqa/utils/controllers.py and completely control or extend deployment of a target. (core currently has QemuTarget and SimpleRemoteTarget). The value of TEST_TARGET must be the name of the new class. Signed-off-by: Stefan Stanacar

Re: [OE-core] [PATCH 3/3] opkg: No longer PROVIDES update-alternatives

2014-01-16 Thread Paul Barker
On 15 January 2014 22:37, Saul Wold s...@linux.intel.com wrote: On 01/15/2014 08:13 AM, Paul Barker wrote: On 15 January 2014 15:12, Saul Wold s...@linux.intel.com wrote: On 01/14/2014 06:17 PM, Paul Barker wrote: The new provider is the opkg-utils recipe. This seems to have triggered a

[OE-core] [PATCH 2/2] glib-2.0: fix mapped file ptest

2014-01-16 Thread Ross Burton
The mappedfile ptest was attempting to write into directories that may not exist on a non-Sato image. Instead, write into TMPDIR. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../glib-2.0/glib-2.0/ptest-paths.patch| 30

[OE-core] [PATCH 1/2] glib-2.0: fix the dbus-appinfo test when running outside of X

2014-01-16 Thread Ross Burton
This test was attempting to connect to a session bus and hanging if it couldn't. Take a patch from upstream to correctly use a private bus. [ YOCTO #5696 ] Signed-off-by: Ross Burton ross.bur...@intel.com --- .../glib-2.0/glib-2.0/ptest-dbus.patch | 65

[OE-core] [PATCH] wpa-supplicant-2.0: don't exit in pkg_postinst

2014-01-16 Thread Alexandre Belloni
Exiting explicitly in pkg_postinst makes it impossible to use the update-rc.d class in a .bbappend because the link creation is appended to the pkg_postinst script. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com ---

Re: [OE-core] [PATCH] lib/oe/patch.py: Prefer git am over git apply when applying git patches

2014-01-16 Thread Laszlo Papp
Hi everyone, the patch was sent about three weeks ago, and I have not seen any objections so far. What is the issue for progressing? Please let me know. Cheers, L. On Thu, Jan 9, 2014 at 4:53 PM, Laszlo Papp lp...@kde.org wrote: On Tue, Jan 7, 2014 at 12:16 PM, Koen Kooi

Re: [OE-core] avahi + latest airplay release from apple

2014-01-16 Thread Iorga, Cristian
Hello, By Airplay released by Apple, are you referring to an SDK or something like that to build devices with Airplay (sinker) support? In my opinion, I think your question should be better directed to the avahi developers. Regards, Cristian Iorga YP Intel From:

[OE-core] RFC: Maintain backwards compatibility or not for module-base.bbclass

2014-01-16 Thread Peter Kjellerstedt
Background: Back in September, Richard made a commit to linux-libc-headers.inc describing why one should not fork the linux-libc-headers recipe: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=babbf7a46acaefd9b36031483cafce053f607e66 As a result I created a local bbclass for our

[OE-core] [PATCH 0/1] x11vnc: fix CAPS_LOCK issues

2014-01-16 Thread Laurentiu Palcu
The following changes since commit cea75f9c8c083d76ad8c45127be332665ef09d06: ltp: fix makefile race (2014-01-15 17:26:50 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib lpalcu/b4149_vnc_caps_lock

Re: [OE-core] avahi + latest airplay release from apple

2014-01-16 Thread John Stirling
Yes, this is the airplay source release from apple that will allow us to support airplay on our devices. It needs a bonjour port but looks like avahi does not implement the full API required. I expect you're right - I will try the avahi lists as well. But if anyone is trying to do the same

Re: [OE-core] [RFC PATCH 0/2] RFC: Implement deterministic uid/gid

2014-01-16 Thread Mark Hatle
On 1/9/14, 1:49 PM, Mark Hatle wrote: I have updated the git://git.yoctoproject.org/poky-contrib mhatle/uidgid to the latest oe-core master. I haven't seen any comments on this RFC yet. Does anyone have any opinion either way on the code referenced here? I'm confident patch 01/02 should be

[OE-core] [PATCH v2 0/3] Change update-alternatives provider

2014-01-16 Thread Paul Barker
The update-alternatives script has been copied from opkg to opkg-utils so the openembedded recipe for opkg-utils is updated accordingly. Changing the default provider of update-alternatives to opkg-utils allows dependencies to be added to the opkg recipe without causing circular dependency loops.

[OE-core] [PATCH v2 1/3] opkg-utils: Upgrade to latest git HEAD

2014-01-16 Thread Paul Barker
The latest version of opkg-utils PROVIDES virtual/update-alternatives via a script copied from opkg, packaged as update-alternatives-opkg. The nativesdk class is added to the recipe to ensure that nativesdk-update-alternatives-opkg is built. Signed-off-by: Paul Barker p...@paulbarker.me.uk ---

[OE-core] [PATCH v2 3/3] opkg: No longer PROVIDES update-alternatives

2014-01-16 Thread Paul Barker
The new provider is the opkg-utils recipe. Signed-off-by: Paul Barker p...@paulbarker.me.uk --- meta/recipes-devtools/opkg/opkg.inc | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc index

[OE-core] [PATCH v2 2/3] default-providers: Change update-alternatives provider to opkg-utils

2014-01-16 Thread Paul Barker
This allows dependencies to be added to the opkg recipe without causing circular dependency loops. As opkg-utils has minimal dependencies it is the best recipe to provide update-alternatives. This partially solves Yocto Project issue 4836. More work is still needed for a complete solution.

[OE-core] [PATCH] weston: depend on drm for 'launch' packageconfig enabled

2014-01-16 Thread Andreas Müller
configure fails with: | configure:15654: checking for WESTON_LAUNCH | configure:15661: $PKG_CONFIG --exists --print-errors libdrm | Package libdrm was not found in the pkg-config search path. | Perhaps you should add the directory containing `libdrm.pc' | to the PKG_CONFIG_PATH environment

Re: [OE-core] RFC: Maintain backwards compatibility or not for module-base.bbclass

2014-01-16 Thread Bruce Ashfield
On Thu, Jan 16, 2014 at 8:58 AM, Peter Kjellerstedt peter.kjellerst...@axis.com wrote: Background: Back in September, Richard made a commit to linux-libc-headers.inc describing why one should not fork the linux-libc-headers recipe:

Re: [OE-core] [PATCH] pulseaudio: rescale input being passed to float method of speex

2014-01-16 Thread Koen Kooi
Op 16 jan. 2014, om 13:08 heeft Arslan, Fahad fahad_ars...@mentor.com het volgende geschreven: It's also 10-50x slower on ARM, so always enabling float is a bad option. Just patch it to work, no matter what upstream says :) Seems I misunderstood the statement earlier. So to confirm, do

Re: [OE-core] RFC: Maintain backwards compatibility or not for module-base.bbclass

2014-01-16 Thread Koen Kooi
Op 16 jan. 2014, om 14:58 heeft Peter Kjellerstedt peter.kjellerst...@axis.com het volgende geschreven: Background: Back in September, Richard made a commit to linux-libc-headers.inc describing why one should not fork the linux-libc-headers recipe:

Re: [OE-core] ** bug squashing weekend - Jan 17 to 20, 2014

2014-01-16 Thread Trevor Woerner
Hopefully some of you have had the time to peruse the bugzilla database and have chosen a bug or two you'd like to quash this weekend. The bug hunt starts Friday Jan 16 and runs until Monday. If you're looking for more ideas there are some janitorial tasks outlined here:

Re: [OE-core] RFC: Maintain backwards compatibility or not for module-base.bbclass

2014-01-16 Thread Phil Blundell
On Thu, 2014-01-16 at 14:58 +0100, Peter Kjellerstedt wrote: So, here I am now. I do not know who else use the do_make_scripts() function from module-base.bbclass and in what way, and whether restructuring the functionality into the new kernel-scripts.bbclass without maintaining backwards

[OE-core] [PATCH 0/1] linux-yocto-dev: update to 3.13-rc8+

2014-01-16 Thread Bruce Ashfield
Richard/Saul, I've bumped the linux-yocto-dev kernel to 3.13-rcX, so it is worthwhile having the version of the recipe reflect that. I case anyone is wondering, I've built and booted all the reference boards with this -dev kernel (minimal and sato) and everything is in order for my tests. Other

[OE-core] [PATCH 1/1] linux-yocto-dev: bump version to 3.13+

2014-01-16 Thread Bruce Ashfield
Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index

[OE-core] [PATCH] lib/oe: copyhardlinktree - detect mount points Add function getmount to detect the mount point of the path, as os.stat(path).st_dev in copyhardlinktree fails in lxc containers to det

2014-01-16 Thread Jason Plum
Signed-off-by: Jason Plum jp...@devonit.com --- meta/lib/oe/path.py | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/meta/lib/oe/path.py b/meta/lib/oe/path.py index 1310e38..f1905c3 100644 --- a/meta/lib/oe/path.py +++ b/meta/lib/oe/path.py @@ -90,7 +90,7 @@ def

Re: [OE-core] [PATCH V2] tcl: Install header into 8.6 instead of PN-PV in user/include

2014-01-16 Thread Robert Yang
On 01/16/2014 11:24 PM, Khem Raj wrote: On Thu, Jan 16, 2014 at 12:42 AM, Robert Yang liezhi.y...@windriver.com wrote: On 01/16/2014 04:31 PM, Robert Yang wrote: On 11/12/2013 12:07 PM, Khem Raj wrote: This helps in compiling other programs like expect which depend on private headers

Re: [OE-core] unable to use bitbake -c populate_sdk core-image-minimal on dora

2014-01-16 Thread Robert Yang
Hi Shane, Thanks for reporting this, I will try to figure it out. And Nicolas, I'm very sorry that I missed your email. // Robert On 01/15/2014 09:16 PM, Shane Volpe wrote: I believe I'm also having the same problem Nicolas has reported in this thread, here is my output: Issue 1:

[OE-core] [PATCH 0/1 V2] sstate.bbclass: remove previous version's stamp

2014-01-16 Thread Robert Yang
* V2: (Fix RP's comments) - Use STAMPCLEAN instead of STAMP - Respect to the extrainf // Robert The following changes since commit e81f2a5d7c45ad4056154d748cb28a00626e96a5: local.conf.sample.extended: update for the archiver (2014-01-16 15:33:42 +0800) are available in the git

[OE-core] [PATCH 1/1] sstate.bbclass: remove previous version's stamp

2014-01-16 Thread Robert Yang
There is a potential problem if we don't remove the previous version's stamp, for example: The depend chain is: libtool-native - autoconf-native - m4-native We have two m4-native: 1.4.9 and 1.4.7 1) Clean all of them to make a fresh build so that we can reproduce the problem $ bitbake

[OE-core] [PATCH 2/5] dropbear: add systemd unit files

2014-01-16 Thread Chen Qi
This patch mainly comes from meta-systemd with a few modifications. The purpose is to get rid of the LSB init scripts in systemd images. [YOCTO #4420] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-core/dropbear/dropbear.inc| 17 -

[OE-core] [PATCH 1/5] systemd: add 'less' to its RDEPENDS

2014-01-16 Thread Chen Qi
The less command provided by busybox cannot interpret the control character, resulting in obscure output of the journalctl command in a systemd based image. Add the 'less' package to systemd's RDEPENDS so that the output of 'journalctl' looks clear to users. [YOCTO #5723] Signed-off-by: Chen Qi

[OE-core] [PATCH 4/5] distcc: add systemd support

2014-01-16 Thread Chen Qi
Add systemd support for distcc. These unit files mainly use the same files in Fedora 20 as a reference. [YOCTO #4420] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-devtools/distcc/distcc_3.1.bb | 14 +++--- meta/recipes-devtools/distcc/files/default |

[OE-core] [PATCH 0/5] systemd misc fixes

2014-01-16 Thread Chen Qi
The following changes since commit cfd1520b4b492ab27b2900ba3510abe6f288097e: oe-selftest: separated the SStateBase and SStateTests in different modules (2014-01-16 12:18:52 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/systemd-misc-fixes

[OE-core] [PATCH 5/5] at: add systemd support

2014-01-16 Thread Chen Qi
Add systemd support for at. This patch mainly comes from meta-systemd. [YOCTO #4420] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-extended/at/at_3.1.14.bb | 10 +- meta/recipes-extended/at/files/atd.service |9 + 2 files changed, 18 insertions(+), 1

[OE-core] [PATCH 3/5] openssh: fixes for systemd

2014-01-16 Thread Chen Qi
This patch contains a few fixes for the systemd unit files of openssh. The fixes use the same unit files in Fedora 20 as a reference. 1) Remove sshdgenkeys.service and sshd@.service from SYSTEMD_SERVICE. 2) Fix the dependency and logic of sshdgenkeys.service. Signed-off-by: Chen Qi

Re: [OE-core] [PATCH V2] tcl: Install header into 8.6 instead of PN-PV in user/include

2014-01-16 Thread Robert Yang
On 01/17/2014 10:28 AM, Robert Yang wrote: On 01/16/2014 11:24 PM, Khem Raj wrote: On Thu, Jan 16, 2014 at 12:42 AM, Robert Yang liezhi.y...@windriver.com wrote: On 01/16/2014 04:31 PM, Robert Yang wrote: On 11/12/2013 12:07 PM, Khem Raj wrote: This helps in compiling other programs