Re: [yocto] [meta-mono][PATCH] mono-4.xx: compiling mono 4 with btls requires cmake

2017-11-07 Thread Pascal Bach
  >>> >>> Mono requires cmake to build the bundled BoringSSL library. I didn't look >>> why it works in detail but I currently assume that BoringSSL is standalone >>> enough that no additional >>> CMake toolchain settings are required to make it work. >>> >> yeah that probably is a case of

Re: [yocto] [meta-mono][PATCH] mono-4.xx: compiling mono 4 with btls requires cmake

2017-11-02 Thread Pascal Bach
On 27.10.2017 23:41, Khem Raj wrote: > On Fri, Oct 27, 2017 at 3:51 AM, Pascal Bach <pascal.b...@siemens.com> wrote: >> This was probably working before pyro and the recipes specific sysroots. >> >> Signed-off-by: Pascal Bach <pascal.b...@siemens.com> >>

[yocto] [meta-mono][PATCH] mono-4.xx: compiling mono 4 with btls requires cmake

2017-10-27 Thread Pascal Bach
This was probably working before pyro and the recipes specific sysroots. Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- recipes-mono/mono/mono-4.xx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-mono/mono/mono-4.xx.inc b/recipes-mono/mono/mono-4.

Re: [yocto] [meta-qt4][PATCH] qt4: don't override dbg package content

2017-03-29 Thread Pascal Bach
On 09.03.2017 17:06, Burton, Ross wrote: > > On 9 March 2017 at 15:53, Pascal Bach <pascal.b...@siemens.com > <mailto:pascal.b...@siemens.com>> wrote: > > The default from bitbake.conf is `FILES_${PN}-dbg = "/usr/lib/debug > /usr/src/debug"` >

[yocto] [meta-qt4][PATCH] qt4: don't override dbg package content

2017-03-09 Thread Pascal Bach
The default from bitbake.conf is `FILES_${PN}-dbg = "/usr/lib/debug /usr/src/debug"` which is perfectly fine as a basis for Qt4. This also makes the recipe work with different debug split schemes. Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- recipes-qt4/qt4/qt4.i

[yocto] [ptest-runner][PATCHv2 2/2] Add xml output

2017-02-01 Thread Pascal Bach
The format follow the one defined in the Yocto wiki: https://wiki.yoctoproject.org/wiki/QA/xUnit_XML_Template It is only the minimum required but it can be extended in the future. Signed-off-by: Schuler Christian <schuler.christ...@siemens.com> Signed-off-by: Pascal Bach <pascal.b...@si

[yocto] [ptest-runner][PATCHv2 1/2] utils, main: pass opts struct to run_ptests

2017-02-01 Thread Pascal Bach
This allows to easily add additional parameters Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- main.c| 10 ++ tests/utils.c | 14 ++ utils.c | 4 ++-- utils.h | 9 - 4 files changed, 22 insertions(+), 15 deletions(-) diff

Re: [yocto] [ptest-runner][PATCH] feat: generate xml-file

2017-01-20 Thread Pascal Bach
Hi Benjamin and Anibal See inline repsonse. On 19.01.2017 18:53, Esquivel, Benjamin wrote: > Sure Anibal, see my response inline. > >> -Original Message- >> From: Aníbal Limón [mailto:anibal.li...@linux.intel.com] >> Sent: Thursday, January 19, 2017 11:42 AM >

[yocto] [ptest-runner][PATCH] feat: generate xml-file

2017-01-19 Thread Pascal Bach
. Unit-tests of the feature are included. Signed-off-by: Christian Schuler <schuler.christ...@siemens.com> Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- README.md | 1 + main.c| 15 +++ tests/utils.c | 46

Re: [yocto] Set ${WORKDIR}/build to ${S}

2016-10-18 Thread Pascal Bach
there a way to tell do_configure to use ${S} and not ${WORKDIR}/build. > Sure set > B = "${S}" Instead of setting this I suggest using "inherit autotools-brokensep" this clearly indicates that out of tree builds are broken Pascal -- ___ yocto

Re: [yocto] Yocto git server via http and mirror tarballs

2016-06-15 Thread Pascal Bach
-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] > On Behalf Of Pascal Bach > Sent: Wednesday, June 15, 2016 12:51 PM > To: yocto@yoctoproject.org > Subject: [yocto] Yocto git server via http and mirror tarballs > > Hi > > Because of firewall restrictio

[yocto] Yocto git server via http and mirror tarballs

2016-06-15 Thread Pascal Bach
Hi Because of firewall restrictions I'm not always not able to access the git.yoctoproject.org via the git protocol but I'm required to use http. By default most of the recipes in Poky recipes use the git protocol not the http protocol. For example yocto-kernel-tools points to repositories

[yocto] Best practice in debugging target software

2016-02-12 Thread Pascal Bach
Hello everybody I'm currently trying to figure out the easiest way to debug an executable on a target. What I ended up is the following approach: 1. Enable Debugfs generation using: `IMAGE_GEN_DEBUGFS = "1"` 2. Switch debug split style to: `PACKAGE_DEBUG_SPLIT_STYLE = "debug-file-directory"`

[yocto] [yocto-docs][PATCH] ref-manual: Clarify PACKAGECONFIG in combination with inherit cmake

2015-09-11 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- documentation/ref-manual/ref-variables.xml | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 4c4fc22..122b31d

[yocto] [yocto-docs][PATCH] adt-manual: Change mentioning of YOCTOADT_IPKG_REPO to YOCTOADT_REPO

2015-09-11 Thread Pascal Bach
Signed-off-by: Pascal Bach <pascal.b...@siemens.com> --- documentation/adt-manual/adt-prepare.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 01f569f..c69966e

Re: [yocto] [meta-qt5] Missing qt5declarative rootfs

2015-09-01 Thread Pascal Bach
> > > my package group > > packagegroup-qt5_0.1.bb > > SUMMARY = "QT5 package group" > LICENSE = "MIT" > > PR = "0" > > inherit packagegroup > > VIRTUAL_KEYBOARD ?= "maliit-framework-qt5 maliit-plugins-qt5" > I don't know if you can use IMAGE_INSTALL in a package

[yocto] [yocto-docs][PATCHv2 2/2] dev-manual: Add section about /dev population

2015-01-07 Thread Pascal Bach
Signed-off-by: Pascal Bach pascal.b...@siemens.com --- .../dev-manual/dev-manual-common-tasks.xml | 104 1 file changed, 104 insertions(+) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index

[yocto] [yocto-docs][PATCH 1/2] ref-manual: Document USE_DEVFS variable

2015-01-07 Thread Pascal Bach
Signed-off-by: Pascal Bach pascal.b...@siemens.com --- documentation/ref-manual/ref-variables.xml | 17 + 1 file changed, 17 insertions(+) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index e3272fe..7907220 100644

[yocto] [yocto-docs][PATCH 2/2] dev-manual: Add section about /dev population

2015-01-07 Thread Pascal Bach
Signed-off-by: Pascal Bach pascal.b...@siemens.com --- .../dev-manual/dev-manual-common-tasks.xml | 104 1 file changed, 104 insertions(+) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index

[yocto] [yocto-docs][PATCH] Add missing quote

2015-01-05 Thread Pascal Bach
Signed-off-by: Pascal Bach pascal.b...@siemens.com --- documentation/dev-manual/dev-manual-common-tasks.xml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index