[OE-core] [PATCH 1/1] libtool: remove some paths form the build host are encountered on the target rootfs in /usr/bin/libtool.

2014-11-03 Thread Shiqun Lin
Resulted libtool contains references about paths from the build host Below variables contains hard coded build paths from the host: LTCC= lt_sysroot= sys_lib_search_path_spec= LD= CC= compiler_lib_search_dirs= predep_objects= postdep_objects= compiler_lib_search_path= Signed-off-by: Shiqun Lin

Re: [OE-core] where is the 'libGL.so.*?

2014-11-03 Thread Yi Qingliang
I have removed 'x11' in 'DISTRO_FEATURE', I don't know if it is the reason. On Mon, Nov 3, 2014 at 10:43 AM, Yi Qingliang niqingliang2...@gmail.com wrote: Hello, I'm using poky with 'meta-qt5'. when compiling qtbase, it said that can't find 'libGL.so'. the mesa is the default

[OE-core] [PATCH] curl: Security Advisory - curl - CVE-2014-3620

2014-11-03 Thread Chong Lu
libcurl wrongly allows cookies to be set for Top Level Domains (TLDs), thus making them apply broader than cookies are allowed. This can allow arbitrary sites to set cookies that then would get sent to a different and unrelated site or domain. Signed-off-by: Chong Lu chong...@windriver.com ---

Re: [OE-core] where is the 'libGL.so.*?

2014-11-03 Thread Burton, Ross
On 3 November 2014 09:17, Yi Qingliang niqingliang2...@gmail.com wrote: I have removed 'x11' in 'DISTRO_FEATURE', I don't know if it is the reason. That's the reason. libGL.so is GLX, and the X in GLX means X11. If you're building something that wants to use OpenGL without X11, then you need

Re: [OE-core] Weird ALTERNATIVES and staging conflict.

2014-11-03 Thread Mike Looijmans
On 10/30/2014 06:47 PM, Richard Purdie wrote: On Thu, 2014-10-30 at 15:17 +0100, Mike Looijmans wrote: I have this base script that builds FPGA bitstreams: https://github.com/topic-embedded-products/meta-topic/blob/master/recipes-bsp/fpga/fpga-image.inc Now you can have multiple recipes

Re: [OE-core] [PATCH] libpng 1.6.13: fix build for aarch64

2014-11-03 Thread Koen Kooi
ping Op 22 sep. 2014, om 14:12 heeft Koen Kooi koen.k...@linaro.org het volgende geschreven: The configure override was too restrictive, it needed both 'arm' and 'neon' to trigger, which breaks on aarch64. Since TUNE_FEATURES is the only qualifier that matters, drop the 'arm' override.

Re: [OE-core] [PATCH 1/1] systemd: add network config while networkd supported

2014-11-03 Thread Koen Kooi
Op 3 nov. 2014, om 08:37 heeft Hongxu Jia hongxu@windriver.com het volgende geschreven: While networkd supported, we add network config which starts dhcp by default. And the customers could edit it according their own requirements. (dhcp or static ip...) It refers:

Re: [OE-core] Weird ALTERNATIVES and staging conflict.

2014-11-03 Thread Richard Purdie
On Mon, 2014-11-03 at 10:53 +0100, Mike Looijmans wrote: On 10/30/2014 06:47 PM, Richard Purdie wrote: On Thu, 2014-10-30 at 15:17 +0100, Mike Looijmans wrote: I have this base script that builds FPGA bitstreams:

Re: [OE-core] [PATCH 1/1] systemd: add network config while networkd supported

2014-11-03 Thread Koen Kooi
Op 3 nov. 2014, om 08:37 heeft Hongxu Jia hongxu@windriver.com het volgende geschreven: While networkd supported, we add network config which starts dhcp by default. And the customers could edit it according their own requirements. (dhcp or static ip...) Another thing: don't put

[OE-core] [PATCH 1/2] debianutils: Add recipe from meta-oe

2014-11-03 Thread Ricardo Ribalda Delgado
This recipe is a running dependency of recipe apt Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- .../recipes-support/debianutils/debianutils_4.4.bb | 35 ++ 1 file changed, 35 insertions(+) create mode 100644

Re: [OE-core] [PATCH 0/1] systemd: add network config while networkd supported

2014-11-03 Thread Iorga, Cristian
Hi, In my opinion, in the actual form, this patch cannot be taken in. Reasons/questions: 1. How exactly this has been tested? I don't see any details. Testing network configs and doing modifications of this kind are sensible matters. 2. Different images have different ways of setting up network;

[OE-core] [PATCH 2/2] apt: Add missing running depency debianutils

2014-11-03 Thread Ricardo Ribalda Delgado
apt-file calls run-parts with options --list and --regex: root@neopili:~/curro/qtec/qt5022/build-qt5022-cesium/build/tmp/work/bobcat_64-poky-linux/apt/0.9.9.4-r0/apt-0.9.9.4# grep run-parts cmdline/apt-key -rn 187:for trusted in $(run-parts --list $TRUSTEDPARTS --regex '^.*\.gpg$');

[OE-core] [PATCH 0/2] Add missing running depency of apt-key

2014-11-03 Thread Ricardo Ribalda Delgado
apt-file calls run-parts with options --list and --regex root@neopili:~/curro/qtec/qt5022/build-qt5022-cesium/build/tmp/work/bobcat_64-poky-linux/apt/0.9.9.4-r0/apt-0.9.9.4# grep run-parts cmdline/apt-key -rn 187:for trusted in $(run-parts --list $TRUSTEDPARTS --regex '^.*\.gpg$');

Re: [OE-core] [PATCH] libpng 1.6.13: fix build for aarch64

2014-11-03 Thread Burton, Ross
On 3 November 2014 09:57, Koen Kooi k...@dominion.thruhere.net wrote: ping Last night I was looking at my post-1.7 tag and the number of aarch64 patches there. Kai, did you continue work on that staging branch for all of the aarch64 patches that were being posted? Ross --

[OE-core] [PATCH 1/1] toaster.bbclass: read elapsed time from the stats file

2014-11-03 Thread Alex DAMIAN
From: Alexandru DAMIAN alexandru.dam...@intel.com We read the elapsed time fromt the build stats file, instead of computing it independently. [YOCTO #6833] [YOCTO #6685] Signed-off-by: Alexandru DAMIAN alexandru.dam...@intel.com --- meta/classes/toaster.bbclass | 36

Re: [OE-core] Weird ALTERNATIVES and staging conflict.

2014-11-03 Thread Mike Looijmans
On 11/03/2014 11:04 AM, Richard Purdie wrote: On Mon, 2014-11-03 at 10:53 +0100, Mike Looijmans wrote: On 10/30/2014 06:47 PM, Richard Purdie wrote: On Thu, 2014-10-30 at 15:17 +0100, Mike Looijmans wrote: I have this base script that builds FPGA bitstreams:

Re: [OE-core] [PATCH] libpng 1.6.13: fix build for aarch64

2014-11-03 Thread Koen Kooi
Op 3 nov. 2014, om 11:25 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 3 November 2014 09:57, Koen Kooi k...@dominion.thruhere.net wrote: ping Last night I was looking at my post-1.7 tag and the number of aarch64 patches there. Kai, did you continue work on

Re: [OE-core] [PATCH] libpng 1.6.13: fix build for aarch64

2014-11-03 Thread Burton, Ross
On 3 November 2014 11:27, Koen Kooi k...@dominion.thruhere.net wrote: Last night I was looking at my post-1.7 tag and the number of aarch64 patches there. Kai, did you continue work on that staging branch for all of the aarch64 patches that were being posted? What does that have to do

Re: [OE-core] Weird ALTERNATIVES and staging conflict.

2014-11-03 Thread Mike Looijmans
On 11/03/2014 11:49 AM, Mike Looijmans wrote: On 11/03/2014 11:04 AM, Richard Purdie wrote: On Mon, 2014-11-03 at 10:53 +0100, Mike Looijmans wrote: On 10/30/2014 06:47 PM, Richard Purdie wrote: On Thu, 2014-10-30 at 15:17 +0100, Mike Looijmans wrote: I have this base script that builds

Re: [OE-core] Weird ALTERNATIVES and staging conflict.

2014-11-03 Thread Richard Purdie
On Mon, 2014-11-03 at 11:49 +0100, Mike Looijmans wrote: On 11/03/2014 11:04 AM, Richard Purdie wrote: On Mon, 2014-11-03 at 10:53 +0100, Mike Looijmans wrote: On 10/30/2014 06:47 PM, Richard Purdie wrote: On Thu, 2014-10-30 at 15:17 +0100, Mike Looijmans wrote: I have this base script

Re: [OE-core] [PATCH] curl: Security Advisory - curl - CVE-2014-3620

2014-11-03 Thread Burton, Ross
On 3 November 2014 09:31, Chong Lu chong...@windriver.com wrote: meta/recipes-support/curl/curl/CVE-2014-3620.patch | 69 ERROR: Command Error: exit status: 1 Output: Applying patch CVE-2014-3620.patch patching file lib/cookie.c patching file tests/data/test61 Hunk #1

Re: [OE-core] [PATCH] libpng 1.6.13: fix build for aarch64

2014-11-03 Thread Koen Kooi
Op 3 nov. 2014, om 12:30 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 3 November 2014 11:27, Koen Kooi k...@dominion.thruhere.net wrote: Last night I was looking at my post-1.7 tag and the number of aarch64 patches there. Kai, did you continue work on that

Re: [OE-core] Weird ALTERNATIVES and staging conflict.

2014-11-03 Thread Richard Purdie
On Mon, 2014-11-03 at 12:35 +0100, Mike Looijmans wrote: On 11/03/2014 11:49 AM, Mike Looijmans wrote: On 11/03/2014 11:04 AM, Richard Purdie wrote: On Mon, 2014-11-03 at 10:53 +0100, Mike Looijmans wrote: On 10/30/2014 06:47 PM, Richard Purdie wrote: On Thu, 2014-10-30 at 15:17 +0100,

Re: [OE-core] [PATCH] libpng 1.6.13: fix build for aarch64

2014-11-03 Thread Richard Purdie
On Mon, 2014-11-03 at 13:06 +0100, Koen Kooi wrote: Op 3 nov. 2014, om 12:30 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 3 November 2014 11:27, Koen Kooi k...@dominion.thruhere.net wrote: Last night I was looking at my post-1.7 tag and the number of aarch64

Re: [OE-core] [PATCH] package_manager: Fix BAD_RECOMMENDATIONS for opkg

2014-11-03 Thread Carr, Chris (GE Intelligent Platforms)
On 26/10/2014 19:37, Paul Barker wrote: On 26 October 2014 19:36, Paul Barker p...@paulbarker.me.uk wrote: In package_manager.py, when using opkg as the packager, the command 'opkg args info pkg' is called to get information about each pkg in BAD_RECOMMENDATIONS in a format that can be

Re: [OE-core] [PATCH v2] shadow: enable support for subordinate IDs

2014-11-03 Thread bogdan.purcare...@freescale.com
Hello, Can someone kindly review my patch? I haven't sent patches to this list yet and I don't know who the maintainer is. Please let me know if there's anything else I can do in order to have this fix merged. Thank you, Bogdan P. -Original Message- From: Bogdan Purcareata

Re: [OE-core] Weird ALTERNATIVES and staging conflict.

2014-11-03 Thread Mike Looijmans
On 11/03/2014 01:09 PM, Richard Purdie wrote: On Mon, 2014-11-03 at 12:35 +0100, Mike Looijmans wrote: On 11/03/2014 11:49 AM, Mike Looijmans wrote: On 11/03/2014 11:04 AM, Richard Purdie wrote: On Mon, 2014-11-03 at 10:53 +0100, Mike Looijmans wrote: On 10/30/2014 06:47 PM, Richard

Re: [OE-core] Request to move gitpkgv.bbclass from meta-oe to oe-core

2014-11-03 Thread Mike Looijmans
I'm afraid this will go the same path as the previous attempt at getting gitpkgv equivalent into oe-core, which is, it'll silently disappear until someone with both the internal knowledge and the time to implement it will pick it up again... M. On 10/20/2014 04:00 PM, Mike Looijmans wrote:

Re: [OE-core] [PATCH 01/27] toaster: add toaster layer configuration file

2014-11-03 Thread Damian, Alexandru
Sorry for the mix-up, you're right. I'll re-post to correct mail list. Alex On Tue, Oct 28, 2014 at 3:49 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 28 okt. 2014, om 15:09 heeft Alex DAMIAN alexandru.dam...@intel.com het volgende geschreven: From: Alexandru DAMIAN

Re: [OE-core] [PATCH 0/2] support numeric owner/group tar image format

2014-11-03 Thread Mark Hatle
On 11/2/14, 4:48 AM, Peter A. Bigot wrote: A classic approach to building SD card images with varying rootfs sizes is to create the filesystem and unpack a tar rootfs image onto it. When done outside pseudo the encoded user and group names from the tar file are converted to identifiers using

Re: [OE-core] [PATCH 0/2] support numeric owner/group tar image format

2014-11-03 Thread Peter A. Bigot
On 11/03/2014 08:55 AM, Mark Hatle wrote: On 11/2/14, 4:48 AM, Peter A. Bigot wrote: A classic approach to building SD card images with varying rootfs sizes is to create the filesystem and unpack a tar rootfs image onto it. When done outside pseudo the encoded user and group names from the tar

Re: [OE-core] [PATCH] libpng 1.6.13: fix build for aarch64

2014-11-03 Thread Koen Kooi
Op 3 nov. 2014, om 13:10 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Mon, 2014-11-03 at 13:06 +0100, Koen Kooi wrote: Op 3 nov. 2014, om 12:30 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 3 November 2014 11:27, Koen Kooi

Re: [OE-core] [PATCH] libpng 1.6.13: fix build for aarch64

2014-11-03 Thread Burton, Ross
On 3 November 2014 15:24, Koen Kooi koen.k...@linaro.org wrote: It's been over a month and libpng is still broken, so I refuse to classify this new process as 'helpful' or as 'appreciated' at this point. Remember that 1.7 was frozen solid for several weeks of that month, so no it wouldn't

Re: [OE-core] [PATCH] libpng 1.6.13: fix build for aarch64

2014-11-03 Thread Richard Purdie
On Mon, 2014-11-03 at 16:24 +0100, Koen Kooi wrote: Op 3 nov. 2014, om 13:10 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Mon, 2014-11-03 at 13:06 +0100, Koen Kooi wrote: Op 3 nov. 2014, om 12:30 heeft Burton, Ross ross.bur...@intel.com het

Re: [OE-core] [PATCH 1/1] systemd: add network config while networkd supported

2014-11-03 Thread Enrico Scholz
Hongxu Jia hongxu.jia-cwa4wttnnzf54taoqty...@public.gmane.org writes: While networkd supported, we add network config which starts dhcp by default. ... +++ b/meta/recipes-core/systemd/systemd/oe-core.network @@ -0,0 +1,8 @@ +[Match] +Name=eth* + +[Network] +DHCP=v4 + +[DHCPv4]

Re: [OE-core] [PATCH] libpng 1.6.13: fix build for aarch64

2014-11-03 Thread Koen Kooi
Op 3 nov. 2014, om 17:08 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 3 November 2014 15:24, Koen Kooi koen.k...@linaro.org wrote: It's been over a month and libpng is still broken, so I refuse to classify this new process as 'helpful' or as 'appreciated' at

[OE-core] Specifying 32 bit dependency for 64 bit software

2014-11-03 Thread Laszlo Papp
Hi, we have a tool that we run during our make run, but this tool is hard-coded for 32 bit. It depends on software like ncurses. I could add ncurses-native in an ideal world; no problem. The problem is that my host environment is 64 bit currently and it is not possible to migrate the whole

Re: [OE-core] [PATCH] package_manager: Fix populate_sdk for dpkg packages

2014-11-03 Thread Aníbal Limón
Ricardo, I think the problem isn't related to this, the all_arch_list is set to archs + multilib_archs see the __init__ func. Best regards. On 01/11/14 10:57, Ricardo Ribalda Delgado wrote: Without this patch: ERROR: Unable to install packages. Command

Re: [OE-core] Specifying 32 bit dependency for 64 bit software

2014-11-03 Thread Laszlo Papp
Forgot to mention, but any nice workarounds are appreciated. I have a few ideas, but they are all a bit ugly and non-robust. On Mon, Nov 3, 2014 at 5:29 PM, Laszlo Papp lp...@kde.org wrote: Hi, we have a tool that we run during our make run, but this tool is hard-coded for 32 bit. It depends

Re: [OE-core] [PATCH] libpng 1.6.13: fix build for aarch64

2014-11-03 Thread Burton, Ross
On 3 November 2014 17:13, Koen Kooi k...@dominion.thruhere.net wrote: Most likely not because we already have meta-aarch64 for the toolchain and kernel support. But aside from that, the past few *years* it wasn't a problem to get aarch64 related patches merged into OE-core, so why is there

Re: [OE-core] [PATCH] libpng 1.6.13: fix build for aarch64

2014-11-03 Thread Mark Hatle
On 11/3/14, 9:24 AM, Koen Kooi wrote: Op 3 nov. 2014, om 13:10 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Mon, 2014-11-03 at 13:06 +0100, Koen Kooi wrote: Op 3 nov. 2014, om 12:30 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven:

Re: [OE-core] [PATCH] libpng 1.6.13: fix build for aarch64

2014-11-03 Thread Burton, Ross
On 3 November 2014 17:38, Mark Hatle mark.ha...@windriver.com wrote: We've been attempting to aggregate what we (WR) can in: http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/ log/?h=kangkai/qemuarm64 But as it's unofficial and we're simply trying to keep the patches we know of

Re: [OE-core] [PATCH v2] shadow: enable support for subordinate IDs

2014-11-03 Thread Burton, Ross
On 3 November 2014 13:09, bogdan.purcare...@freescale.com bogdan.purcare...@freescale.com wrote: Can someone kindly review my patch? I haven't sent patches to this list yet and I don't know who the maintainer is. This was incorporated into my consolidated pull on Sunday, so expect to see it

Re: [OE-core] [PATCH 0/3] prevent pseudo host passwd/group contamination

2014-11-03 Thread Peter Seebach
On Sat, 1 Nov 2014 12:04:36 -0500 Peter A. Bigot p...@pabigot.com wrote: The new patches use --without-passwd-fallback, preventing contamination from the host files during the early build stages when the target versions from base-passwd aren't yet available. I like these, and will see whether

Re: [OE-core] [PATCH] package_manager: Fix populate_sdk for dpkg packages

2014-11-03 Thread Aníbal Limón
Ricardo, I figured out the reason for this problem when rootfs is creating then uses PACKAGE_ARCHS but when is creating sdk for host SDK_PACKAGE_ARCHS is used, now i'm fixing DpkgPM set self.all_arch_list variable from PACKAGE_ARCHS to passed archs var. I'll send new patch soon. Thanks. On

[OE-core] [PATCH] package_manager: DpkgPM fix populate_sdk

2014-11-03 Thread Aníbal Limón
DpkgPM change all_arch_list variable set from PACKAGE_ARCHS to passed archs variable because is different when is executed from rootfs.py and sdk.py. Credits to: Ricardo Ribalda ricardo.riba...@gmail.com Signed-off-by: Aníbal Limón anibal.li...@linux.intel.com --- meta/lib/oe/package_manager.py

Re: [OE-core] [PATCH 0/3] prevent pseudo host passwd/group contamination

2014-11-03 Thread Burton, Ross
On 3 November 2014 18:55, Peter Seebach peter.seeb...@windriver.com wrote: The new patches use --without-passwd-fallback, preventing contamination from the host files during the early build stages when the target versions from base-passwd aren't yet available. I like these, and will see

[OE-core] [PATCH] perl: Fix bug when installs SDK in custom directory

2014-11-03 Thread Aníbal Limón
Add site_perl and vendor_perl directories in create_wrapper this fix bug when searching for libraries in these directories. [YOCTO #6890] Signed-off-by: Aníbal Limón anibal.li...@linux.intel.com --- meta/recipes-devtools/perl/perl_5.20.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] python 3.4.2 patch

2014-11-03 Thread Artur Wroblewski
Hi, As advised at https://bugzilla.yoctoproject.org/show_bug.cgi?id=6857 I am attaching a patch to replace Python 3.3.x with Python 3.4.2. This also fixes issue with missing basic Python 3.x modules, see https://bugzilla.yoctoproject.org/show_bug.cgi?id=6831 Build tested with git

Re: [OE-core] [PATCH] curl: Security Advisory - curl - CVE-2014-3620

2014-11-03 Thread Chong Lu
On 11/03/2014 07:59 PM, Burton, Ross wrote: On 3 November 2014 09:31, Chong Lu chong...@windriver.com mailto:chong...@windriver.com wrote: meta/recipes-support/curl/curl/CVE-2014-3620.patch | 69 ERROR: Command Error: exit status: 1 Output: Applying patch

Re: [OE-core] [PATCH] libpng 1.6.13: fix build for aarch64

2014-11-03 Thread Kang Kai
On 2014?11?04? 01:44, Burton, Ross wrote: On 3 November 2014 17:38, Mark Hatle mark.ha...@windriver.com wrote: We've been attempting to aggregate what we (WR) can in: http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/ log/?h=kangkai/qemuarm64 But as it's unofficial and we're simply

Re: [OE-core] [PATCH 1/1] gdb: Upgrade gdb 7.7.1 - 7.8

2014-11-03 Thread ChenQi
There are failures on autobuilder that might be related to this patch. https://autobuilder.yoctoproject.org/main/builders/nightly-ppc/builds/88/steps/BuildImages/logs/stdio ERROR: Command Error: exit status: 1 Output: Applying patch include_asm_ptrace.patch patching file

Re: [OE-core] [PATCH] iproute2: backport a patch to make adding vxlan link success

2014-11-03 Thread Iorga, Cristian
Hi, 1. Patch has not been marked with Upstream-status indication. 2. An upgrade to iproute2 3.17 is due in a short amount of time. If this is a burning issue, should be taken for inclusion; otherwise hold it to be included with the incoming upgrade. Regards, Cristian Iorga Yocto Project Intel

Re: [OE-core] [PATCH] linux-firmware: resolve linux-firmware and microcode-ctl file conflicts

2014-11-03 Thread Huang, Jie (Jackie)
-Original Message- From: Huang, Jie (Jackie) Sent: Thursday, October 23, 2014 1:14 PM To: 'Otavio Salvador' Cc: Patches and discussions about the oe-core layer Subject: RE: [OE-core] [PATCH] linux-firmware: resolve linux-firmware and microcode-ctl file conflicts

[OE-core] [PATCH] packagegroup-self-hosted: add git-perltools

2014-11-03 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com git-perltools provides some usefull git tools like: git-submodule, git-request-pull, git-send-email, git-am, etc. We should have it added in self-hosted image. Signed-off-by: Jackie Huang jackie.hu...@windriver.com ---