[yocto] Release Candidate Build for yocto-2.2.2.rc1 now available.

2017-05-29 Thread Poky Build User
A release candidate build for yocto-2.2.2.rc1 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-2.2.2.rc1 Please begin QA on this build as soon as possible. Build hash information: meta-intel : 6add41510412ca196efb3e4f949d403a8b6f35d7 meta-qt4 :

[yocto] CMake project not building; building from local git repo possible

2017-05-29 Thread Jakob Hasse
Hello, I have two issues: 1. I innocently tried to include an open source version of the ST Link tools (https://github.com/texane/stlink) into my yocto image. I created a recipe fetching from git and got the error: | CMake Error at CMakeLists.txt:105 (install): | install TARGETS given

Re: [yocto] [ptest-runner] timeout option missing the argument option ":" to getopt

2017-05-29 Thread Aníbal Limón
On 05/29/2017 10:54 AM, Aníbal Limón wrote: > Hi Anders, > > Thanks for notice this issue, i will integrate the patch. Integrated, thanks, http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/commit/?id=8a93832dad621535e90aa8e1fb74ae5ba743fc3e > > Cheers, > Anibal > > On 05/28/2017

Re: [yocto] Kernel config fragments ignored

2017-05-29 Thread Leonardo Sandoval
On Mon, 2017-05-29 at 00:21 -0700, Paul D. DeRocco wrote: > I ported a working build from Fido to Morty, made a few tweaks in response > to error messages (mostly updating version numbers), but it's not finding > my kernel configuration fragments. This is supposed to be an i386 arch > system, but

Re: [yocto] qtcreator failed to open

2017-05-29 Thread Leonardo Sandoval
On Sun, 2017-05-28 at 19:46 +0530, Satya Sampangi wrote: > Dear All, > > > I am trying to install qt5, everything went fine, but I stuck in the > stage when I run > > > qtcreator > > > from the terminal, I am getting error as shown in the attachment. > better to use text log than images.

Re: [yocto] qtcreator failed to open

2017-05-29 Thread Satya Sampangi
Ok, will do that. On 29-May-2017 8:17 PM, "Leonardo Sandoval" < leonardo.sandoval.gonza...@linux.intel.com> wrote: > On Sun, 2017-05-28 at 19:46 +0530, Satya Sampangi wrote: > > Dear All, > > > > > > I am trying to install qt5, everything went fine, but I stuck in the > > stage when I run > > >

Re: [yocto] How to install dbg package and not its dependencies?

2017-05-29 Thread Leonardo Sandoval
On Sun, 2017-05-28 at 17:23 +0700, Ngọc Thi Huỳnh wrote: > Hi everyone, > > > Let's say I have app-example package which depends on libexample. > > When I add app-example-dbg to IMAGE_INSTALL, libexample-dbg package is > automatically included in the final image which makes the image size >

Re: [yocto] [ptest-runner] timeout option missing the argument option ":" to getopt

2017-05-29 Thread Aníbal Limón
Hi Anders, Thanks for notice this issue, i will integrate the patch. Cheers, Anibal On 05/28/2017 04:47 AM, Anders Wallin wrote: > ptest-runner -t xx gives segfault > > Signed-off-by: Anders Wallin > --- > main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

Re: [yocto] pyro not honoring TOOLCHAIN_TARGET_TASK in populate_sdk

2017-05-29 Thread Andre McCurdy
On Fri, May 26, 2017 at 5:58 AM, ALLEN,RICHARD (K-SantaClara,ex1) wrote: > With the pyro drop , when I use an -c populate_sdk, It appears that > TOOLCHAIN_TARGET_TASK is not being honored. > > I have a > TOOLCHAIN_TARGET_TASK_append = " gtest" > > With morty, gtest

Re: [yocto] CMake project not building; building from local git repo possible

2017-05-29 Thread Belisko Marek
Hi Jakob, On Mon, May 29, 2017 at 6:29 PM, Jakob Hasse wrote: > Hello, > > I have two issues: > > 1. > I innocently tried to include an open source version of the ST Link tools > (https://github.com/texane/stlink) into my yocto image. > I created a recipe

[yocto] [qa-tools][PATCH 1/2] init: Add functionality to clone templates

2017-05-29 Thread jose . perez . carranza
From: Jose Perez Carranza Add “clone_template” function that allow cloning in the same branch or for X to Y branch, also add “get_test_run_list” to do a query of test runs with specific summary and specific test plan. Signed-off-by: Jose Perez Carranza

[yocto] [qa-tools][PATCH 2/2] testopia_update.py: Add functionality for setup clone-templates

2017-05-29 Thread jose . perez . carranza
From: Jose Perez Carranza Add action “setup” to do a different actions on the exiting Testopia DB, also add validation for the specific option used on this new action, sub-option “-clone-templates” implemented to help on the setup for new release and cloning

[yocto] [meta-security][PATCH] layer.conf: fix typo (meta-filesystems vs mete-filesystems)

2017-05-29 Thread André Draszik
From: André Draszik --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 547a559..0e524a1 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -13,4 +13,4 @@ LAYERDEPENDS_security = "core

[yocto] Kernel config fragments ignored

2017-05-29 Thread Paul D. DeRocco
I ported a working build from Fido to Morty, made a few tweaks in response to error messages (mostly updating version numbers), but it's not finding my kernel configuration fragments. This is supposed to be an i386 arch system, but it insists upon building an x86_64 kernel. The .config file it

[yocto] [meta-security][PATCH] apparmor: fix python packaging issue

2017-05-29 Thread Armin Kuster
From: Armin Kuster WARNING: apparmor-2.11.0-r0 do_package: QA Issue: apparmor: Files/directories were installed but not shipped in any package: /usr/lib/python2.7 /usr/lib/python2.7/site-packages /usr/lib/python2.7/site-packages/apparmor-2.11.0-py2.7.egg-info

[yocto] [meta-cgl][PATCH 2/2] pacemaker: add missing header file

2017-05-29 Thread Armin Kuster
From: Armin Kuster mainloop.c:406:8: error: unknown type name 'qb_array_t' | static qb_array_t *gio_map = NULL; Signed-off-by: Armin Kuster --- .../pacemaker/pacemaker/fix_missing_qb_array.patch | 21 +

Re: [yocto] [meta-security][PATCH] layer.conf: fix typo (meta-filesystems vs mete-filesystems)

2017-05-29 Thread akuster808
On 05/29/2017 01:35 AM, André Draszik wrote: From: André Draszik merged, Thanks, Armin --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 547a559..0e524a1 100644 --- a/conf/layer.conf +++

Re: [yocto] Buildbot / Autobuilder / custom?

2017-05-29 Thread Alain Achkar
Hello Beth and/or Joshua, I would really appreciate some pointers on how to get the Variscite builds to work with Autobuilder. Since my last email, I was able to setup the Yocto Autobuilder, add the sample hello.conf and run it. I was also able to add another file, nightly-variscite-x11.conf and

[yocto] [meta-cgl][PATCH 1/2] resource-agents: fix configure issue

2017-05-29 Thread Armin Kuster
From: Armin Kuster | checking for pkg-config... no | configure: error: You need pkgconfig installed in order to build | ERROR: Function failed: do_configure (log file is located at

Re: [yocto] How to install dbg package and not its dependencies?

2017-05-29 Thread Ngọc Thi Huỳnh
I have both app-example*-dbg* & app-example in IMAGE_INSTALL and the result is app-example-dbg & app-example & libexample-dbg & libexample are included in the final image. Huỳnh Ngọc Thi -so61pi On Mon, May 29, 2017 at 9:58 PM, Leonardo Sandoval < leonardo.sandoval.gonza...@linux.intel.com>