Re: [OE-core] [PATCH 1/1] mtd-utils: add xattr PACKAGECONFIG and fix acl dependency

2015-08-26 Thread Khem Raj
On Aug 26, 2015 9:11 AM, Patrick Ohly patrick.o...@intel.com wrote: The unconditional removal of -DWITHOUT_XATTR accidentally introduced a compile-time dependency on acl, because sys/acl.h gets included. This caused random compile failures. To fix this, we introduce a proper PACKAGECONFIG

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

2015-08-26 Thread Josh Cartwright
Hey Bruce- (Just dug this up because it was relevant to a conversation in the office.) On Tue, Aug 04, 2015 at 11:20:11PM -0300, Bruce Ashfield wrote: On Mon, Aug 3, 2015 at 5:35 PM, Juro Bystricky juro.bystri...@intel.com wrote: Header files and scripts for building modules for Linux

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

2015-08-26 Thread Josh Cartwright
On Wed, Aug 26, 2015 at 01:57:13PM -0400, Bruce Ashfield wrote: On Wed, Aug 26, 2015 at 1:55 PM, Josh Cartwright jo...@ni.com wrote: On Tue, Aug 04, 2015 at 11:20:11PM -0300, Bruce Ashfield wrote: On Mon, Aug 3, 2015 at 5:35 PM, Juro Bystricky juro.bystri...@intel.com wrote: [..] If you

Re: [OE-core] [PATCH 1/1] mtd-utils: add xattr PACKAGECONFIG and fix acl dependency

2015-08-26 Thread Andre McCurdy
On Wed, Aug 26, 2015 at 9:10 AM, Patrick Ohly patrick.o...@intel.com wrote: The unconditional removal of -DWITHOUT_XATTR accidentally introduced a compile-time dependency on acl, because sys/acl.h gets included. This caused random compile failures. To fix this, we introduce a proper

[OE-core] [RFC PATCH 2/2] image_types.bbclass: add support for fastboot image type

2015-08-26 Thread Nicolas Dechesne
Fastboot images are images that can be flashed using the fastboot protocol implemented in many popular bootloader for SBCs or even real world products (such as Android phones and tablets). This image type was implemented in meta-smartphone, and is being moved in oe-core. Signed-off-by: Nicolas

[OE-core] [PATCH][v2] perf: fix the install-python_ext

2015-08-26 Thread rongqing.li
From: Roy Li rongqing...@windriver.com 1. $(grep xxx xxx) never returns 0, it maybe return empty or string, and can not compare with 0, this fixes that python module never are installed. 2. python library is installed into /usr/lib/ by default, but we expect it is installed into ${libdir}, so

[OE-core] [PATCH][v2] xmlto: xsltproc is required by both native and target

2015-08-26 Thread rongqing.li
From: Roy Li rongqing...@windriver.com xsltproc is used to perform the XSL-T transformation by xmlto by default, so it is required by both native and target, and target has the dependence on libxslt-bin, so add libxslt to native RDEPENDS Signed-off-by: Roy Li rongqing...@windriver.com ---

[OE-core] [PATCH] meta: add deploy-files.bbclass

2015-08-26 Thread zjh
This patch provide a sstate safe approach to deploy files which are generated by recipe. With it, it is very convenient for recipe to choose specific files to deploy but not break origin deploy logic. By default, the location of deploy-files is under ${DEPLOYDIR}/files/. For target machine file,

[OE-core] [PATCH v2 2/2] oeqa/selftest: new tests for devtool upgrage feature

2015-08-26 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval leonardo.sandoval.gonza...@linux.intel.com Basic tests for the devtool's upgrade feature, including: * Parameter check * Upgrading a real recipe (e2fsprogrs) without patching and checing its output * Devtool status after upgrade Signed-off-by:

[OE-core] [PATCH v2 1/2] devtool: upgrade feature

2015-08-26 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval leonardo.sandoval.gonza...@linux.intel.com Upgrades a recipe to a particular version and downloads the source code into srctree. User can avoid patching the source code. These are the general steps of the upgrade function: * Extract current recipe source code into

[OE-core] [PATCH v2 0/1] devtool: upgrade feature

2015-08-26 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval leonardo.sandoval.gonza...@linux.intel.com Complete RE-IMPLEMENTATION since v1. This patch does not use any of the auto-upgrade-helper code [1] and the reason is that this code needs some (i.e. use the oe.recipeutils module, auh touchs tracked recipes, etc.) work before

[OE-core] [RFC PATCH 1/2] android-tools: import android-tools from meta-smartphone into oe-core

2015-08-26 Thread Nicolas Dechesne
The following changes were done to trim down the recipe size: * removed adbd support * removed android-tools-conf The main idea is to keep only what is strictly needed for make_ext4fs tool. Signed-off-by: Nicolas Dechesne nicolas.deche...@linaro.org ---

[OE-core] [RFC PATCH 0/2] Add support for fastboot images

2015-08-26 Thread Nicolas Dechesne
Some (many?) embedded SBCs and Android devices (such as Nexus devices) come with Android bootloaders/BSP by default, and often the fastboot protocol may be even the only way we can flash the device. So this RFC series is an attempt to be able to easily use such devices while building OE images. I

Re: [OE-core] [PATCH v2 1/2] insane.bbclass: Check for invalid characters (non UTF8) on recipe metadata

2015-08-26 Thread Leonardo Sandoval
hi Chris, On 08/17/2015 05:57 PM, Christopher Larson wrote: On Mon, Aug 17, 2015 at 12:10 AM, leonardo.sandoval.gonza...@linux.intel.com wrote: From: Leonardo Sandoval leonardo.sandoval.gonza...@linux.intel.com Check if invalid characters are present on recipe's metadata. Fields taken into

Re: [OE-core] [PATCH v2 2/2] oeqa/selftest: new tests for devtool upgrage feature

2015-08-26 Thread Leonardo Sandoval
On 08/26/2015 11:15 AM, Aníbal Limón wrote: Comments below. On 26/08/15 02:43, leonardo.sandoval.gonza...@linux.intel.com wrote: From: Leonardo Sandoval leonardo.sandoval.gonza...@linux.intel.com Basic tests for the devtool's upgrade feature, including: * Parameter check *

[OE-core] [PATCH] gnome: revector some older versions of pkgs back to bz2 compression

2015-08-26 Thread Paul Gortmaker
In commit 429985c1f6e50baec6ba03f35f323a4e8c7f72dd and/or OE-Core rev: 0f9ea90dde8f63aace19531e066580e41bf3d7cc (classes/gnomebase: change tarball compression to xz) the default changed, and some pkgs were kept back on bz2 where the xz did not exist. However it seems some were missed, and I

Re: [OE-core] [PATCH 12/17] image_types.bbclass: add wic image type

2015-08-26 Thread Ed Bartosh
On Tue, Aug 25, 2015 at 05:46:08PM +, Ahsan, Noor wrote: Would it not be better approach if we don't hardcore the name and path and handle it using some variable? Can you elaborate a bit? I don't see any hardcoded names and paths in this patch. Regards, Ed Noor -Original

Re: [OE-core] [PATCH v2 1/2] devtool: upgrade feature

2015-08-26 Thread Aníbal Limón
Comments below, On 26/08/15 02:43, leonardo.sandoval.gonza...@linux.intel.com wrote: From: Leonardo Sandoval leonardo.sandoval.gonza...@linux.intel.com Upgrades a recipe to a particular version and downloads the source code into srctree. User can avoid patching the source code. These are the

[OE-core] [PATCH 1/1] mtd-utils: add xattr PACKAGECONFIG and fix acl dependency

2015-08-26 Thread Patrick Ohly
The unconditional removal of -DWITHOUT_XATTR accidentally introduced a compile-time dependency on acl, because sys/acl.h gets included. This caused random compile failures. To fix this, we introduce a proper PACKAGECONFIG for the xattr support, with the distro's xattr feature determining the

Re: [OE-core] [PATCH 1/1] mtd-utils: add xattr PACKAGECONFIG and fix acl dependency

2015-08-26 Thread Mark Hatle
While I haven't tried this, it is exactly what I would have expected. Acked-by: Mark Hatle mark.ha...@windriver.com On 8/26/15 11:10 AM, Patrick Ohly wrote: The unconditional removal of -DWITHOUT_XATTR accidentally introduced a compile-time dependency on acl, because sys/acl.h gets included.

Re: [OE-core] [PATCH v2 1/2] devtool: upgrade feature

2015-08-26 Thread Leonardo Sandoval
On 08/26/2015 11:09 AM, Aníbal Limón wrote: Comments below, On 26/08/15 02:43, leonardo.sandoval.gonza...@linux.intel.com wrote: From: Leonardo Sandoval leonardo.sandoval.gonza...@linux.intel.com Upgrades a recipe to a particular version and downloads the source code into srctree. User can

Re: [OE-core] [PATCH v2 2/2] oeqa/selftest: new tests for devtool upgrage feature

2015-08-26 Thread Paul Eggleton
On Wednesday 26 August 2015 11:29:37 Leonardo Sandoval wrote: On 08/26/2015 11:15 AM, Aníbal Limón wrote: Comments below. On 26/08/15 02:43, leonardo.sandoval.gonza...@linux.intel.com wrote: From: Leonardo Sandoval leonardo.sandoval.gonza...@linux.intel.com Basic tests for the

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

2015-08-26 Thread Bruce Ashfield
On Wed, Aug 26, 2015 at 1:55 PM, Josh Cartwright jo...@ni.com wrote: Hey Bruce- (Just dug this up because it was relevant to a conversation in the office.) On Tue, Aug 04, 2015 at 11:20:11PM -0300, Bruce Ashfield wrote: On Mon, Aug 3, 2015 at 5:35 PM, Juro Bystricky juro.bystri...@intel.com

Re: [OE-core] [PATCH v2] mtd-utils: disable xattr if DISTRO_FEATURES doesn't contain acl

2015-08-26 Thread Patrick Ohly
On Wed, 2015-08-26 at 09:50 +, Huang, Jie (Jackie) wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core- boun...@lists.openembedded.org] On Behalf Of Andrea Adami Sent: Sunday, August 23, 2015 5:59 AM To:

Re: [OE-core] [PATCH v2 2/2] oeqa/selftest: new tests for devtool upgrage feature

2015-08-26 Thread Aníbal Limón
Comments below. On 26/08/15 02:43, leonardo.sandoval.gonza...@linux.intel.com wrote: From: Leonardo Sandoval leonardo.sandoval.gonza...@linux.intel.com Basic tests for the devtool's upgrade feature, including: * Parameter check * Upgrading a real recipe (e2fsprogrs) without

Re: [OE-core] [PATCH v2 1/2] insane.bbclass: Check for invalid characters (non UTF8) on recipe metadata

2015-08-26 Thread Christopher Larson
On Wed, Aug 26, 2015 at 9:13 AM, Leonardo Sandoval leonardo.sandoval.gonza...@linux.intel.com wrote: hi Chris, On 08/17/2015 05:57 PM, Christopher Larson wrote: On Mon, Aug 17, 2015 at 12:10 AM, leonardo.sandoval.gonza...@linux.intel.com wrote: From: Leonardo Sandoval

Re: [OE-core] [PATCH v2 2/2] oeqa/selftest: new tests for devtool upgrage feature

2015-08-26 Thread Leonardo Sandoval
On 08/26/2015 11:47 AM, Paul Eggleton wrote: On Wednesday 26 August 2015 11:29:37 Leonardo Sandoval wrote: On 08/26/2015 11:15 AM, Aníbal Limón wrote: Comments below. On 26/08/15 02:43, leonardo.sandoval.gonza...@linux.intel.com wrote: From: Leonardo Sandoval

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

2015-08-26 Thread Tim Orling
On Wed, Aug 26, 2015 at 6:56 AM, Martin Jansa martin.ja...@gmail.com wrote: Time for even more PNBLACKLISTs.. snip == Failed tasks 2015-08-24 == INFO: jenkins-job.sh-1.3.1 Complete log available at http://logs.nslu2-linux.org/buildlogs/oe/world/log.report.20150825_231149.log === common

Re: [OE-core] [RFC PATCH 2/2] image_types.bbclass: add support for fastboot image type

2015-08-26 Thread Andre McCurdy
On Wed, Aug 26, 2015 at 8:48 AM, Nicolas Dechesne nicolas.deche...@linaro.org wrote: Fastboot images are images that can be flashed using the fastboot protocol implemented in many popular bootloader for SBCs or even real world products (such as Android phones and tablets). This image type was

Re: [OE-core] [PATCH] runqemu-internal: Fixes unary operator expected in new TCPSERIAL_PORTNUM

2015-08-26 Thread Benjamin Esquivel
On Wed, 2015-08-26 at 09:48 -0500, Aníbal Limón wrote: If $TCPSERIAL_PORTNUM is empty string causes an error because expands the expresion to, $TCPSERIAL_PORTNUM == - == Signed-off-by: Aníbal Limón anibal.li...@linux.intel.com --- scripts/runqemu-internal | 2 +- 1 file changed, 1

[OE-core] [PATCH 0/3] Empty-image functionality

2015-08-26 Thread Alex Franco
Enable creation of core-empty-image (a recipe that inherits image without any extra packages) or similar empty images, whether RPM, DEB or IPK packaging is selected. [YOCTO #7664] Alex Franco (3): Empty image: core-image-empty recipe, Rootfs fix Empty image: package list splitting and

[OE-core] [PATCH 2/3] Empty image: package list splitting and iteration

2015-08-26 Thread Alex Franco
A few short fixes to splitting/iteration done over package lists in license.bbclass, package_manager.py and rootfs.py. [YOCTO #7664] Signed-off-by: Alex Franco alejandro.fra...@linux.intel.com --- meta/classes/license.bbclass | 2 +- meta/lib/oe/package_manager.py | 5 +++--

[OE-core] [PATCH 1/3] Empty image: core-image-empty recipe, Rootfs fix

2015-08-26 Thread Alex Franco
Added a core-image-empty recipe, as well as a DpkgOpkgRootfs test which skips the package post installs step, if PACKAGE_INSTALL is empty. [YOCTO #7664] Signed-off-by: Alex Franco alejandro.fra...@linux.intel.com --- meta/lib/oe/rootfs.py| 6 +-

[OE-core] [PATCH 3/3] Empty image: filesystem allocation

2015-08-26 Thread Alex Franco
Increase sparse image block size when ROOTFS_SIZE is smaller than the minimum needed for ext4 to fit into it. [YOCTO #7664] Signed-off-by: Alex Franco alejandro.fra...@linux.intel.com --- meta/classes/image_types.bbclass | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff

Re: [OE-core] [PATCH] os-release: Exclude DATETIME from sstate signature

2015-08-26 Thread Joshua Lock
On 25/08/15 17:58, Richard Purdie wrote: I'm torn over this, I can see someone wanting this to vary in each build. What pushed me to believe its incorrect in its current form is that it changes for every MACHINE build, making a complete mess if you try and generate package feeds using it. It's

[OE-core] [PATCH] asciidoc: create recipe

2015-08-26 Thread rongqing.li
From: Roy Li rongqing...@windriver.com To fix [YOCTO #3388], asciidoc is needed AsciiDoc is a text document format for writing short documents, articles, books and UNIX man pages. get recipe from openembedded, update the download url, remove the vim magic since it becomes useless, enable

Re: [OE-core] [PATCH 2/3] insane.bbclass: add host-user-contaminated test

2015-08-26 Thread Joshua Lock
On 24/08/15 23:19, Christopher Larson wrote: From: Christopher Larson chris_lar...@mentor.com - Add a test which checks for any paths outside of /home which are owned by the user running bitbake. - Add the test to WARN_QA by default. I do all of my builds on a separate partition in a

Re: [OE-core] [PATCH v2] mtd-utils: disable xattr if DISTRO_FEATURES doesn't contain acl

2015-08-26 Thread Huang, Jie (Jackie)
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core- boun...@lists.openembedded.org] On Behalf Of Andrea Adami Sent: Sunday, August 23, 2015 5:59 AM To: openembedded-core@lists.openembedded.org Subject: [OE-core] [PATCH v2]

Re: [OE-core] [PATCH][v2] perf: fix the install-python_ext

2015-08-26 Thread Burton, Ross
On 26 August 2015 at 06:58, rongqing...@windriver.com wrote: +export PYTHON_SITEPACKAGES_DIR Why do you export this and then use \$(PYTHON_SITEPACKAGES_DIR), isn't just using ${PYTHON_SITEPACKAGES_DIR} directly so the expansion is performed by bitbake neater? Ross --

Re: [OE-core] [PATCH] os-release: Exclude DATETIME from sstate signature

2015-08-26 Thread Paul Eggleton
On Wednesday 26 August 2015 09:41:17 Joshua Lock wrote: On 25/08/15 17:58, Richard Purdie wrote: I'm torn over this, I can see someone wanting this to vary in each build. What pushed me to believe its incorrect in its current form is that it changes for every MACHINE build, making a

Re: [OE-core] [PATCH] util-linux: add user uuidd and group uuidd

2015-08-26 Thread Burton, Ross
On 25 June 2015 at 09:55, Li xin lixin.f...@cn.fujitsu.com wrote: +pkg_postinst_${PN}-uuidd () { +if [ x$D != x ]; then +OPTS=--root=$D +if type systemctl /dev/null 2/dev/null; then +systemctl $OPTS ${SYSTEMD_AUTO_ENABLE} ${SYSTEMD_SERVICE} +fi +

[OE-core] [PATCH 2/3] os-release: add the public package-signing key

2015-08-26 Thread Markus Lehtonen
Adds the public package-signing key into this package. It will be installed under /etc/pki/rpm-gpg if the RPM signing feature is used. The key file is not currently directly used by anything in the target system. It is merely there for possible later use. [YOCTO #8134] Signed-off-by: Markus

[OE-core] [PATCH 1/3] package_rpm: support signing of rpm packages

2015-08-26 Thread Markus Lehtonen
This patch adds a new bbclass for generating rpm packages that are signed with a user defined key. The packages are signed as part of the package_write_rpm task. In order to enable the feature you need to 1. 'INHERIT += sign_rpm' in bitbake config (e.g. local or distro) 2. Create a file that

[OE-core] [PATCH 0/3] Sign packages in RPM feeds

2015-08-26 Thread Markus Lehtonen
Implement simple scheme of signing RPM packages and RPM package feeds locally in the builder host. RPM package signing is implemented in a new bbclass. This could be extended/replaced to enable more sophisticated schemes like using a signing server. [YOCTO #8134] Markus Lehtonen (3):

Re: [OE-core] [PATCH 2/3] insane.bbclass: add host-user-contaminated test

2015-08-26 Thread Burton, Ross
On 26 August 2015 at 09:44, Joshua Lock joshua.l...@collabora.co.uk wrote: I do all of my builds on a separate partition in a directory hierarchy which is owned by my user - if I'm understanding this correctly I'll get QA WARNINGS for all of my builds with this change? The paths are prefixed

[OE-core] [PATCH 3/3] package_manager: support for signed RPM package feeds

2015-08-26 Thread Markus Lehtonen
This change makes it possible to create GPG signed RPM package feeds - i.e. package feed with GPG signed metadata (repodata). All deployed RPM repositories will be signed and the GPG public key is copied to the rpm deployment directory. In order to enable the new feature one needs to define four

[OE-core] STAGING_KERNEL_DIR not populated with kernel source

2015-08-26 Thread Nageswari Srinivasan
Hi, While migrating my current build to fido, STAGING_KERNEL_DIR is not getting populated with kernel sources so custom module builds are failing? Any pointers here? regards, Nageswari This electronic message, including attachments, is intended only for

[OE-core] [PATCH] runtime/syslog.py: fix syslog test crash

2015-08-26 Thread Costin Constantin
This patch fixes the ability to correctly identify syslog's package name for the built image. It is derived from modifying oeqa/oetest.py for [YOCTO #8170] Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/runtime/syslog.py | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH 4/8] classes/buildhistory: tweak buildhistory_list_pkg_files

2015-08-26 Thread Paul Eggleton
* Avoid using ${...} for shell variables (since they could be expanded as bitbake variables if present) * Use files-in-package.txt rather than files-in-packagename.txt; the file is already in a subdirectory named with the package name and this naming is consistent with that of

[OE-core] [PATCH 3/8] classes/buildhistory: indent recently added function consistently

2015-08-26 Thread Paul Eggleton
Shell functions use tabs in this file. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/classes/buildhistory.bbclass | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/meta/classes/buildhistory.bbclass

[OE-core] [PATCH 7/8] classes/buildhistory: include metadata revisions in commit message

2015-08-26 Thread Paul Eggleton
We do already commit these into the repository itself, but have them in the commit message as well as a reference. As part of this, refactor out running git commit into a separate function so we don't have to duplicate the code in the two places we call it. Implements [YOCTO #7966].

[OE-core] [PATCH 2/8] classes/buildhistory: exclude . in file listings

2015-08-26 Thread Paul Eggleton
We don't care about the permissions on the top-level directory in which the files are contained, just everything under it; this also avoids lists with just this entry in it for empty packages. Affects file listings for both images and packages. Signed-off-by: Paul Eggleton

[OE-core] [PATCH 0/8] buildhistory improvements

2015-08-26 Thread Paul Eggleton
A set of improvements for the buildhistory class: * A fix for not pushing after making No changes commits * Four fixes for the recently added package file listing functionality * A patch to avoid errors if additional files are added at the recipe level in extension classes * A couple of patches

[OE-core] [PATCH 1/8] classes/buildhistory: ensure we push when no changes commits are made

2015-08-26 Thread Paul Eggleton
If there aren't any changes, we still make a commit to the buildhistory repo, but this wasn't being pushed if BUILDHISTORY_PUSH_REPO is set. Move the push to the end to make it unconditional. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/classes/buildhistory.bbclass | 6

[OE-core] [PATCH 5/8] classes/buildhistory: fix permissions in package file listing

2015-08-26 Thread Paul Eggleton
If we want the correct file permissions to show up here as they would on the target, we need to run the command under pseudo. Normally we'd set the fakeroot varflag on the function and that would be enough, but it turns out that setting fakeroot on a non-task function that you execute using

[OE-core] [PATCH 6/8] classes/buildhistory: handle additional files at recipe level

2015-08-26 Thread Paul Eggleton
Avoid an error when attempting to remove previous data if it's not a subdirectory - we were assuming that anything that wasn't named latest or latest_srcrev had to be a directory. This makes it possible to have a buildhistory_emit_pkghistory_append which writes additional files at the recipe

Re: [OE-core] [PATCH 2/3] insane.bbclass: add host-user-contaminated test

2015-08-26 Thread Christopher Larson
On Wed, Aug 26, 2015 at 7:19 AM, Christopher Larson clar...@kergoth.com wrote: On Wed, Aug 26, 2015 at 4:01 AM, Burton, Ross ross.bur...@intel.com wrote: On 26 August 2015 at 09:44, Joshua Lock joshua.l...@collabora.co.uk wrote: I do all of my builds on a separate partition in a directory

[OE-core] [PATCH 8/8] classes/buildhistory: add build result to commit message

2015-08-26 Thread Paul Eggleton
We have the command in the commit message, we might as well have the build result as well (succeeded/failed and whether or not it was interrupted by the user). The interrupted part relies upon a change to BitBake to extend the BuildCompleted event to include an attribute for that, but will not

Re: [OE-core] [PATCH 2/3] insane.bbclass: add host-user-contaminated test

2015-08-26 Thread Christopher Larson
On Wed, Aug 26, 2015 at 4:01 AM, Burton, Ross ross.bur...@intel.com wrote: On 26 August 2015 at 09:44, Joshua Lock joshua.l...@collabora.co.uk wrote: I do all of my builds on a separate partition in a directory hierarchy which is owned by my user - if I'm understanding this correctly I'll

Re: [OE-core] [PATCH 2/3] insane.bbclass: add host-user-contaminated test

2015-08-26 Thread Joshua Lock
On 26/08/15 15:20, Christopher Larson wrote: On Wed, Aug 26, 2015 at 7:19 AM, Christopher Larson clar...@kergoth.com mailto:clar...@kergoth.com wrote: On Wed, Aug 26, 2015 at 4:01 AM, Burton, Ross ross.bur...@intel.com mailto:ross.bur...@intel.com wrote: On 26 August 2015 at

[OE-core] [PATCH] runqemu-internal: Fixes unary operator expected in new TCPSERIAL_PORTNUM

2015-08-26 Thread Aníbal Limón
If $TCPSERIAL_PORTNUM is empty string causes an error because expands the expresion to, $TCPSERIAL_PORTNUM == - == Signed-off-by: Aníbal Limón anibal.li...@linux.intel.com --- scripts/runqemu-internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runqemu-internal

[OE-core] State of bitbake world, Failed tasks 2015-08-24

2015-08-26 Thread Martin Jansa
Time for even more PNBLACKLISTs.. OE @ ~/openembedded-core $ git log --oneline origin/master..jansa/master a1e59df guile, mailx, gcc, opensp, gstreamer1.0-libav, libunwind: disable thumb where it fails for qemuarm ac8a0e1 initramfs-framework: Drop allarch bbdccc1 linux-firmware: Drop allarch

Re: [OE-core] [PATCH 1/3] package_rpm: support signing of rpm packages

2015-08-26 Thread Mark Hatle
On 8/26/15 6:18 AM, Markus Lehtonen wrote: This patch adds a new bbclass for generating rpm packages that are signed with a user defined key. The packages are signed as part of the package_write_rpm task. In order to enable the feature you need to 1. 'INHERIT += sign_rpm' in bitbake config

Re: [OE-core] [PATCH 3/3] package_manager: support for signed RPM package feeds

2015-08-26 Thread Mark Hatle
On 8/26/15 6:18 AM, Markus Lehtonen wrote: This change makes it possible to create GPG signed RPM package feeds - i.e. package feed with GPG signed metadata (repodata). All deployed RPM repositories will be signed and the GPG public key is copied to the rpm deployment directory. In order to

[OE-core] [PATCH] byacc: fix compilation on Ubuntu 14.04

2015-08-26 Thread Ross Burton
Ubuntu defaults to passing _FORTIFY_SOURCE=2 which breaks byacc as it doesn't pass enough arguments to open(): inlined from 'open_tmpfile' at byacc-20150711/main.c:588:5: /usr/include/x86_64-linux-gnu/bits/fcntl2.h:50:24: error: call to '__open_missing_mode' declared with attribute error: open

[OE-core] [PATCH] selftest/manifest.py: Test to verify rootfs manifest

2015-08-26 Thread Benjamin Esquivel
Adding a new test to verify if the packages in the manifest files actually exists in pkgdata. -adding a setUpClass for when more tests get created here -check for the paths and fail gracefully if not there -skip the test when there are no manifest files to check -debug prints for failure

Re: [OE-core] [PATCH][v2] perf: fix the install-python_ext

2015-08-26 Thread Rongqing Li
On 2015年08月26日 18:16, Burton, Ross wrote: On 26 August 2015 at 06:58, rongqing...@windriver.com mailto:rongqing...@windriver.com wrote: +export PYTHON_SITEPACKAGES_DIR Why do you export this and then use \$(PYTHON_SITEPACKAGES_DIR), isn't just using ${PYTHON_SITEPACKAGES_DIR} directly

Re: [OE-core] [PATCH v2 1/2] devtool: upgrade feature

2015-08-26 Thread Paul Eggleton
On Wednesday 26 August 2015 07:43:23 leonardo.sandoval.gonza...@linux.intel.com wrote: From: Leonardo Sandoval leonardo.sandoval.gonza...@linux.intel.com Upgrades a recipe to a particular version and downloads the source code into srctree. User can avoid patching the source code. These are

Re: [OE-core] [PATCH] byacc: fix compilation on Ubuntu 14.04

2015-08-26 Thread Khem Raj
On Aug 26, 2015, at 1:35 PM, Ross Burton ross.bur...@intel.com wrote: Ubuntu defaults to passing _FORTIFY_SOURCE=2 which breaks byacc as it doesn't pass enough arguments to open(): inlined from 'open_tmpfile' at byacc-20150711/main.c:588:5:

[OE-core] [PATCH 4/9] linux-yocto/3.14: cleanups and gcc5 ARM build fixes

2015-08-26 Thread Bruce Ashfield
Updating the 3.14 SRCREVs to match the latest kernel meta data updates and also to merge four patches Richard Purdie located that fix the gcc 5.x ARM build (we still have boot issues, but building is the first step). Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com ---

[OE-core] [PATCH 2/9] linux-yocto/3.19/4.1: add coretemp to intel-common-drivers

2015-08-26 Thread Bruce Ashfield
Updating the 3.19 and 4.1 meta SRCREVs to pull in the coretemp configuration values. Partial fix for [YOCTO #8107]. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb| 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb | 2 +-

[OE-core] [PATCH 1/9] linux-yocto/4.1: fix qemuarm preempt-rt configuration

2015-08-26 Thread Bruce Ashfield
With the recent changes to the kernel meta data handling and the removal of BSP branches, we need to shuffle some patches around to match. This prevents patches from being applied twice, and the qemuarm BSP can be configured for preempt-rt. [YOCTO: #8122] Signed-off-by: Bruce Ashfield

[OE-core] [PATCH 5/9] linux-yocto/4.1: update to v4.1.6 and v4.1.6-rt5

2015-08-26 Thread Bruce Ashfield
Bumping the SRCREVs to import the latest 4.1-stable and 4.1-rt changes. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 4 ++-- meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 4 ++--

[OE-core] [PATCH 0/9 v2] linux-yocto: consolidated pull request

2015-08-26 Thread Bruce Ashfield
Hi all, Patches 0-6 are the same as my previous pull request, but I've added them here for completness sake. As Ross pointed out, I got a little bit carried away enabling CIRRUS drm support, so I've now dialed it back and only enabled it for our x86 targets. I've also addressed a couple of

[OE-core] [PATCH 6/9] linux-yocto/4.1: enable DRM_CIRRUS_QEMU and EXT4_USE_FOR_EXT23

2015-08-26 Thread Bruce Ashfield
Updating the meta SRCREV to enable cirrus graphics emulation and wider compatibility for the ext4 driver. [YOCTO: #7348] [YOCTO: #6667] Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 2 +-

[OE-core] [PATCH 8/9] linux-yocto-dev: update to 4.2-rc

2015-08-26 Thread Bruce Ashfield
The -dev kernel is now tracking 4.2 content, so we update the linux-yocto-dev recipes PV to match. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH 3/3] package_manager: support for signed RPM package feeds

2015-08-26 Thread Markus Lehtonen
Hi Mark, On 26/08/15 18:10, Mark Hatle mark.ha...@windriver.com wrote: On 8/26/15 6:18 AM, Markus Lehtonen wrote: This change makes it possible to create GPG signed RPM package feeds - i.e. package feed with GPG signed metadata (repodata). All deployed RPM repositories will be signed and the

[OE-core] [PATCH 7/9] linux-yocto/4.1: CIRRUS config and quark thermal support

2015-08-26 Thread Bruce Ashfield
Updating the meta SRCREVs for the following changes: 92977854ff52 graphics: disable CIRRUS DRM for qemumips and qemuppc 57f4dc4dfe16 intel-quark: Enable thermal support Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 2 +-

[OE-core] [PATCH 9/9] linux-yocto/3.14/4.1: fix ARM boot with gcc 5.x

2015-08-26 Thread Bruce Ashfield
Booting qemuarm when the kernel was built with gcc 5.x would result in a boot hang (or at least no visible output). Updating the SRCREVs for the following change: Author: Jianchuan Wang Email: jianchuan.w...@windriver.com Subject: Omit to optimize vsprintf.c/kasprintf.c Date:

[OE-core] [PATCH 3/9] linux-yocto/4.1: quark configuration and thermal support

2015-08-26 Thread Bruce Ashfield
Updating the 4.1 SRECREVs to reflect the following changes: 74159a303c21 thermal: intel Quark SoC X1000 DTS thermal driver 833214b33303 intel-quark-tiny: Add tiny KTYPE .scc file 45ecab18d462 amd.cfg: Add X86_AMD_PLAFORM_DEVICE to default 9a31d2cbc251 intel-quark-standard: add mass

Re: [OE-core] [PATCH 1/3] package_rpm: support signing of rpm packages

2015-08-26 Thread Markus Lehtonen
Hi, On 26/08/15 18:04, Mark Hatle mark.ha...@windriver.com wrote: On 8/26/15 6:18 AM, Markus Lehtonen wrote: This patch adds a new bbclass for generating rpm packages that are signed with a user defined key. The packages are signed as part of the package_write_rpm task. In order to enable

Re: [OE-core] [PATCH v2] mtd-utils: disable xattr if DISTRO_FEATURES doesn't contain acl

2015-08-26 Thread Huang, Jie (Jackie)
-Original Message- From: Patrick Ohly [mailto:patrick.o...@intel.com] Sent: Thursday, August 27, 2015 12:04 AM To: Huang, Jie (Jackie); Hatle, Mark Cc: Andrea Adami; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH v2] mtd-utils: disable xattr if