[OE-core] About multilib packages rpm pkg name

2015-08-04 Thread Robert Yang
Hello, For the multilib package like lib32-bash, its rpm package name is bash-4.3.30-r0.lib32_x86.rpm, but for ipk and deb, its name is lib32-bash.ipk and lib32-bash.deb, there is a side effect for the naming of rpm, for example, if packagegroup-xx rdepends on bash, the lib32-packagegroup-xx sho

[OE-core] [PATCH v2] libinput: add configure arg and PACKAGECONFIG for libunwind

2015-08-04 Thread jackie.huang
From: Jackie Huang libinput uses pkg-config to check and decide whether to build with libunwind, which causes undeterministic builds or error: | tmp/work/core2-64-wrs-linux/libinput/0.18.0-r0/libinput-0.18.0/test/litest.c:77:23: | fatal error: libunwind.h: No such file or directory So add conf

Re: [OE-core] [PATCH 0/2] Support for VirtualBox guest additions

2015-08-04 Thread Bruce Ashfield
On Tue, Aug 4, 2015 at 11:43 PM, Bruce Ashfield wrote: > On Tue, Aug 4, 2015 at 2:32 PM, Mark Hatle wrote: >> On 8/4/15 12:25 PM, Bystricky, Juro wrote: >>> I agree, the name "kernel-headers" may not be the most fortunate, >>> "linux-headers" >>> is probably more fitting. The recipe installs th

Re: [OE-core] [PATCH 0/2] Support for VirtualBox guest additions

2015-08-04 Thread Bruce Ashfield
On Tue, Aug 4, 2015 at 2:32 PM, Mark Hatle wrote: > On 8/4/15 12:25 PM, Bystricky, Juro wrote: >> I agree, the name "kernel-headers" may not be the most fortunate, >> "linux-headers" >> is probably more fitting. The recipe installs the files in a similar >> fashion that is done by >> >> apt-get

[OE-core] [PATCH] wpa-supplicant: Fix CVE-2015-4141, CVE-2015-4143, CVE-2015-4144, CVE-2015-4145, CVE-2015-4146

2015-08-04 Thread Fan Xin
wpa-supplicant: backport patch to fix CVE-2015-4141, CVE-2015-4143, CVE-2015-4144, CVE-2015-4145, CVE-2015-4146 Backport patch to fix CVE-2015-4141, CVE-2015-4143, CVE-2015-4144, CVE-2015-4145, CVE-2015-4146. This patch is originally from: For CVE-2015-4141: http://w1.fi/security/2015-2/0001-WP

Re: [OE-core] [PATCH 0/2] Support for VirtualBox guest additions

2015-08-04 Thread Bruce Ashfield
On Tue, Aug 4, 2015 at 6:31 PM, Otavio Salvador wrote: > > > On Tue, Aug 4, 2015 at 6:27 PM, Bystricky, Juro > wrote: >> >> The Build Appliance is just one VM that can benefit from VirtualBox guest >> additions. >> There are other VM implementations, where a small size is quite important. >> All

Re: [OE-core] [PATCH 0/2] Support for VirtualBox guest additions

2015-08-04 Thread Bruce Ashfield
On Tue, Aug 4, 2015 at 4:10 PM, Bystricky, Juro wrote: > I am pretty sure initially I tried to use kernel-devsrc to install > VirtualBox guest additions. > It did not work out of the box for me, there were either files missing or > they were not in expected locations. > It is possible it could

Re: [OE-core] [PATCH 1/2] kernel-headers: linux kernel headers

2015-08-04 Thread Bruce Ashfield
On Mon, Aug 3, 2015 at 5:35 PM, Juro Bystricky wrote: > Header files and scripts for building modules for Linux kernel. > > A set of files is needed to allow building new Linux kernel modules > against an already installed Linux kernel. The files include various > header files, script files, Makef

Re: [OE-core] [PATCH] kernel-yocto: do_configme: Add $TOOLCHAIN_OPTIONS to CFLAGS

2015-08-04 Thread Bruce Ashfield
On Tue, Aug 4, 2015 at 4:41 AM, Ioan-Adrian Ratiu wrote: > The kernel configure step was broken by the sysroot poisoning in [1]. Can you be more precise here ? Configuration certainly works for me .. and has been working since last October. > In linux-yocto.inc this was fixed by appending $TOOLC

Re: [OE-core] [PATCH] attr: remove some meaningless codes

2015-08-04 Thread Rongqing Li
drop it, the patch has bug, sorry for the noise. -Roy On 2015年07月29日 14:21, rongqing...@windriver.com wrote: From: Roy Li what relative-libdir.patch done is reverted by fix_symlink for native, and add a race since libacl.so/libattr.so are created, then removed, and recreated it. relative-l

Re: [OE-core] [PATCH 0/2] Support for VirtualBox guest additions

2015-08-04 Thread Otavio Salvador
On Tue, Aug 4, 2015 at 6:27 PM, Bystricky, Juro wrote: > The Build Appliance is just one VM that can benefit from VirtualBox guest > additions. > There are other VM implementations, where a small size is quite important. > All I am trying to say is, that we need to be able to recreate the same >

Re: [OE-core] [PATCH 0/2] Support for VirtualBox guest additions

2015-08-04 Thread Bystricky, Juro
The Build Appliance is just one VM that can benefit from VirtualBox guest additions. There are other VM implementations, where a small size is quite important. All I am trying to say is, that we need to be able to recreate the same contents as: apt-get install linux-headers-$(uname -r) I don't h

Re: [OE-core] [PATCH 0/2] Support for VirtualBox guest additions

2015-08-04 Thread Mark Hatle
On 8/4/15 2:10 PM, Bystricky, Juro wrote: > I am pretty sure initially I tried to use kernel-devsrc to install > VirtualBox guest additions. > It did not work out of the box for me, there were either files missing or > they were not in expected locations. > It is possible it could be made to wo

Re: [OE-core] [PATCH 0/2] Support for VirtualBox guest additions

2015-08-04 Thread Bystricky, Juro
I am pretty sure initially I tried to use kernel-devsrc to install VirtualBox guest additions. It did not work out of the box for me, there were either files missing or they were not in expected locations. It is possible it could be made to work with some modified installation, but the size i

Re: [OE-core] [PATCH 0/2] Support for VirtualBox guest additions

2015-08-04 Thread Mark Hatle
On 8/4/15 12:25 PM, Bystricky, Juro wrote: > I agree, the name "kernel-headers" may not be the most fortunate, > "linux-headers" > is probably more fitting. The recipe installs the files in a similar fashion > that is done by > > apt-get install linux-headers-$(uname -r) > > Typical contents

Re: [OE-core] [PATCH 0/2] Support for VirtualBox guest additions

2015-08-04 Thread Bystricky, Juro
I agree, the name "kernel-headers" may not be the most fortunate, "linux-headers" is probably more fitting. The recipe installs the files in a similar fashion that is done by apt-get install linux-headers-$(uname -r) Typical contents can be viewed for example here: https://www.archlinux.org/

Re: [OE-core] [PATCH 1/1] combo-layer: handle unset dest_dir in sanity_check()

2015-08-04 Thread Patrick Ohly
Please ignore, I accidentally resent this pull request. On Tue, 2015-08-04 at 18:20 +0200, Patrick Ohly wrote: > The previous "clean up dest_dir checking" patch (f8cdbe7497) improved > handling of empty dest_dir but made handling of unset dest_dir worse: > instead showing the "Option dest_dir is n

[OE-core] [PATCH 2/2] combo-layer: fix action_pull for unknown branch

2015-08-04 Thread Patrick Ohly
When reconfiguring the branch to something not already fetched, action_pull fails with error: pathspec '' did not match any file(s) known to git. It is the "git checkout" which fails like that. To solve this, try the faster "git checkout + git pull" first and only if that fails, fall back to th

[OE-core] [PATCH 1/2] combo-layer: enhance output in action_pull

2015-08-04 Thread Patrick Ohly
The git operations can fail, for example when the branch is unknown or misconfigured. Better move the info message and extend it such that it is printed first and provides the necessary context, because otherwise the CalledProcessError exception gets dumped without mentioning for which component i

[OE-core] [PATCH 0/2] enhance action_pull

2015-08-04 Thread Patrick Ohly
action_pull can fail when the branch is not yet in the existing component repo. Both error reporting and handling need to be enhanced. The following changes since commit 288c76a41aebaf54c7fca3782160830df462b9e4: builder: Fix multilib compile failure (2015-08-03 07:15:47 +0100) are available in

[OE-core] [PATCH 1/1] combo-layer: handle unset dest_dir in sanity_check()

2015-08-04 Thread Patrick Ohly
The previous "clean up dest_dir checking" patch (f8cdbe7497) improved handling of empty dest_dir but made handling of unset dest_dir worse: instead showing the "Option dest_dir is not defined for component ..." error, it fails with a Python exception. Avoid that by providing a sane fallback for th

[OE-core] [PATCH 0/1] combo-layer sanity_check fix

2015-08-04 Thread Patrick Ohly
The following changes since commit c0f0b6e6ef1edc0a9f9e1ceffb1cdbbef2e409c6: glibc: CVE-2015-1781: resolv/nss_dns/dns-host.c buffer overflow (2015-05-16 22:37:21 +0100) are available in the git repository at: git://github.com/pohly/openembedded-core master https://github.com/pohly/openemb

Re: [OE-core] [PATCH 0/2] Support for VirtualBox guest additions

2015-08-04 Thread Mark Hatle
On 8/3/15 3:35 PM, Juro Bystricky wrote: > In order to support VirtualBox guest additions, kernel headers need to be > present > in the VM. I am aware we already have two packages/recipes that are somewhat > similar > (kernel-devsrc.bb, linux-libc-headers), but none of them is suitable for this

Re: [OE-core] [PATCH 2/2] build-appliance-image: support for VirtualBox guest addtions

2015-08-04 Thread Bystricky, Juro
Thanks. I guess I type too fast. I will submit a new patch with the typo fixed. From: kerg...@gmail.com [mailto:kerg...@gmail.com] On Behalf Of Christopher Larson Sent: Monday, August 3, 2015 9:37 PM To: Bystricky, Juro Cc: openembedded-core@lists.openembedded.org; jurobystri...@hotmail.com; Pur

Re: [OE-core] [PATCH 1/2] kernel-headers: linux kernel headers

2015-08-04 Thread Bystricky, Juro
Thanks. I will submit a new patch. From: kerg...@gmail.com [mailto:kerg...@gmail.com] On Behalf Of Christopher Larson Sent: Monday, August 3, 2015 9:37 PM To: Bystricky, Juro Cc: openembedded-core@lists.openembedded.org; jurobystri...@hotmail.com; Purdie, Richard Subject: Re: [OE-core] [PATCH 1/

Re: [OE-core] [PATCH] python3: Fix nativesdk build

2015-08-04 Thread Gary Thomas
On 2015-08-04 08:56, Richard Purdie wrote: On Tue, 2015-08-04 at 08:52 -0600, Gary Thomas wrote: The nativesdk package is built without Py_DEBUG which causes some compile errors. This patch fixes those errors allowing the nativesdk package to build. Signed-off-by: Gary Thomas --- .../python

Re: [OE-core] [PATCH] linux-libc-headers: exclude drm headers from sysroot

2015-08-04 Thread Paul Gortmaker
On 2015-08-04 10:52 AM, Richard Purdie wrote: > On Tue, 2015-08-04 at 09:58 -0400, Paul Gortmaker wrote: >> While diagnosing a problem with xf86-video-intel I noticed we had two >> copies of drm headers in the sysroot; one from here and one from >> the libdrm package. The xf86-video-intel turned

Re: [OE-core] [PATCH] python3: Fix nativesdk build

2015-08-04 Thread Richard Purdie
On Tue, 2015-08-04 at 08:52 -0600, Gary Thomas wrote: > The nativesdk package is built without Py_DEBUG which causes some > compile errors. This patch fixes those errors allowing the nativesdk > package to build. > > Signed-off-by: Gary Thomas > --- > .../python/python3/fix-nativesdk-build.patc

Re: [OE-core] [PATCH] linux-libc-headers: exclude drm headers from sysroot

2015-08-04 Thread Richard Purdie
On Tue, 2015-08-04 at 09:58 -0400, Paul Gortmaker wrote: > While diagnosing a problem with xf86-video-intel I noticed we had two > copies of drm headers in the sysroot; one from here and one from > the libdrm package. The xf86-video-intel turned out to be another > thing, but that doesn't mean we

[OE-core] [PATCH] python3: Fix nativesdk build

2015-08-04 Thread Gary Thomas
The nativesdk package is built without Py_DEBUG which causes some compile errors. This patch fixes those errors allowing the nativesdk package to build. Signed-off-by: Gary Thomas --- .../python/python3/fix-nativesdk-build.patch | 28 ++ meta/recipes-devtools/python/py

Re: [OE-core] [PATCH] linux-libc-headers: exclude drm headers from sysroot

2015-08-04 Thread Richard Purdie
On Tue, 2015-08-04 at 09:58 -0400, Paul Gortmaker wrote: > While diagnosing a problem with xf86-video-intel I noticed we had two > copies of drm headers in the sysroot; one from here and one from > the libdrm package. The xf86-video-intel turned out to be another > thing, but that doesn't mean we

Re: [OE-core] [PATCH 1/1] license.bbclass: Add support for deployed packages not in rootfs

2015-08-04 Thread Aníbal Limón
On 04/08/15 09:04, Mariano Lopez wrote: On 08/03/2015 03:37 PM, Mariano Lopez wrote: On 08/03/2015 03:20 PM, Aníbal Limón wrote: Hi, Comments below, On 03/08/15 06:59, mariano.lo...@linux.intel.com wrote: From: Mariano Lopez This adds a new manifest file for the packages that were dep

Re: [OE-core] [PATCH 1/1] license.bbclass: Add support for deployed packages not in rootfs

2015-08-04 Thread Mariano Lopez
On 08/03/2015 03:37 PM, Mariano Lopez wrote: On 08/03/2015 03:20 PM, Aníbal Limón wrote: Hi, Comments below, On 03/08/15 06:59, mariano.lo...@linux.intel.com wrote: From: Mariano Lopez This adds a new manifest file for the packages that were deployed but not included into rootfs. The new

[OE-core] [PATCH] linux-libc-headers: exclude drm headers from sysroot

2015-08-04 Thread Paul Gortmaker
While diagnosing a problem with xf86-video-intel I noticed we had two copies of drm headers in the sysroot; one from here and one from the libdrm package. The xf86-video-intel turned out to be another thing, but that doesn't mean we want two copies in the sysroot with different content and luck o

[OE-core] OE Changelog since 2015-07-26 until 2015-08-02

2015-08-04 Thread cliff . brake
Changelog since 2015-07-26 until 2015-08-02. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

Re: [OE-core] [oe-core][PATCH v4 1/3] bitbake.conf: Add nonarch_libdir and base systemd vars on it

2015-08-04 Thread Tanu Kaskinen
These patches look good to me, except that the commit messages don't explain why the changes are made. In any case, I don't have the ability to push the patches to master - either Ross or Richard has to do that. -- Tanu On Thu, 2015-07-30 at 13:33 +0200, Pau Espin Pedrol wrote: > Signed-off-by:

[OE-core] [PATCH V2] xf86-input-vmmouse: Upgrade 13.0.0 -> 13.1.0

2015-08-04 Thread Jussi Kukkonen
* Remove backported patch * Remove PR * Use ${nonarch_base_libdir} for udev files. Signed-off-by: Jussi Kukkonen --- Changes from V1: * Use ${nonarch_base_libdir} for udev files: this should make the recipe multilib safe .../always_include_config.h.patch | 81 -

Re: [OE-core] [PATCH] libinput: add configure arg and PACKAGECONFIG for libunwind

2015-08-04 Thread Huang, Jie (Jackie)
> -Original Message- > From: Jussi Kukkonen [mailto:jussi.kukko...@intel.com] > Sent: Tuesday, August 04, 2015 4:23 PM > To: Huang, Jie (Jackie) > Cc: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [PATCH] libinput: add configure arg and PACKAGECONFIG > for libu

[OE-core] [PATCH] oeqa/ptest: Fixed pango ptest output.

2015-08-04 Thread Lucian Musat
It was creating output with FAILED instead of FAIL and it was not compliant with our log parser. Signed-off-by: Lucian Musat --- meta/recipes-graphics/pango/pango/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/pango/pango/run-ptest b/meta/rec

[OE-core] [PATCH v3 0/1] Yocto Bug #6945

2015-08-04 Thread zhe.he
From: He Zhe - Add KERNEL_IMAGETYPES to support building packaging and installing multi types of kernel images, such as zImage uImage, at one time. - KERNEL_IMAGETYPE works as it did. - v2: Update with the latest oe-core - v3: Add KERNEL_IMAGETYPES, leave KERNEL_IMAGETYPE as is. Thank Richar

[OE-core] [PATCH v3 1/1] kernel: Add KERNEL_IMAGETYPES to build multi types of kernel at one time

2015-08-04 Thread zhe.he
From: He Zhe Add KERNEL_IMAGETYPES to support building packaging and installing multi types of kernel images, such as zImage uImage, at one time. KERNEL_IMAGETYPE works as it did. Fixes [YOCTO #6945]. Signed-off-by: He Zhe --- meta/classes/kernel-fitimage.bbclass| 21 +++--- meta/classes

[OE-core] [PATCH] oeqa/ptest: Fixed glib ptest output.

2015-08-04 Thread Lucian Musat
It was creating output with FAILED instead of FAIL and it was not compliant with our log parser. Signed-off-by: Lucian Musat --- meta/recipes-core/glib-2.0/glib-2.0/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/glib-2.0/glib-2.0/run-ptest b/meta

Re: [OE-core] [PATCH] libinput: add configure arg and PACKAGECONFIG for libunwind

2015-08-04 Thread Jussi Kukkonen
On 4 August 2015 at 10:25, wrote: > From: Jackie Huang > > libinput use pkg-config to check and decide whether to build > with libunwind, which causes undeterministic builds or error: > > | > tmp/work/core2-64-wrs-linux/libinput/0.18.0-r0/libinput-0.18.0/test/litest.c:77:23: > | fatal error: li

[OE-core] [PATCH] kernel-yocto: do_configme: Add $TOOLCHAIN_OPTIONS to CFLAGS

2015-08-04 Thread Ioan-Adrian Ratiu
The kernel configure step was broken by the sysroot poisoning in [1]. In linux-yocto.inc this was fixed by appending $TOOLCHAIN_OPTIONS to KERNEL_CC, TOOLCHAIN_OPTIONS containing the needed --sysroot arg. However, [1] also breaks the yocto configure fragment generation: after parsing the fragments

[OE-core] [PATCH v2] mesa: upgrade 10.5.8 -> 10.6.3

2015-08-04 Thread Nicolas Dechesne
* Removed openvg references in PACKAGECONFIG, FILES and PACKAGES since OpenVG support was removed in mesa 10.6 * Tested with X11 : * xf86-video-freedreno on IFC6410 and DragonBoard 410c * softpipe on DragonBoard 410c * using meta-qualcomm BSP Signed-off-by: Nicolas Dechesne --- * Since v1

[OE-core] [PATCH] libinput: add configure arg and PACKAGECONFIG for libunwind

2015-08-04 Thread jackie.huang
From: Jackie Huang libinput use pkg-config to check and decide whether to build with libunwind, which causes undeterministic builds or error: | tmp/work/core2-64-wrs-linux/libinput/0.18.0-r0/libinput-0.18.0/test/litest.c:77:23: | fatal error: libunwind.h: No such file or directory So add confi