Re: [yocto] [meta-security][PATCH] keynote: update the SRC_URI

2017-09-29 Thread Randy MacLeod
On 2017-09-29 09:55 PM, Dengke Du wrote: The old URL can't be available, give the new URL to keynote. The project already moved to: https://sourceforge.net/projects/keynote-2-3/ Signed-off-by: Dengke Du --- recipes-security/keynote/keynote_2.3.bb | 9 ++---

[yocto] [meta-security][PATCH] keynote: update the SRC_URI

2017-09-29 Thread Dengke Du
The old URL can't be available, give the new URL to keynote. The project already moved to: https://sourceforge.net/projects/keynote-2-3/ Signed-off-by: Dengke Du --- recipes-security/keynote/keynote_2.3.bb | 9 ++--- 1 file changed, 6 insertions(+), 3

Re: [linux-yocto] [kernel-cache][PATCH] intel-common-drivers: adding x2apic

2017-09-29 Thread Cal Sullivan
This causes new configcheck warnings for intel-core2-32: WARNING: linux-intel-4.9.47+gitAUTOINC+e59e19269c_39b77977c6-r0 do_kernel_configcheck: [kernel config]: specified values did not make it into the kernel's final configuration: -- CONFIG_IRQ_REMAP - Config:

[yocto] trying to initialize a new devtool recipe using mercurial SCM

2017-09-29 Thread Greg Wilson-Lindberg
Hi list, I'm a new user of Yocto and I'm trying use devtool to set up a recipe that has a source URI that points to a mercurial repository. Here is the output of running devtool: devtool add canfestival sources/canfestival -d hg://bitbucket.org/Mongo/canfestival-3-asc;protocol=https DEBUG:

Re: [yocto] poky using native pkg_resources module

2017-09-29 Thread Alejandro Hernandez
Hey Ulf, On 09/29/2017 04:05 AM, Ulf Samuelsson wrote: It looks like the pkg_resource module is using the native installation I cloned poky early september, and could complete a build. When I clone poky today, the build fails. As part of "do_image_wic" from image_types_wic.bbclass A

Re: [yocto] Errors building with Windows Subsystem for Linux (aka Bash on Ubuntu on Windows)

2017-09-29 Thread Mark Hatle
On 9/28/17 8:28 AM, Bryan Evenson wrote: > Ross, > >   > > *From:*Burton, Ross [mailto:ross.bur...@intel.com] > *Sent:* Wednesday, September 27, 2017 6:43 PM > *To:* Bryan Evenson > *Cc:* yocto@yoctoproject.org > *Subject:* Re: [yocto] Errors building with Windows

[yocto] [ptest-runner 3/8] Fix linker order for libcheck

2017-09-29 Thread Jiwei Sun
$ gcc -lm -lrt -lpthread tests/main.o tests/ptest_list.o tests/utils.o utils.o ptest_list.o -o ptest-runner-test -lcheck /usr/local/lib/libcheck.a(check.c.o): In function `tcase_create': /home/edavnys/check/src/check.c:145: undefined reference to `floor' /home/edavnys/check/src/check.c:148:

[yocto] [ptest-runner 8/8] Added to XML

2017-09-29 Thread Jiwei Sun
Signed-off-by: Jiwei Sun --- tests/data/reference.xml | 3 ++- tests/utils.c| 4 ++-- utils.c | 49 +--- utils.h | 2 +- 4 files changed, 39 insertions(+), 19 deletions(-) diff

[yocto] [ptest-runner 6/8] Add to XML when tests fail

2017-09-29 Thread Jiwei Sun
* Introduce a maximum number of concurrent ptests, since we are dealing with embedded targets. * Add stdout || stderr output from ptests into XML. For testcases running in parallel, cluttering stdout won't help anyone. Signed-off-by: Jiwei Sun --- main.c

[yocto] [ptest-runner 7/8] Introduce a ret-code for timeouts

2017-09-29 Thread Jiwei Sun
Signed-off-by: Jiwei Sun --- utils.c | 39 +++ 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/utils.c b/utils.c index 0e97ac4..54ef89d 100644 --- a/utils.c +++ b/utils.c @@ -349,7 +349,7 @@ wait_child(const char

[yocto] [ptest-runner 5/8] Add parallelism to TC execution

2017-09-29 Thread Jiwei Sun
Kinda only makes sense with JUnit test output. Signed-off-by: Jiwei Sun --- ptest_list.c | 16 +-- ptest_list.h | 14 ++- tests/data/glibc/ptest/run-pptest| 3 + tests/data/parallel/ptest/run-pptest | 3 +

[yocto] [ptest-runner 4/8] Add version(-v) since we change return code ABI

2017-09-29 Thread Jiwei Sun
Signed-off-by: Jiwei Sun --- main.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 505829c..d524200 100644 --- a/main.c +++ b/main.c @@ -41,10 +41,16 @@ static inline void print_usage(FILE *stream, char

[yocto] [ptest-runner 2/8] Add missing stdint.h

2017-09-29 Thread Jiwei Sun
$ make check cc -std=gnu99 -pedantic -Wall -Werror -I . -g -c tests/ptest_list.c -o tests/ptest_list.o In file included from tests/ptest_list.c:25:0: tests/ptest_list.c: In function ‘test_length’: tests/ptest_list.c:85:2: error: unknown type name ‘intmax_t’

[yocto] [ptest-runner 1/8] Corrected return code interpreter

2017-09-29 Thread Jiwei Sun
Signed-off-by: Jiwei Sun --- utils.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/utils.c b/utils.c index 6d65388..a07faec 100644 --- a/utils.c +++ b/utils.c @@ -300,9 +300,19 @@ wait_child(const char *ptest_dir, const char

Re: [yocto] Errors building with Windows Subsystem for Linux (aka Bash on Ubuntu on Windows)

2017-09-29 Thread Dominig ar Foll (Intel Open Source)
Le 26/09/2017 à 19:16, Bryan Evenson a écrit : > All, > > Due to what our IT department can support, I am issued a Windows laptop for > development. In the past I have used VMWare to make a Linux virtual machine > for my Yocto Project based image builds and application development. We are >

[yocto] Systemd Journal log persistence

2017-09-29 Thread Ayoub Zaki
Hi all, I'm trying to get my Journald logs persisting on the filesystem (on seprated partition) but no luck so far, it seems that : /var/log is a symlink to /var/volatile/log and the /var/volatile is a tmpfs mount so the logs will not persist. I tried to change this behaviour by appending

Re: [yocto] Errors building with Windows Subsystem for Linux (aka Bash on Ubuntu on Windows)

2017-09-29 Thread Josef Holzmayr
I don't have the slightest clue why this message was delayed so much. As it might sound now like parodizing the ongoing efforts, please ignore/disregard. Greetz -- Josef Holzmayr Software Developer Embedded Systems Tel: +49 8444 9204-48 Fax: +49 8444 9204-50 R-S-I Elektrotechnik GmbH & Co.

[yocto] poky using native pkg_resources module

2017-09-29 Thread Ulf Samuelsson
It looks like the pkg_resource module is using the native installation I cloned poky early september, and could complete a build. When I clone poky today, the build fails. As part of "do_image_wic" from image_types_wic.bbclass A python program in 'bmap-tools-native' is executing

Re: [yocto] weston and xorg-xserver fail to build when using Raspberry Pi 3 user land

2017-09-29 Thread Francesco Giancane
Hi Andrea, Thank you for your answer. Will resend the patch to the open embedded mailing list. Francesco Giancane Via Paolo Braccini 46, 10141 Torino (TO) +393933920466 https://it.linkedin.com/in/francesco-giancane-aa7213117 2017-09-29 9:09 GMT+02:00 Andrea Galbusera : > Hi

Re: [yocto] weston and xorg-xserver fail to build when using Raspberry Pi 3 user land

2017-09-29 Thread Andrea Galbusera
Hi Francesco, On Thu, Sep 28, 2017 at 9:25 AM, Francesco Giancane < francescogianca...@gmail.com> wrote: > Hi everyone, > > I noticed that if I changed the provider for virtual/mesa (in > particular, virtual/egl) to 'userland' for a raspberry pi 3 build, > bitbake fails to resolve the dependency

[yocto] [meta-cgl][PATCH] kernel: Fix config warning for CONFIG_I2C_ALGOBIT

2017-09-29 Thread zhe.he
From: He Zhe CONFIG_DRM in yocto-kernel-cache selects CONFIG_I2C_ALGOBIT as "y". Change CONFIG_I2C_ALGOBIT 00026-lm-sensors.cfg from "m" to "y" to avoid following config conflict. -- CONFIG_I2C_ALGOBIT - Config: CONFIG_I2C_ALGOBIT From: