[oe] [PATCH] postfix: premission of /var/spool/mail seems incorrect

2015-10-26 Thread Zhenbo Gao
See the following output: root@qemu0:~# rpm -qlv postfix | grep /var/spool/mail drwxr-sr-x 2 postfix nogroup 0 Sep 8 08:46 /var/spool/mail The premission of /var/spool/mail (r-s) seems strange as it belongs to nogroup, modify it to 0755 as to the normal case. Signed-off-by: Zhenbo Gao --- meta-n

[oe] [meta-networking] postfix: permissions on the /var/spool/mail seems incorrect

2015-10-26 Thread Zhenbo Gao
Hi Joe MacDonald, I am confused with the permission on /var/spool/mail of the postfix recipe, why it is set to 2755? See the following output: root@qemu0:~# rpm -qlv postfix | grep /var/spool/mail drwxr-sr-x 2 postfix nogroup 0 Sep 8 08:46 /var/spool/mail The premission of /var/spool/mail ("r-s

[oe] [meta-networking][PATCH 1/3] dovecot: add PACKAGECONFIG for lz4

2015-10-26 Thread rongqing.li
From: Roy Li Signed-off-by: Roy Li --- meta-networking/recipes-support/dovecot/dovecot_2.2.18.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.2.18.bb b/meta-networking/recipes-support/dovecot/dovecot_2.2.18.bb index 9b5f536..a01ef83 1006

[oe] [meta-networking][PATCH 3/3] tcpdump: add PACKAGECONFIG for libcap-ng

2015-10-26 Thread rongqing.li
From: Roy Li Signed-off-by: Roy Li --- meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb index 0ffe589..150e55f 100644

[oe] [meta-networking][PATCH 2/3] pure-ftpd: add PACKAGECONFIG for libsodium

2015-10-26 Thread rongqing.li
From: Roy Li Signed-off-by: Roy Li --- meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.42.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.42.bb b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.42.bb index fa592dc

[oe] [meta-networking][PATCH 1/3] dovecot: add PACKAGECONFIG for lz4

2015-10-26 Thread rongqing.li
From: Roy Li Signed-off-by: Roy Li --- meta-networking/recipes-support/dovecot/dovecot_2.2.18.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.2.18.bb b/meta-networking/recipes-support/dovecot/dovecot_2.2.18.bb index 9b5f536..a01ef83 1006

[oe] [meta-networking][fido][dizzy][PATCH] squid: serveral missing security fixes

2015-10-26 Thread Armin Kuster
From: Armin Kuster SQUID-2015:2 - Squid-3.4 and older versions are not vulnerable. CVE-2015-5400 CVE-2015-3455 CVE-2014-7142 CVE-2014-7141 CVE-2014-6270 see http://www.squid-cache.org/Advisories/ Signed-off-by: Armin Kuster --- .../squid/files/CVE-2014-6270.patch| 61 + .

[oe] [meta-oe][PATCH] llvm: Add recipe for llvm-3.7.0.

2015-10-26 Thread Philip Balister
From: Philip Balister This version builds in parallel with the 3.3 recipe. I had to use the mesa llvmpipe driver, which required updates to llvm and mesa before it worked. With updates, I succesfully used the mesa llvmpipe driver. * Move the licence file checksum to the version specific part of

[oe] checking if a patch was approved

2015-10-26 Thread Ivan Sergio Borgonovo
I saw many patch passing by and I submitted a couple about meta-toolchain-qt5. I didn't see any message from Otavio or Martin "approving" a patches. How can I check if it was approved other than pulling from the repo/checking github? Or if there is no place to check... consider this a ping ;)

Re: [oe] OE/Yocto developer survey

2015-10-26 Thread Andreas Müller
On Mon, Oct 26, 2015 at 8:18 PM, Cliff Brake wrote: > Hi, > > I'd like to get some feedback on the following questions -- feel free > to respond to list, or directly to me, and I'll withhold your > name/company from any results. > > I would like to collect feedback until 2015-11-02, and will summa

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2015-10-26

2015-10-26 Thread Andreas Müller
On Mon, Oct 26, 2015 at 9:47 PM, Martin Jansa wrote: > === common (2) === > * /meta-openembedded/meta-oe/recipes-graphics/gerbil/gerbil_git.bb, > do_compile > * /openembedded-core/meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb, > do_compile ^ Hope I find time for this one. What DISTRO f

Re: [oe] Updates to mesa and llvm

2015-10-26 Thread Philip Balister
On 10/26/2015 02:59 PM, Nicolas Dechesne wrote: > Le 26 oct. 2015 22:46, "Philip Balister" a écrit : >> >> Recently I need to get the llvmpipe driver running with mesa. I ended up >> adding a llvm-3.7 recipe and updating mesa to 10.6.8. Not sure if going >> to 11.x.y also works. > > I was told 2

[oe] [meta-webserver][PATCH] apache2: fix config_vars.mk path contamination

2015-10-26 Thread George McCollister
Replace contaminated paths with staging paths so apxs can be successfully used in other recipes to build modules when host and target arch differ. Signed-off-by: George McCollister --- meta-webserver/recipes-httpd/apache2/apache2_2.4.16.bb | 4 1 file changed, 4 insertions(+) diff --git a/

Re: [oe] [oe-commits] Andreas Müller : fontforge: update to 20150824

2015-10-26 Thread Andreas Müller
On Mon, Oct 26, 2015 at 2:28 PM, Martin Jansa wrote: > On Tue, Sep 08, 2015 at 02:24:41PM +, g...@git.openembedded.org wrote: >> Module: meta-openembedded.git >> Branch: master >> Commit: de033e18d168af57cab6ce1aa6b01d2999f322b5 >> URL: >> http://git.openembedded.org/?p=meta-openembedded.g

Re: [oe] Updates to mesa and llvm

2015-10-26 Thread Nicolas Dechesne
Le 26 oct. 2015 22:46, "Philip Balister" a écrit : > > Recently I need to get the llvmpipe driver running with mesa. I ended up > adding a llvm-3.7 recipe and updating mesa to 10.6.8. Not sure if going > to 11.x.y also works. I was told 2 weeks ago that updates to 10.6.8 was too late for this cyc

[oe] Updates to mesa and llvm

2015-10-26 Thread Philip Balister
Recently I need to get the llvmpipe driver running with mesa. I ended up adding a llvm-3.7 recipe and updating mesa to 10.6.8. Not sure if going to 11.x.y also works. I'd like to upstream these since they configuration actually worked and performance was much better. I recall some discussion latel

[oe] State of bitbake world, Failed tasks 2015-10-26

2015-10-26 Thread Martin Jansa
== Tested changes (not included in master yet) - bitbake == 0bae8ca world-image: add extra target == Tested changes (not included in master yet) - openembedded-core == 1f28971 Revert "mesa: upgrade llvm to 3.5" a40dd51 mesa: upgrade llvm to 3.5 c10965d feature-arm-vfp.inc: add -mfpu=vfpv4 when vfp

Re: [oe] OE/Yocto developer survey

2015-10-26 Thread Brian Hutchinson
On Mon, Oct 26, 2015 at 3:18 PM, Cliff Brake wrote: > Hi, > > I'd like to get some feedback on the following questions -- feel free > to respond to list, or directly to me, and I'll withhold your > name/company from any results. > > I would like to collect feedback until 2015-11-02, and will summa

Re: [oe] OE/Yocto developer survey

2015-10-26 Thread Martin Jansa
On Mon, Oct 26, 2015 at 03:18:54PM -0400, Cliff Brake wrote: > How long have you been using OE? += 10 years (more actively for last 6 years) > How do you use OE/Yocto? [ X ] product development [ X ] hobby/research/education/yocto core developer, etc > What distro do you use? [ ] Poky [ ] An

Re: [oe] OE/Yocto developer survey

2015-10-26 Thread Gary Thomas
On 2015-10-26 13:18, Cliff Brake wrote: Hi, I'd like to get some feedback on the following questions -- feel free to respond to list, or directly to me, and I'll withhold your name/company from any results. I would like to collect feedback until 2015-11-02, and will summarize the results after

[oe] OE/Yocto developer survey

2015-10-26 Thread Cliff Brake
Hi, I'd like to get some feedback on the following questions -- feel free to respond to list, or directly to me, and I'll withhold your name/company from any results. I would like to collect feedback until 2015-11-02, and will summarize the results after that. My goal with this survey is to get

Re: [oe] qtmultimedia + qt5.3.2 + yocto dizzy

2015-10-26 Thread Stephano Cetola
On 10/23, Stefano Gurrieri wrote: > Hi Stephano, > thanks for your fast reply. > > I tried to follow this link, but without success. > Specifically, I tried to add: > > PACKAGECONFIG_append_pn-qtmultimedia= " gstreamer010" in my local.conf > > and I've added this part of code in qtmultimedia.inc

[oe] Prelink problems -- need help!

2015-10-26 Thread Mark Hatle
I'm cross posting this in an effort to ask for help for the cross-prelink project. (If you are unaware of what the prelinker does, it goes through and adjusts the relocation addresses to predefined values in an attempt to speed up executable load times. For embedded systems, this can be fairly cr

Re: [oe] [meta-networking][PATCH] iscsitarget: add new recipe

2015-10-26 Thread Martin Jansa
On Wed, Aug 26, 2015 at 11:14:29PM +0530, Jagadeesh Krishnanjanappa wrote: > iSCSI Enterprise Target is aimed to develop an > open source iSCSI target with professional features, > that works well in enterprise environment under real > workload, and is scalable and versatile enough to meet the > ch

Re: [oe] [oe-commits] Andreas Müller : fontforge: update to 20150824

2015-10-26 Thread Martin Jansa
On Tue, Sep 08, 2015 at 02:24:41PM +, g...@git.openembedded.org wrote: > Module: meta-openembedded.git > Branch: master > Commit: de033e18d168af57cab6ce1aa6b01d2999f322b5 > URL: > http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=de033e18d168af57cab6ce1aa6b01d2999f322b5 > > A

Re: [oe] [meta-oe][PATCH v2] gerbil: Visualization and analysis tool for hyperspectral images

2015-10-26 Thread Martin Jansa
On Thu, Oct 22, 2015 at 04:22:13PM +0200, Ricardo Ribalda Delgado wrote: > New recipe > > Signed-off-by: Ricardo Ribalda Delgado > --- > v2: > > v1 failed to link, it was missing the glu library. > > I have not been able to replicate the build error :S > > But after some static analysis it see

Re: [oe] [meta-java][PATCH] cacao-initial-native: Fix undefined behaviour in gc

2015-10-26 Thread Otavio Salvador
On Fri, Oct 23, 2015 at 5:54 AM, Maxin B. John wrote: > Hi Erkka, > > On Wed, Oct 21, 2015 at 12:41:49PM +0300, Erkka Kääriä wrote: >> Upstream-Status: Backport >> >> Fixes undefined behaviour in boehm GC used by cacao-initial-native >> as suggested at >> https://github.com/ivmai/bdwgc/commit/1678

[oe] [meta-qt5][PATCH v2] libconnman-qt5: update HOMEPAGE/SRC_URI

2015-10-26 Thread Jonathan Liu
The project has moved from github.com to merproject.org. Signed-off-by: Jonathan Liu --- recipes-qt/libconnman-qt/libconnman-qt5_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-qt/libconnman-qt/libconnman-qt5_git.bb b/recipes-qt/libconnman-qt/libconnman-qt

[oe] [meta-qt5][PATCH] libconnman-qt5: update SRC_URI

2015-10-26 Thread Jonathan Liu
The repository has moved from github.com to merproject.org. Signed-off-by: Jonathan Liu --- recipes-qt/libconnman-qt/libconnman-qt5_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/libconnman-qt/libconnman-qt5_git.bb b/recipes-qt/libconnman-qt/libconnman-qt5

Re: [oe] [PATCH 1/1] snort: fix m4 causes out of memory during configure [ LIN8-299 ]

2015-10-26 Thread Ioan-Adrian Ratiu
On Fri, 23 Oct 2015 18:07:35 +0800 Zhiquan Li wrote: > Issue: LIN8-299 > > There is an incorrect m4_define() in configure.in which will result in an > infinite recursion, and it doesn't make sense, since snort 2.9.7 it has been > commented out. We follow this solution to fix it. > > Upstream-St

[oe] initramfs

2015-10-26 Thread Andrea Di Chiara
Hi, I need to create ad initramfs image for an i.MX6 board. does it exist a suitable recipe? core-image-minimal-initramfs doesn't seem to fit ARM boards. am i wrong? thank you for the attention Andrea Software Department softw...@teseo.com

Re: [oe] [meta-java][PATCH] icedtea7-native: Fix memory leak when compiled with GCC 5.0+

2015-10-26 Thread Maxin B. John
Hi, On Fri, Oct 23, 2015 at 12:50:01PM +0300, Erkka Kääriä wrote: > > Hotspot compiler has a bug where signed integers could overflow. This is > undefined behaviour, and causes massive memory leak when compiled with GCC > 5.0+, > causing the build to fail. > > This is fixed by backporting patch