[OE-core] [PATCH 2/4] insane.bbclass: Add MicroBlaze big endian target info

2015-05-04 Thread Nathan Rossi
* Add the target info for the 'microblazeeb' target which matches the default MicroBlaze target info Signed-off-by: Nathan Rossi --- meta/classes/insane.bbclass |1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 56ee37d..ab4bd

[OE-core] [PATCH 3/4] siteinfo.bbclass: Add MicroBlaze big endian target info

2015-05-04 Thread Nathan Rossi
* Add the target info for the 'microblazeeb' target which matches the default MicroBlaze target info Signed-off-by: Nathan Rossi --- meta/classes/siteinfo.bbclass |1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass index b694a17.

[OE-core] [PATCH 1/4] kernel-arch: Update mapping for MicroBlaze architectures

2015-05-04 Thread Nathan Rossi
* Add pattern matching for the 'microblazeeb' architecture which maps to 'microblaze' in the same way as 'microblazeel' Signed-off-by: Nathan Rossi --- meta/classes/kernel-arch.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel-arch.bbclass b/met

[OE-core] [PATCH 4/4] ghostscript: Add MicroBlaze support

2015-05-04 Thread Nathan Rossi
* Add objarch.h for MicroBlaze big and little endian Signed-off-by: Nathan Rossi --- .../ghostscript/ghostscript/microblazeeb/objarch.h | 40 .../ghostscript/ghostscript/microblazeel/objarch.h | 40 2 files changed, 80 insertions(+) create mode 1006

[OE-core] [PATCH 0/4] Updated MicroBlaze Support

2015-05-04 Thread Nathan Rossi
This patch set adds some additional support for the MicroBlaze architecture. The first three patches add definitions for the MicroBlaze big-endian 'microblazeeb' architecture. The last patch adds support to the ghostscript recipe for building on both big and little endian MicroBlaze architectures

Re: [OE-core] OpenEmbedded e.V. membership status announcement

2015-05-04 Thread Denys Dmytriyenko
Hi, Andreas, Thank you for replying back and letting us know that you are still active - I'll add you to the list of people to get reinstated. We do realize that current e.V. statutes may be a bit unfair in this regard, that is why the Board of Directors has been working towards proposing a new

Re: [OE-core] OpenEmbedded e.V. membership status announcement

2015-05-04 Thread Andreas Oberritter
Hi Denys, everybody, I guess I'm still active in a way or another, but didn't feel like showing up at random places around the globe or filling out a form for votes about topics I don't know about in advance once a year. When I read the wiki page of the GA 2014, I can't even figure out what I coul

Re: [OE-core] [dizzy][PATCH] mesa: update --with-llvm-shared-libs configure option

2015-05-04 Thread akuster808
merged to staging. - armin On 05/01/2015 10:47 AM, Martin Jansa wrote: From: Andre McCurdy As per the Mesa 10.2 release notes, "--with-llvm-shared-libs" has been renamed to "--enable-llvm-shared-libs". http://www.mesa3d.org/relnotes/10.2.html Signed-off-by: Andre McCurdy Signed-off-by: R

[OE-core] OpenEmbedded e.V. membership status announcement

2015-05-04 Thread Denys Dmytriyenko
All, In accordance with OpenEmbedded e.V. statutes, members that were absent from two or more consecutive annual General Assembly meetings and didn't have anyone representing them by proxy, forfeit their active membership status and can no longer vote in any OE e.V. election. Thus, the current

[OE-core] [PATCH] mirrors.bbclass: drop support for svk sources

2015-05-04 Thread Andre McCurdy
The svk fetcher was removed from bitbake 1.22, so svk support should logically have been removed from oe-core Daisy onwards. Signed-off-by: Andre McCurdy --- meta/classes/mirrors.bbclass | 2 -- meta/classes/own-mirrors.bbclass | 1 - meta/classes/sanity.bbclass | 2 +- 3 files changed,

[OE-core] [PATCH V2 1/3] dbus: split tools package.

2015-05-04 Thread Bruno Bottazzini
From: Gustavo Sverzut Barbieri Most tools are not required if one is launching a simple daemon. The user will be able to exclude dbus-tool and save some space in his build Signed-off-by: Bruno Bottazzini --- meta/recipes-core/dbus/dbus.inc | 9 - 1 file changed, 8 insertions(+), 1 dele

[OE-core] [PATCH V2 0/3] systemd and dbus: split modules into packages

2015-05-04 Thread Bruno Bottazzini
Differences from V1: - Making sure that we don't change default configuration as Anders and Otavio suggested. - Changing EXTRA_OECONF flags to use it with PAKAGECONFIG as Anders pointed in the review. - New patch that verifies if journal-flush.service exists. It may not exists depending on pa

[OE-core] [PATCH V2 2/3] systemd: Verify if journal-flush.service exists.

2015-05-04 Thread Bruno Bottazzini
If the users wants to enable networkd this file will not be generate and the installation will fail. Signed-off-by: Bruno Bottazzini --- meta/recipes-core/systemd/systemd_219.bb | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_219.bb b

[OE-core] [PATCH V2 3/3] systemd: split modules into packages

2015-05-04 Thread Bruno Bottazzini
if one wants to launch a simple deamon, most modules are not required. He will be able to save space and exclude unwanted packages from the final image. Signed-off-by: Bruno Bottazzini --- meta/recipes-core/systemd/systemd_219.bb | 1139 ++ 1 file changed, 1012 insert

Re: [OE-core] [PATCH 4/8] kernel: Pull uImage generation into separate class

2015-05-04 Thread Marek Vasut
On Tuesday, April 28, 2015 at 11:16:17 PM, Marek Vasut wrote: > On Tuesday, April 28, 2015 at 08:44:54 PM, Bruce Ashfield wrote: > > On 2015-04-28 12:38 PM, Marek Vasut wrote: > > > Pull the uImage image format generation from kernel.bbclass into > > > a separate kernel-uimage.bbclass. The recipes

[OE-core] [PATCH 1/1] pseudo 1.6.5: less pointlessly chatty

2015-05-04 Thread Peter Seebach
There was a stupid logic error controlling the diagnostic for a "possible" mismatch involving trailing slashes and whether or not a node was believed to be a directory. Specifically, a diagnostic got printed any time a lookup for a directory *didn't* have a trailing slash, as well as in the (actual

[OE-core] [PATCH 0/1] pseudo 1.6.5

2015-05-04 Thread Peter Seebach
This fixes the spammy message about "quasi-mismatches" for directories. Actual change: - if (!!S_ISDIR(by_path.mode) != trailing_slash) { + if (trailing_slash && !S_ISDIR(by_path.mode)) { Seems pretty straightforward, right? The following changes since commit 9484fb0

Re: [OE-core] [PATCH] shared-mime-info: Upgrade 1.3 -> 1.4

2015-05-04 Thread Khem Raj
On Mon, May 4, 2015 at 3:37 AM, Jussi Kukkonen wrote: > Signed-off-by: Jussi Kukkonen Looks ok. In future use git format-patch -M option to let git work harder on detecting renames > --- > meta/recipes-support/shared-mime-info/shared-mime-info_1.3.bb | 7 --- > meta/recipes-support/shared-

Re: [OE-core] opkg_install_pkg: Package md5sum mismatch. Either the opkg or the package index are corrupt.

2015-05-04 Thread Alejandro del Castillo
On 05/04/2015 02:19 PM, Denys Dmytriyenko wrote: > On Mon, May 04, 2015 at 02:50:17PM -0400, Denys Dmytriyenko wrote: >> On Fri, May 01, 2015 at 05:13:05PM -0500, Alejandro del Castillo wrote: >>> >>> On 05/01/2015 11:06 AM, Denys Dmytriyenko wrote: Hi, Has anyone ever seen this me

Re: [OE-core] opkg_install_pkg: Package md5sum mismatch. Either the opkg or the package index are corrupt.

2015-05-04 Thread Denys Dmytriyenko
On Fri, May 01, 2015 at 05:13:05PM -0500, Alejandro del Castillo wrote: > > > On 05/01/2015 11:06 AM, Denys Dmytriyenko wrote: > > Hi, > > > > Has anyone ever seen this message during .do_rootfs task? > > > > Collected errors: > > * opkg_install_pkg: Package md5sum mismatch. Either the opkg or

Re: [OE-core] opkg_install_pkg: Package md5sum mismatch. Either the opkg or the package index are corrupt.

2015-05-04 Thread Denys Dmytriyenko
On Mon, May 04, 2015 at 02:50:17PM -0400, Denys Dmytriyenko wrote: > On Fri, May 01, 2015 at 05:13:05PM -0500, Alejandro del Castillo wrote: > > > > > > On 05/01/2015 11:06 AM, Denys Dmytriyenko wrote: > > > Hi, > > > > > > Has anyone ever seen this message during .do_rootfs task? > > > > > > Col

[OE-core] Add libreSSL to oe-core?

2015-05-04 Thread Randy MacLeod
Should oe-core add libressl as an alternative to openssl and other OE SSL/TLS implementations? We had a request from a customer to add LibreSSL so I was wondering about the plans of the Yocto community and indeed of the larger Linux distro community. Libressl claims (aims?) to be a more stable

[OE-core] [PATCH 2/2] python3: Disable pip to fix issues on the Autobuilders

2015-05-04 Thread Alejandro Hernandez
As Python-3.4 pip is required and installed by default, pips installation is bootstrapped using python wheels, this makes it complicated to patch, by default the installation uses an absolute path to /tmp, on most cases this would not be a problem, but since on the Autobuilders several Python insta

[OE-core] [PATCH 1/2] python3-native: Disable pip on native builds to fix Autobuilder issues

2015-05-04 Thread Alejandro Hernandez
As Python-3.4 pip is required and installed by default, pips installation is bootstrapped using python wheels, this makes it complicated to patch and causes errors on the Autobuilders, since we don't need pip for python3-native, this disables it fixing the issues. Signed-off-by: Alejandro Hernande

Re: [OE-core] [PATCH] dpkg: upgrade to 1.17.25

2015-05-04 Thread Aníbal Limón
Hi, On 29/04/15 03:09, rongqing...@windriver.com wrote: From: Roy Li upgrade to fix two CVE defects: CVE-2014-8625 and CVE-2015-0840 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-8625 Multiple format string vulnerabilities in the parse_error_msg function in parsehelp.c in dpkg be

Re: [OE-core] [PATCH 0/5] linux-yocto: consolidated pull request

2015-05-04 Thread Bruce Ashfield
On 2015-05-03 05:30 PM, Richard Purdie wrote: On Thu, 2015-04-30 at 21:34 -0400, Bruce Ashfield wrote: Here is the latest consolidated pull request for the supported linux-yocto kernels. - We have a refresh of the 3.14-rt support - bluetooh configuration changes for common-pc/qemux86 - br

Re: [OE-core] [PATCH] kernel.bbclass: Fix race condition

2015-05-04 Thread Bruce Ashfield
On 2015-05-04 10:11 AM, Ed Bartosh wrote: Race condition between do_compile_kernelmodules and do_shared_workdir tasks occurs when do_compilemodules changes files in include/generated/* while do_shared_workdir tries to copy them to shared working directory. Functionality of do_shared_workdir has

[OE-core] [PATCH 0/2] connman: upgrade and cleanup

2015-05-04 Thread Cristian Iorga
The following changes since commit 7a8f37daa7b42905233c31366915b897886a957a: dev-manual: Updates to add Luna support for Eclipse (2015-05-03 11:49:35 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib Ciorga/PUs http://git.yoctoproject.org/cgit.cgi/poky

[OE-core] [PATCH 2/2] connman: upgrade to 1.29

2015-05-04 Thread Cristian Iorga
- Add support for Ethernet and VLAN usage; - Fixes. Added build-create-dirs-before-putting-files-in-them.patch, already submitted upstream. Signed-off-by: Cristian Iorga --- ...-create-dirs-before-putting-files-in-them.patch | 46 ++ .../connman/{connman_1.28.bb => connman_1

[OE-core] [PATCH 1/2] connman: code cleanup

2015-05-04 Thread Cristian Iorga
- cleanup multiple inherit lines; - RDEPENDS cleanup, use PACKAGECONFIG[] instead. Signed-off-by: Cristian Iorga --- meta/recipes-connectivity/connman/connman.inc | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman.inc b/me

[OE-core] [PATCH] kernel.bbclass: Fix race condition

2015-05-04 Thread Ed Bartosh
Race condition between do_compile_kernelmodules and do_shared_workdir tasks occurs when do_compilemodules changes files in include/generated/* while do_shared_workdir tries to copy them to shared working directory. Functionality of do_shared_workdir has been moved to separate function mk_shared_wo

[OE-core] [PATCH 1/1] ncurses: inherit ncurses from pkgconfig

2015-05-04 Thread Christophe Guillon
Inherit ncurses from pkgconfig bbclass such that the ncurses build installs pkgconfig .pc files correctly. Otherwise packages depending on ncurses may not get the right ncurses configuration. Signed-off-by: Christophe Guillon --- meta/recipes-core/ncurses/ncurses.inc |2 +- 1 file changed, 1

[OE-core] [PATCH 0/1] ncurses: inherit ncurses from pkgconfig

2015-05-04 Thread Christophe Guillon
This patch fixes an issue in openembedded-core daisy where ncurses does not install pkgconfig .pc files, which causes issues for other packages using ncurses. For instance alsa-lib does not build correctly when for some reason ncurses is itself built before pkgconfig-native is built. Christophe Gu

[OE-core] [PATCH] shared-mime-info: Upgrade 1.3 -> 1.4

2015-05-04 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- meta/recipes-support/shared-mime-info/shared-mime-info_1.3.bb | 7 --- meta/recipes-support/shared-mime-info/shared-mime-info_1.4.bb | 7 +++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta/recipes-support/shared-mime-info/share

[OE-core] [PATCH 2/2] dhcp: fix a building failure when upgrade bind

2015-05-04 Thread rongqing.li
From: Roy Li The libdns.a and libisc.a from bind-9.10.2 maybe need the libxml2, so add PKGCONFIG to make libxml2 dependence deterministic. Signed-off-by: Roy Li --- meta/recipes-connectivity/dhcp/dhcp.inc| 7 - .../dhcp/dhcp/0001-search-libxml2.patch| 35 ++

[OE-core] [PATCH 1/2] bind: upgrade to 9.10.2

2015-05-04 Thread rongqing.li
From: Roy Li 1. Remove two unneeded CVE patches, 9.10.2 fixed the CVE-2015-1349 also 2. Remove bind-subdirs-run-serially.patch and cross-build-fix.patch, similar fixes are merged into 9.10.2 3. update the dont-test-on-host.patch 4. update the Copyright file checksum, since the date in it has been

[OE-core] [PATCH 0/2][v2] upgrade bind to 9.10.2, and fix the building failure

2015-05-04 Thread rongqing.li
From: Roy Li The following changes since commit 7a8f37daa7b42905233c31366915b897886a957a: dev-manual: Updates to add Luna support for Eclipse (2015-05-03 11:49:35 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib roy/bind-9.10.2-1 http://git.pokylinux.o

[OE-core] [PATCH V2 2/2] populate_sdk_ext: consider custom configuration in local.conf

2015-05-04 Thread Chen Qi
Copy the contents of local.conf under TOPDIR into the final generated local.conf. In this way, custom settings are also made into the final local.conf like IMAGE_INSTALL, DISTRO_FEATURES, VIRTUAL-RUNTIME_xxx, etc. Before this change, installing extensible SDK would usually report failure when prep

[OE-core] [PATCH V2 1/2] populate_sdk_ext: install the latest buildtools-tarball

2015-05-04 Thread Chen Qi
If we do `bitbake buildtools-tarball' and then after one day do `bitbake core-image-minimal -c populate_sdk_ext', we would meet errors like below. | install: cannot stat '/buildarea2/chenqi/poky/build-systemd/tmp/deploy/sdk/ poky-glibc-x86_64-buildtools-tarball-core2-64-buildtools-nativesdk-standa

[OE-core] [PATCH V2 0/2] populate_sdk_ext: two fixes

2015-05-04 Thread Chen Qi
The following changes since commit 4dd4b96b6d60246338bb30ede9f3ab1b2e757be9: libxfont: Security Advisory - libxfont - CVE-2015-1804 (2015-04-28 07:56:01 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/populate_sdk_ext_2_fixes ht