[yocto] [qemu] How to use qemu in your testing cycle

2018-10-24 Thread Måns Zigher
Hi, I am trying to wrap my head around how to incorporate qemu in our test/development cycle. I am currently building machine genericx86-64 machine producing a SDK and a number of files. One of them are the qemuboot.conf file but it have some path that is a relative path to the work directory. I w

[yocto] [meta-security][PATCH 3/3] layer.con: add TESTSUITE define

2018-10-24 Thread Armin Kuster
Signed-off-by: Armin Kuster --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 675a149..76f5bd6 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -12,3 +12,5 @@ BBFILE_PRIORITY_security = "8" LAYERSERIES_COMPAT_security = "thud"

[yocto] [meta-security][PATCH 2/3] packagegroup-core-security: add ptest capable packages

2018-10-24 Thread Armin Kuster
and favor python-scapy Signed-off-by: Armin Kuster --- .../packagegroup/packagegroup-core-security.bb | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/recipes-security/packagegroup/packagegroup-core-security.bb b/recipes-security/packagegroup/packag

[yocto] [meta-security][PATCH 1/3] packagegroups: add more packages

2018-10-24 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-security/packagegroup/packagegroup-core-security.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes-security/packagegroup/packagegroup-core-security.bb b/recipes-security/packagegroup/packagegroup-core-security.bb index 531

Re: [yocto] time zone

2018-10-24 Thread Takayasu Ito
On 2018/10/24 23:35, Zolee K wrote: Hi All, I noticed in my device that the time is 2 hours early and UTC. Could you suggest a correct way to set the timezone with a recipe file to Europe/Budapest? Thanks, Zoli Hi Zoli IMAGE_INSTALL_append = " tzdata" DEFAULT_TIMEZONE = "Europe/Budape

Re: [yocto] adding new layer

2018-10-24 Thread Paul Eggleton
Hi Zoli On Thursday, 25 October 2018 2:36:31 AM NZDT Zolee K wrote: > I created a new layer, modified the conf file content according to the > decumentation: > # We have a conf and classes directory, add to BBPATH > BBPATH .= ":${LAYERDIR}" > > # We have recipes-* directories, add to BBFILES > BB

Re: [yocto] Force recipe(non library) to build 32bit packages(only) for 64bit machine

2018-10-24 Thread Burton, Ross
On Wed, 24 Oct 2018 at 09:11, Andrey Strunin wrote: > My machine configuration is Mips64 and I use MULTILIB. It works ok, but > there is a question... > Is it possible to build a recipe(non library) only for 32bit? > I know about lib32-${libname} notation, but what about non-libraries? > The sourc

[yocto] Layers for AMD Geode LX 800

2018-10-24 Thread Mauro Ziliani
Hi all. Do you know if there is some layers ready for the board in subject? It is an IBASE IB550F. Thanks all Mauro -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] time zone

2018-10-24 Thread Zolee K
Hi All, I noticed in my device that the time is 2 hours early and UTC. Could you suggest a correct way to set the timezone with a recipe file to Europe/Budapest? Thanks, Zoli -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.

[yocto] Compilation error while backporting xserver-xorg of poky master branch to rocko

2018-10-24 Thread Pandey, Kamal
Hello, I am trying to run Weston 5.0 using poky's rocko branch, so I backported a few packages from poky master branch to my own custom layer. But in this process xserver-xorg is giving me a compilation error. The contents of the log file are as follows: aarch64-pdm3-linux-gcc --sysroot=/medi

[yocto] adding new layer

2018-10-24 Thread Zolee K
Hi, I created a new layer, modified the conf file content according to the decumentation: # We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" # We have recipes-* directories, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*

[yocto] Force recipe(non library) to build 32bit packages(only) for 64bit machine

2018-10-24 Thread Andrey Strunin
Hi, folks! My machine configuration is Mips64 and I use MULTILIB. It works ok, but there is a question... Is it possible to build a recipe(non library) only for 32bit? I know about lib32-${libname} notation, but what about non-libraries? The sources I have to compile aren't build on 64bit at al