Re: [OE-core] [PATCH 0/1] Fix image creation problems (WRT dosfstools)

2016-06-06 Thread Robert Yang
On 05/27/2016 04:08 PM, Jussi Kukkonen wrote: This fixes the image build issues that were a result of my dosfstools upgrade, sorry for not testing that one properly. This was the first time I even looked at the image generation code, would appreciate review from Robert or someone else more fam

Re: [OE-core] [PATCH v1] runqemu: Add suport for qemuzynqmp

2016-06-06 Thread Alistair Francis
On Mon, May 23, 2016 at 3:09 PM, Alistair Francis wrote: > On Mon, May 23, 2016 at 2:37 PM, Alistair Francis > wrote: >> On Sat, May 21, 2016 at 2:33 PM, Burton, Ross wrote: >>> >>> On 19 May 2016 at 17:40, Alistair Francis >>> wrote: On Thu, May 12, 2016 at 2:37 PM, Alistair Francis

[OE-core] [PATCH 1/1] selftest/testexport.py: Add test test_testexport_basic

2016-06-06 Thread mariano . lopez
From: Mariano Lopez Exported tests is not been tested right now and it get broken very easily with import errors from bitbake. This adds a new test in order to verify in the CI if the testexport gets broken. [YOCTO #8384] Signed-off-by: Mariano Lopez --- meta/lib/oeqa/selftest/testexport.py

Re: [OE-core] [PATCH 12/16] engine: python3: replace iteritems() -> items()

2016-06-06 Thread Ibarra Lopez, Humberto
This patch introduced a syntax error. Sent a patch to fix it http://lists.openembedded.org/pipermail/openembedded-core/2016-June/122522.html Humberto > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org]

[OE-core] [PATCH] scripts/lib/bsp/engine.py: Added missing keyword to fix syntax error

2016-06-06 Thread Humberto Ibarra
Commit af9f6b88fcc5d7fddff01595f9bcf2aba548720 introduced a syntax error in engine.py by removing keyword "in". This patch adds it back. [Yocto #9719] Signed-off-by: Humberto Ibarra --- scripts/lib/bsp/engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/bsp

[OE-core] [PATCHv3 7/7] testexport.bbclass: Create tarballs for easy release

2016-06-06 Thread mariano . lopez
From: Mariano Lopez This create tarballs in the testexport directory in order to make easier to distribute the test in another systems. There are three tarballs, one for the metadata that is not arch dependant, another for packages needed by the DUT (this depends of target MACHINE), and the last

[OE-core] [PATCH 3/4] alsa-utils: 1.1.0 -> 1.1.1

2016-06-06 Thread Tanu Kaskinen
Changelog: http://alsa-project.org/main/index.php/Changes_v1.1.0_v1.1.1 alsabat has now a "standalone" mode, in which analysis with libfftw is not needed. Therefore, it's now possible to enable alsabat without fftw. However, there's no way to explicitly tell the configure script to enable alsabat,

[OE-core] [PATCH 0/4] Update alsa recipes

2016-06-06 Thread Tanu Kaskinen
Here are updates for the alsa 1.1.1 release. alsa-tools 1.1.1 was not released, because there have been no changes since 1.1.0. As a bonus, the first patch fixes the BUGTRACKER links that have been broken for quite some time. The following changes since commit 554719e3f65e468f89a96d4869766d3ff7a8

[OE-core] [PATCH 4/4] alsa-plugins: 1.1.0 -> 1.1.1

2016-06-06 Thread Tanu Kaskinen
Changelog: http://alsa-project.org/main/index.php/Changes_v1.1.0_v1.1.1 Removed upstreamed patch 0001-pph-include-config.h-from-rate_speexrate.c.patch. Signed-off-by: Tanu Kaskinen --- ...ph-include-config.h-from-rate_speexrate.c.patch | 35 -- ...alsa-plugins_1.1.0.bb => al

[OE-core] [PATCH 2/4] alsa-lib: 1.1.0 -> 1.1.1

2016-06-06 Thread Tanu Kaskinen
Release notes: http://alsa-project.org/main/index.php/Changes_v1.1.0_v1.1.1 Dropped upstreamed patch 0001-topology-Add-missing-include-sys-stat.h.patch. Updated "Upstream-Status" of accepted patch 0001-pcm_plugin-fix-appl-pointer-not-correct-when-mmap_co.patch. Rebased avoid-including-sys-poll.h

[OE-core] [PATCH 1/4] alsa: update BUGTRACKER links

2016-06-06 Thread Tanu Kaskinen
The old bug tracker is defunct. Signed-off-by: Tanu Kaskinen --- meta/recipes-multimedia/alsa/alsa-lib_1.1.0.bb | 2 +- meta/recipes-multimedia/alsa/alsa-plugins_1.1.0.bb | 1 + meta/recipes-multimedia/alsa/alsa-tools_1.1.0.bb | 2 +- meta/recipes-multimedia/alsa/alsa-utils_1.1.0.bb | 2

[OE-core] [PATCHv2 3/7] oetest.py: Add install/uninstall functionality for DUTs

2016-06-06 Thread mariano . lopez
From: Mariano Lopez Add the functionality to install/unistall packages in the DUTs without the use of the package manager. This is possible with the extraction introduced in package manager class. testimage and testexport bbclasses has been modified in order to support this new feature. [YOCTO

[OE-core] [PATCH v3] opkg-utils: update SRCREV

2016-06-06 Thread Alejandro del Castillo
Drop patches now included in newer SRCREV. Update HOMEPAGE and PV version to better align with opkg. Current revision include: * Python 3 compatibility * Improved error handling Signed-off-by: Alejandro del Castillo --- ...re-do-find-ls-code-to-not-fail-on-filenam.patch | 56 ---

[OE-core] [PATCHv2 6/7] testexport.bbclass: Add support for testexport-tarball

2016-06-06 Thread mariano . lopez
From: Mariano Lopez Add support to export the SDK tarball needed when a test system doesn't have the required software to perform runtime tests. The support is when exporting the test and when running the test on a remote system. The user of this feature just need to set TEST_EXPORT_SDK_ENABLED

[OE-core] [PATCHv2 7/7] testexport.bbclass: Create tarballs for easy release

2016-06-06 Thread mariano . lopez
From: Mariano Lopez This create tarballs in the testexport directory in order to make easier to distribute the test in another systems. There are three tarballs, one for the metadata that is not arch dependant, another for packages needed by the DUT (this depends of target MACHINE), and the last

[OE-core] [PATCHv2 4/7] testimage.bbclass: Make dependency of cpio when using RPMs

2016-06-06 Thread mariano . lopez
From: Mariano Lopez Exctraction of RPMs needs cpio, not all distros include cpio by default, so we need to build it. [YOCTO #8694] (From OE-Core rev: 95cd427b3887b087533fba11c67ef9bc173f9aa5) Signed-off-by: Mariano Lopez --- meta/classes/testexport.bbclass | 1 + meta/classes/testimage.bbcla

[OE-core] [PATCHv2 2/7] lib/oeqa/otest.py: Fix import tests from other layers with python3

2016-06-06 Thread mariano . lopez
From: Mariano Lopez In python3 the functionality to import modules has been changed and this broke the capability to add runtime tests from other layers. This commit returns this capability to testimage and testexport. [YOCTO #9705] Signed-off-by: Mariano Lopez --- meta/classes/testexport.bb

[OE-core] [PATCHv2 5/7] testexport-tarball.bb: Add recipe

2016-06-06 Thread mariano . lopez
From: Mariano Lopez This new recipe is used when exporting runtime test outside packages that won't be installed in the testing system but are required for the runtime testing. This new recipe is almost identical to buildtools-tarball, but is able to define the SDK packages in local.conf. [YOCT

[OE-core] [PATCHv2 0/7] Enable installation of packages in DUT

2016-06-06 Thread mariano . lopez
From: Mariano Lopez This series enable the functionality to install packages in the DUT during runtime testing. Such packages must had been build previously by bitbake and the packages are specified using a JSON file. This functionality works with testimage and with testexport. This address the

[OE-core] [PATCHv2 1/7] oe/lib/pacakge_manager.py: Update missing pipeline decoding

2016-06-06 Thread mariano . lopez
From: Mariano Lopez Adds decoding needed by some commands output later used as strings. [YOCTO #9702] Signed-off-by: Mariano Lopez --- meta/lib/oe/package_manager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/lib/oe/package_manager.py b/meta/lib/oe/package_ma

[OE-core] [OE-CORE][krogoth][PATCH]] syslinux.bbclass: Added configurable SYSLINUX_ALLOWOPTIONS variable

2016-06-06 Thread Davis, Michael
The new variable allows for images to be created without an editable boot line in syslinux. Default behavior remains unchanged. Backport from master (935578c139a260c18e437419be82d7fd7e8be81a) --- meta/classes/syslinux.bbclass | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --g

[OE-core] [PATCH] rm_work: exclude all kernel recipes

2016-06-06 Thread Martin Jansa
From: Martin Jansa * otherwise kernel is rebuilt every single time and often it fails when building external modules [YOCTO #9352] Signed-off-by: Martin Jansa --- meta/classes/rm_work.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/rm_work.bbclass b/meta/classes/r

[OE-core] [PATCH] gobject-introspection: move to Python 3

2016-06-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/classes/gobject-introspection.bbclass | 7 +-- .../0003-giscanner-add-use-binary-wrapper-option.patch | 4 ++-- .../gobject-introspection/gobject-introspection_1.48.0.bb | 13 - meta/recipes-sato/webkit/webkitgtk_

Re: [OE-core] [PATCH 1/2] maintainers.inc: change maintainer of db package

2016-06-06 Thread Alexander Kanavin
On 06/06/2016 12:13 PM, Maxin B. John wrote: As discussed in the mail, change db maintainership. http://lists.openembedded.org/pipermail/openembedded-core/2016-June/122460.html Changes to the maintainers file should go to the poky maillist, since the file is not a part of oe-core. Alex -- _

Re: [OE-core] [PATCH] perl-ptest.inc: fix tar call to prevent objcopy failure

2016-06-06 Thread Renato Caldas
Hi Enrico, 2016-06-03 7:50 GMT+01:00 Enrico Joerns : > Hi Renato, > > thanks for the comments on my changes. > > On 05/31/2016 01:35 PM, Renato Caldas wrote: >> >> My suggestion is that you submit a new patch with those improvements >> on top of the quick fix I made. I suggest you also add quotes

[OE-core] [PATCH] meta: Drop swabber

2016-06-06 Thread Richard Purdie
swabber hasn't been used in years and never did work well in the first place. Remove its recipes, class and configuration. Signed-off-by: Richard Purdie diff --git a/meta/classes/image-swab.bbclass b/meta/classes/image-swab.bbclass deleted file mode 100644 index 6b02cad..000 --- a/meta/class

[OE-core] State of bitbake world 2016-06-02

2016-06-06 Thread Martin Jansa
This is first report with gcc 6.1, the number of failures more than tripled :/ Next builds will also include python3 switch in oe-core, so expect even worse state next time I'm sending this report. == Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks

[OE-core] [PATCH 1/2] maintainers.inc: change maintainer of db package

2016-06-06 Thread Maxin B. John
As discussed in the mail, change db maintainership. http://lists.openembedded.org/pipermail/openembedded-core/2016-June/122460.html Signed-off-by: Maxin B. John --- meta-poky/conf/distro/include/maintainers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/di

[OE-core] [PATCH 2/2] db: add RECIPE_NO_UPDATE_REASON

2016-06-06 Thread Maxin B. John
db-6.2.23 does not work with RPM-5.x due to changes in locking semantics Signed-off-by: Maxin B. John --- meta/recipes-support/db/db_6.0.30.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/db/db_6.0.30.bb b/meta/recipes-support/db/db_6.0.30.bb index 50a469b..018dd58 1

[OE-core] [PATCH 2/3] yocto-bsps: add i2c definitions to beaglebone

2016-06-06 Thread Bruce Ashfield
Importing i2c dtsi support from linux-omap. This enables the busses for future development and application support. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 +- meta/recipes-kernel/linux/li

[OE-core] [PATCH 3/3] linux-yocto/4.4: mmc backports

2016-06-06 Thread Bruce Ashfield
Backporting the following mcc commits to the 4.4 repo. These fix issues being seen on broxton based boads: 1f3e98df094c mmc: core: Add a facility to "pause" re-tuning b27fcd162327 mmc: block: Pause re-tuning while switched to the RPMB partition 9aa07b4e274e mmc: block: Always switch back to

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

2016-06-06 Thread Bruce Ashfield
Hi all, Just some routine updates to the 4.1 and 4.4 kernel trees. We have a -stable update and some backports. Cheers, Bruce The following changes since commit 6c5d7f1fb276cbe0a461ece6c8f0ca17a478fa8c: lib/oe/package_manager: adapt for Python 3 (2016-06-05 23:39:47 +0100) are available in

[OE-core] [PATCH 1/3] linux-yocto/4.4: bump to v4.4.12

2016-06-06 Thread Bruce Ashfield
Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 4 ++-- meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto_4.4.bb | 20 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git

Re: [OE-core] LICENCE file for LLVM based recipes

2016-06-06 Thread Jussi Kukkonen
On 6 June 2016 at 10:32, mubin syed wrote: > > Hi, > > I am trying to write recipe for dhrystone benchmarks, it is LLVM licensed benchmarks. > I went through some of the LLVM recipes, they are using NCSA license files(not using explicit > LLVM license files). LLVM license is named "the university

[OE-core] LICENCE file for LLVM based recipes

2016-06-06 Thread mubin syed
Hi, I am trying to write recipe for dhrystone benchmarks, it is LLVM licensed benchmarks. I went through some of the LLVM recipes, they are using NCSA license files(not using explicit LLVM license files). Please let me know, which license file i need to use for dhrystone(i.e. LLVM licensed benchm