Re: [OE-core] [PATCH 6/6] tcmode-default.inc: update BINUVERSION

2015-08-05 Thread Robert Yang
On 08/06/2015 11:53 AM, Khem Raj wrote: On Aug 3, 2015, at 11:40 PM, Robert Yang wrote: Signed-off-by: Robert Yang --- meta/conf/distro/include/tcmode-default.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/d

[OE-core] [PATCH][v2] attr: drop sstate fix and narrow relative-libdir.patch to target

2015-08-05 Thread rongqing.li
From: Roy Li The relative-libdir.patch is no longer needed for native since fix_symlink for native has been added to revert what it done, Also this patch and fix_symlink add a race condition since both libacl.so and libattr.so were created, then removed, and then recreated. So Only keep relative

Re: [OE-core] [PATCH 6/6] tcmode-default.inc: update BINUVERSION

2015-08-05 Thread Khem Raj
> On Aug 3, 2015, at 11:40 PM, Robert Yang wrote: > > Signed-off-by: Robert Yang > --- > meta/conf/distro/include/tcmode-default.inc |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/conf/distro/include/tcmode-default.inc > b/meta/conf/distro/include/tcmode-defau

Re: [OE-core] [PATCH] create-pull-request: cd to relative directory

2015-08-05 Thread Khem Raj
On Wed, Aug 5, 2015 at 2:01 AM, Ed Bartosh wrote: > create-pull-request -d path creates empty patches if directory > is specified as a path, i.e. ./bitbake or ./bitbake/ or full path. > It behaves expected way only if script is run with -d bitbake, i.e. > relative dir name doesn't contain '\'. > >

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

2015-08-05 Thread Khem Raj
On Wed, Aug 5, 2015 at 7:00 AM, Bruce Ashfield wrote: > On Tue, Aug 4, 2015 at 11:01 AM, Paul Gortmaker > wrote: >> 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

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

2015-08-05 Thread Khem Raj
On Tue, Aug 4, 2015 at 6:58 AM, 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 w

Re: [OE-core] [PATCH] gstreamer1.0-plugins-base: Enable pango packageconfig by default

2015-08-05 Thread Khem Raj
On Wed, Aug 5, 2015 at 1:58 PM, Carlos Rafael Giani wrote: > There is no discernible reason why pango should be initially disabled, build-time will increase and it may not be needed by default reference images in OE-Core but that may not be strong reason if it spits our separate packages. Can you

Re: [OE-core] About multilib packages rpm pkg name

2015-08-05 Thread Robert Yang
Hi Mark, Thank you very much, this makes things more clear now, I've tried to change packagegroup-core-standalone-sdk-target's PACKAGE_ARCH to MACHINE_ARCH or TUNE_PKGARCH, it didn't work (the rdepends lib32 are still not installed), I will try to use read_subpkgdata() to get the required pkgs a

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

2015-08-05 Thread Khem Raj
On Wed, Aug 5, 2015 at 3:02 PM, Bystricky, Juro wrote: > Thanks for the link. My new understanding is that kernel-dev package > should already have essentially the same functionality as the kernel-headers > package, > which makes kernel-headers package redundant. > I tried it, but it did not wor

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

2015-08-05 Thread Bruce Ashfield
On Wed, Aug 5, 2015 at 2:33 PM, Richard Purdie wrote: > On Wed, 2015-08-05 at 17:09 +0800, He Zhe wrote: >> Ping. > > Sending these out daily is going to annoy me, please stop doing that. > > As mentioned in other emails, I'm travelling at the moment, other people > are on vacation (including Bruc

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

2015-08-05 Thread Bruce Ashfield
On Wed, Aug 5, 2015 at 6:02 PM, Bystricky, Juro wrote: > Thanks for the link. My new understanding is that kernel-dev package > should already have essentially the same functionality as the kernel-headers > package, > which makes kernel-headers package redundant. > I tried it, but it did not wor

[OE-core] [PATCH 2/2] libiconv_1.11.1: merge build and packaging fixes from libiconv_1.14

2015-08-05 Thread Andre McCurdy
054151c libiconv: Fix B != S with uclibc builds 273c437 libiconv: Remove RPATH from binaries fcb8d6f libiconv_1.14.bb: Fix build failure [partial-merge] Signed-off-by: Andre McCurdy --- meta/recipes-support/libiconv/libiconv_1.11.1.bb | 13 - 1 file changed, 12 insertions(+), 1

[OE-core] [PATCH 1/2] libiconv_1.11.1: fix LICENSE declaration, LGPL -> LGPLv2.0

2015-08-05 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-support/libiconv/libiconv_1.11.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/libiconv/libiconv_1.11.1.bb b/meta/recipes-support/libiconv/libiconv_1.11.1.bb index abf739b..d09b194 100644 --- a/meta/re

[OE-core] [PATCH 0/2] libiconv_1.11.1 build, packaging and QA warning fixes

2015-08-05 Thread Andre McCurdy
Andre McCurdy (2): libiconv_1.11.1: fix LICENSE declaration, LGPL -> LGPLv2.0 libiconv_1.11.1: merge build and packaging fixes from libiconv_1.14.bb meta/recipes-support/libiconv/libiconv_1.11.1.bb | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) -- 1.9.1 -- __

[OE-core] [PATCH 2/2] gettext_0.16.1: add -lrt and -lpthread to LDFLAGS for uclibc builds

2015-08-05 Thread Andre McCurdy
Fix linker errors due to posix_spawnp etc being in librt for uclibc. | sh4-rdk-linux-uclibc-libtool: link: sh4-rdk-linux-uclibc-gcc -ml -m4 --sysroot=/build-foo/tmp/sysroots/foo -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o .libs/test-names test-na

[OE-core] [PATCH 0/2] gettext_0.16.1 build fixes for uclibc

2015-08-05 Thread Andre McCurdy
Assuming everything works out OK in master, fido needs these fixes too. Andre McCurdy (2): gettext_0.16.1: remove obsolete uclibc specific patch gettext_0.16.1: add -lrt and -lpthread to LDFLAGS for uclibc builds .../gettext-0.16.1/gettext-error_print_progname.patch | 19 ---

[OE-core] [PATCH 1/2] gettext_0.16.1: remove obsolete uclibc specific patch

2015-08-05 Thread Andre McCurdy
gettext-error_print_progname.patch was originally created for gettext v0.14.6 and does not apply cleanly to gettext v0.16.1. Since the original issue addressed by the patch isn't documented and because gettext v0.16.1 seems to be build OK for uclibc without the patch, assume the patch is obsolete

[OE-core] [PATCH] uclibc: backport upstream fix for SH4

2015-08-05 Thread Andre McCurdy
Backport upstream fix for building uclibc for SH4 with recent gcc: http://git.uclibc.org/uClibc/commit/?id=2c8a7766681b704e710f51c0817534e3f9a952d1 Signed-off-by: Andre McCurdy --- Assuming everything works out OK in master, fido needs this fix too. meta/recipes-core/uclibc/uclibc-git.inc

[OE-core] [PATCH 1/1] qemurunner: Improves checking for Server and Target IPs on qemus parameters

2015-08-05 Thread Alejandro Hernandez
Fixes server hanging infinitely waiting for qemus process to let go of bitbake.lock Signed-off-by: Alejandro Hernandez --- meta/lib/oeqa/utils/qemurunner.py | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils

[OE-core] [PATCH] ca-certificates: Update 20141019 -> 20150426

2015-08-05 Thread Khem Raj
Older SRCREV was not fetchable which triggered this upgrade Change-Id: I85d028294ff0018f4c81c6bb81ae262b18af7a87 Signed-off-by: Khem Raj --- ...ertificates-don-t-use-Debianisms-in-run-p.patch | 31 .../0002-update-ca-certificates-use-SYSROOT.patch | 41 +- .

[OE-core] [PATCH 2/2] glibc: Package libmvec when built

2015-08-05 Thread Khem Raj
libmvec is new library in glibc 2.22 and currently turned on by default on x86_64. this helps in packaging it properly when its generated Fixes warning like WARNING: QA Issue: nativesdk-glibc: Files/directories were installed but not shipped in any package: /usr/local/oecore-x86_64/sysroots/x86

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

2015-08-05 Thread Bystricky, Juro
Thanks for the link. My new understanding is that kernel-dev package should already have essentially the same functionality as the kernel-headers package, which makes kernel-headers package redundant. I tried it, but it did not work. To be specific, I expected to see the folder "/usr/lib/modules

[OE-core] [PATCH 0/2] Upgrade glibc to 2.22

2015-08-05 Thread Khem Raj
glibc 2.22 is now released. This has been tested on feature branch for months now as the release is out, therefore proposing it for master Khem Raj (2): glibc: Upgrade 2.21 -> 2.22 glibc: Package libmvec when built meta/conf/distro/include/tcmode-default.inc|2 +- ...tive_2.21.bb

Re: [OE-core] [PATCH] gstreamer1.0-plugins-base: Enable pango packageconfig by default

2015-08-05 Thread Otavio Salvador
On Wed, Aug 5, 2015 at 5:58 PM, Carlos Rafael Giani wrote: > There is no discernible reason why pango should be initially disabled, > since the necessary dependency is already included in OE core > > Signed-off-by: Carlos Rafael Giani Acked-by: Otavio Salvador -- Otavio Salvador

[OE-core] [PATCH] gstreamer1.0-plugins-base: Enable pango packageconfig by default

2015-08-05 Thread Carlos Rafael Giani
There is no discernible reason why pango should be initially disabled, since the necessary dependency is already included in OE core Signed-off-by: Carlos Rafael Giani --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [OE-core] [PATCH] bash_3.2.48: dont include target CFLAGS in host LDFLAGS

2015-08-05 Thread Andre McCurdy
Ping. On Wed, Jul 15, 2015 at 1:16 AM, Andre McCurdy wrote: > Building the host tool 'mkbuiltins' will fail if the target CFLAGS > contains an option which isn't supported by the host's gcc. To prevent > the issue, define LDFLAGS_FOR_BUILD based on CFLAGS_FOR_BUILD instead > of CFLAGS. > > Signed

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

2015-08-05 Thread Richard Purdie
On Tue, 2015-08-04 at 09:08 -0600, Gary Thomas wrote: > 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 native

Re: [OE-core] [PATCH] bootimg.bbclass:iso: determine the -iso-level only if there is a rootfs

2015-08-05 Thread Ricardo Neri
Hi, On Fri, 2015-07-10 at 17:41 -0700, Ricardo Neri wrote: > It may be possible that some bootable images do not use a rootfs; this > may be the case if the bootable image utilize only an initrd for all > its > needs. > > If there is not rootfs, the size calculation will fail. Furthermore, > give

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

2015-08-05 Thread Richard Purdie
On Wed, 2015-08-05 at 17:09 +0800, He Zhe wrote: > Ping. Sending these out daily is going to annoy me, please stop doing that. As mentioned in other emails, I'm travelling at the moment, other people are on vacation (including Bruce) and we're struggling in the patch review and merging, not least

Re: [OE-core] psplash and systemd

2015-08-05 Thread Ahsan, Noor
Khem, any update on this? Noor From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Ahsan, Noor Sent: Friday, July 24, 2015 7:50 PM To: Khem Raj Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] psplash a

Re: [OE-core] [PATCH] oe-selftest: support selftests from other layers

2015-08-05 Thread Christopher Larson
On Wed, Aug 5, 2015 at 12:17 AM, LIU, Sharron wrote: > [YOCTO #7865] https://bugzilla.yoctoproject.org/show_bug.cgi?id=7865 > > This script is extended to detect and run tests from all BBLAYERS added to > BBPATH. Tests can be put in any sub-dir, except for "files" which is > treated > as test dep

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

2015-08-05 Thread Bruce Ashfield
On Tue, Aug 4, 2015 at 11:01 AM, Paul Gortmaker wrote: > 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 o

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

2015-08-05 Thread Bruce Ashfield
On Wed, Aug 5, 2015 at 4:39 AM, Adrian Ratiu wrote: > Bruce Ashfield wrote on 05.08.2015 05:17:14: > >> 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 certai

Re: [OE-core] About multilib packages rpm pkg name

2015-08-05 Thread Mark Hatle
On 8/5/15 1:45 AM, Robert Yang wrote: > > 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

Re: [OE-core] [PATCH 3/3] runqemu-internal: Replace wacom-tablet with tablet for usbdevice

2015-08-05 Thread Jussi Kukkonen
On 9 July 2015 at 20:52, Khem Raj wrote: > When booting weston-core-image with latest wayland/weston/libinput > mouse/touchpad would not work on qemux86, this fixes the issue The gcc upgrade from the same patchset has been in master for a while but this one is not. I think it should be included:

Re: [OE-core] meta/lib/oe/rootfs.py: dont' remove any packages by default

2015-08-05 Thread Paul Eggleton
On Saturday 01 August 2015 11:57:58 Robert Yang wrote: > On 07/31/2015 06:46 PM, Paul Eggleton wrote: > > Hi Robert, > > > > On Friday 31 July 2015 14:56:15 Robert Yang wrote: > >> Currently, the rootfs.py removes base-passwd, shadow, update-rc.d, > >> update-alternatives and run-postinsts when pa

[OE-core] [PATCH v2] create-pull-request: cd to relative directory

2015-08-05 Thread Ed Bartosh
create-pull-request -d path creates empty patches if directory is specified as a path, i.e. ./bitbake or ./bitbake/ or full path. It behaves expected way only if script is run with -d bitbake, i.e. relative dir name doesn't contain '\'. Fixed this unwanted behaviour by changing directory and runni

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

2015-08-05 Thread He Zhe
Ping. On 08/04/2015 05:17 PM, zhe...@windriver.com wrote: > 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 >

[OE-core] [PATCH] create-pull-request: cd to relative directory

2015-08-05 Thread Ed Bartosh
create-pull-request -d path creates empty patches if directory is specified as a path, i.e. ./bitbake or ./bitbake/ or full path. It behaves expected way only if script is run with -d bitbake, i.e. relative dir name doesn't contain '\'. Fixed this unwanted behaviour by changing directory and runni

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

2015-08-05 Thread Adrian Ratiu
Bruce Ashfield wrote on 05.08.2015 05:17:14: > 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 Octob

[OE-core] [PATCH 0/2] Package Upgrade -- 20150805

2015-08-05 Thread Chen Qi
The following changes since commit 288c76a41aebaf54c7fca3782160830df462b9e4: builder: Fix multilib compile failure (2015-08-03 07:15:47 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/PU-20150805 http://cgit.openembedded.org

[OE-core] [PATCH 1/2] resolvconf: upgrade to 1.77

2015-08-05 Thread Chen Qi
Signed-off-by: Chen Qi --- .../resolvconf/{resolvconf_1.76.bb => resolvconf_1.77.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-connectivity/resolvconf/{resolvconf_1.76.bb => resolvconf_1.77.bb} (89%) diff --git a/meta/recipes-connectivity/resolvc

[OE-core] [PATCH 2/2] cups: upgrade to 2.0.4

2015-08-05 Thread Chen Qi
Signed-off-by: Chen Qi --- meta/recipes-extended/cups/{cups_2.0.3.bb => cups_2.0.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/cups/{cups_2.0.3.bb => cups_2.0.4.bb} (40%) diff --git a/meta/recipes-extended/cups/cups_2.0.3.bb b/meta/recipes-extende

[OE-core] [PATCH] oe-selftest: support selftests from other layers

2015-08-05 Thread LIU, Sharron
[YOCTO #7865] https://bugzilla.yoctoproject.org/show_bug.cgi?id=7865 This script is extended to detect and run tests from all BBLAYERS added to BBPATH. Tests can be put in any sub-dir, except for "files" which is treated as test dependent files. To detect tests, this patch goes through "lib/oeqa/