Re: [yocto] xsltproc failing to load docbook.xsl

2017-04-06 Thread Colin Helliwell
> On 03 April 2017 at 14:11 "Burton, Ross" wrote: > > On 3 April 2017 at 14:07, Colin Helliwell > wrote: > > > Hmmm, that's not got it unfortunately. > > I've also added a depend on libxslt-native (to get the xsltproc binary > > itself), and can see docbook-xsl-stylesheets-native building f

Re: [yocto] Ad git revision to image name

2017-04-06 Thread Paul Eggleton
Hi Tobias, On Friday, 7 April 2017 4:09:45 AM NZST Grueninger, Tobias wrote: > I would like to automatically add the git Revison checksum to the generated > Yocto image name, e.g. 'core-image-git_bc123456.img' Well, the immediate question would be which git revision is this? Your custom layer? P

Re: [yocto] runqemu - "Could not initialize SDL(No available video device) - exiting"

2017-04-06 Thread Martin Kelly
I found the source of the issue (SDL must be compiled with X11 support) and sent a patch to OE-core to fix it: https://patchwork.openembedded.org/series/6211 On 04/04/2017 03:41 PM, Martin Kelly wrote: [This sender failed our fraud detection checks and may not be who they appear to be. Learn a

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

2017-04-06 Thread Aníbal Limón
Hi Pascal, I did some changes to your patch, see comments inline. As i said i plan to integrate for 2.1 version of ptest-runner. See the branch, http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/log/?h=devel Thanks for your contribution, Anibal On 02/01/2017 09:42 AM, Pascal Bach wrote:

[yocto] [[PATCH][ptest-runner]] utils.c: Improve user notice of TIMEOUT

2017-04-06 Thread Aníbal Limón
Print exit status before TIMEOUT to give clear information to the user about exit status before TIMEOUT and END. [YOCTO #10842] Signed-off-by: Aníbal Limón --- utils.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/utils.c b/utils.c index 77427e0..e5677ec 10

[yocto] [meta-raspberrypi][PATCH v2 2/3] pitft: Include a pitft35r MACHINE_FEATURE

2017-04-06 Thread Rob Woolley
This MACHINE_FEATURE will automatically add the recommended Adafruit configuration line to the Raspberry Pi config.txt. Signed-off-by: Rob Woolley --- recipes-bsp/bootfiles/rpi-config_git.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/reci

[yocto] [meta-raspberrypi][PATCH v2 3/3] pitft: Add documentation for pitft35r in README

2017-04-06 Thread Rob Woolley
The support for the PiTFT 3.5 inch resistive touchscreen is optional. It may be enabled by adding the following line in local.conf: MACHINE_FEATURES += "pitft pitft35r" Signed-off-by: Rob Woolley --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 9fdd5eb..e

[yocto] [meta-raspberrypi][PATCH v2 1/3] pitft: Include the pitft35r dtbo files

2017-04-06 Thread Rob Woolley
Include the pitft35r device tree blobs in the filesystem of the image. Signed-off-by: Rob Woolley --- conf/machine/include/rpi-base.inc | 1 + conf/machine/raspberrypi3-64.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-bas

[yocto] [meta-raspberrypi][PATCH v2 0/3] pitft: Add support for pitft35r

2017-04-06 Thread Rob Woolley
As requested, I have split the patch into separate commits for: 1. dtbo inclusion 2. rpi-config changes 3. Documentation commit I ordered them this way in case a user ever walked through the commits in the git tree. This way the prerequisites are present before the feature is advertised in

[yocto] Ad git revision to image name

2017-04-06 Thread Grueninger, Tobias
Hi, I have a question: I would like to automatically add the git Revison checksum to the generated Yocto image name, e.g. 'core-image-git_bc123456.img' I fail miserably to add this in my image recipe - any help appreciated Regards Tobias -- ___ yocto m

[yocto] [patchwork][PATCH v4] parsemail.py: Improve find_series_for_mail

2017-04-06 Thread Jose Lamego
Patch Series that are sent as replies to other Series with different patch quantity are not appropriately detected as such, breaking the thread and causing missing revisions. This change improves the find_series_for_mail function to appropriately detect when a message is part of a thread by perfor

Re: [yocto] Local repo no network help request

2017-04-06 Thread Fabien Lahoudere
On Wed, 2017-04-05 at 19:57 -0700, Matthew Phillips wrote: > Hi all, > > I am trying to do the following: > > I have a local git repo, pulled manually from a remote repo (via a script). > I have a .bb file set up referencing this repo. This .bb file includes > (among other things): > > > > SRC_U

Re: [yocto] Local repo no network help request

2017-04-06 Thread Leonardo Sandoval
On Wed, 2017-04-05 at 19:57 -0700, Matthew Phillips wrote: > Hi all, > > I am trying to do the following: > > I have a local git repo, pulled manually from a remote repo (via a script). > I have a .bb file set up referencing this repo. This .bb file includes > (among other things): > > >> SRC_UR

Re: [yocto] Returning non-zero exit code

2017-04-06 Thread Fabien Lahoudere
On Wed, 2017-04-05 at 15:05 +, Natalia Theologou wrote: > Hello,  > > While I am trying to bitbake fsl-image-x11 I am having this error: > > ERROR: Task 1570 > (virtual:native:~/sources/poky/meta/recipes-support/gmp/gmp_5.1.1.bb, > do_compile) > failed with exit code '1' > NOTE: Tasks Summa

[yocto] Returning non-zero exit code

2017-04-06 Thread Natalia Theologou
Hello, While I am trying to bitbake fsl-image-x11 I am having this error: ERROR: Task 1570 (virtual:native:~/sources/poky/meta/recipes-support/gmp/gmp_5.1.1.bb, do_compile) failed with exit code '1' NOTE: Tasks Summary: Attempted 78 tasks of which 74 didn't need to be rerun and 2 failed. Waiti

Re: [yocto] unable to create softlink for precompilied libraries

2017-04-06 Thread Khem Raj
On Thu, Apr 6, 2017 at 2:16 AM, chandrasekhar c wrote: > Hi, > I have added this FILES_${PN} += " ${libdir}/libMSOComm.so " line in my > recipe still the issue is present > that may not be enough. .so are treated as symlinks and shoved into -dev packages by default. if you need unversioned librar

Re: [yocto] Install rootfs.tar.bz2 to ${D}/home/root/

2017-04-06 Thread Enrico Joerns
On 04/06/2017 10:37 AM, Josef Holzmayr wrote: On 06.04.2017 10:31, Maier, Chris wrote: Hi, I want to create a deployable SD card image. My board (beaglebone based) boots from SD card and runs a script which copies the rootfs.tar.bz2 to the flash memory. So how can I deploy a copy of the whole r

Re: [yocto] [OE-core] [PATCH 1/2] logrotate: Bump to 3.11.0

2017-04-06 Thread Romain Perier
Hello, Le 06/04/2017 à 13:38, Richard Purdie a écrit : > On Wed, 2017-04-05 at 17:05 +0200, Romain Perier wrote: >> This commit updates the recipe to the last upstream tag. Then, as the >> tarball no longer contains the pre-generated Makefile, inherit from >> autotools >> >> [...] >> -PACKAGECONF

Re: [yocto] [OE-core] [PATCH 1/2] logrotate: Bump to 3.11.0

2017-04-06 Thread Richard Purdie
On Wed, 2017-04-05 at 17:05 +0200, Romain Perier wrote: > This commit updates the recipe to the last upstream tag. Then, as the > tarball no longer contains the pre-generated Makefile, inherit from > autotools > > [...] > -PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'acl > selinux', d

Re: [yocto] Fwd: iMX6UL - QtQuick - QtQuick2DRenderer

2017-04-06 Thread Fabien Lahoudere
On Thu, 2017-04-06 at 10:35 +0200, Stefano Zuín wrote: > > > > Mensaje reenviado > Asunto: [yocto] iMX6UL - QtQuick - QtQuick2DRenderer > Fecha:Wed, 5 Apr 2017 13:29:13 +0200 > De: Stefano Zuín > Para: yocto@yoctoproject.org > > Hi all, > > I'm trying to run

Re: [yocto] unable to create softlink for precompilied libraries

2017-04-06 Thread Fabien Lahoudere
Can you check that the file is installed in image folder and in package in the WORKDIR of your recipe? On Thu, 2017-04-06 at 09:16 +, chandrasekhar c wrote: > Hi, > I have added this FILES_${PN} += " ${libdir}/libMSOComm.so " line in my > recipe still the issue is > present > > Thanks  > Ch

Re: [yocto] unable to create softlink for precompilied libraries

2017-04-06 Thread chandrasekhar c
Hi,I have added this FILES_${PN} += " ${libdir}/libMSOComm.so " line in my recipe still the issue is presentThanks ChandraFrom: chandrasekhar c Sent: Thu, 6 Apr 2017 14:39:04 GMT+0530To: "Fabien Lahoudere " Cc: "yocto@yoctoprojec

Re: [yocto] unable to create softlink for precompilied libraries

2017-04-06 Thread chandrasekhar c
Hi ,No, I will do the changes and let you know the result.Regards,ChandrasekharFrom: Fabien Lahoudere Sent: Thu, 6 Apr 2017 14:10:30 GMT+0530To: yocto@yoctoproject.orgSubject: Re: [yocto] unable to create softlink for precompilied librariesOn Thu, 2017-04-06 at

Re: [yocto] Install rootfs.tar.bz2 to ${D}/home/root/

2017-04-06 Thread Josef Holzmayr
On 06.04.2017 10:31, Maier, Chris wrote: Hi, I want to create a deployable SD card image. My board (beaglebone based) boots from SD card and runs a script which copies the rootfs.tar.bz2 to the flash memory. So how can I deploy a copy of the whole rootfs to ${D}/home/root? A rootfs in the roo

Re: [yocto] unable to create softlink for precompilied libraries

2017-04-06 Thread Fabien Lahoudere
On Thu, 2017-04-06 at 08:08 +, chandrasekhar c wrote: > Hi,  > I have a third party precompilied libraries. I erota a recipe to copy to > rootfs and create  soft > links for the same. After doing bitbake it didnt throw any errors, but when I > check th rootfs it > didn't create any link file.

[yocto] Fwd: iMX6UL - QtQuick - QtQuick2DRenderer

2017-04-06 Thread Stefano Zuín
Mensaje reenviado Asunto: [yocto] iMX6UL - QtQuick - QtQuick2DRenderer Fecha: Wed, 5 Apr 2017 13:29:13 +0200 De: Stefano Zuín Para: yocto@yoctoproject.org Hi all, I'm trying to run a graphical Qt application based in QtQuick2 and QML (example calqtr) in my

[yocto] Install rootfs.tar.bz2 to ${D}/home/root/

2017-04-06 Thread Maier, Chris
Hi, I want to create a deployable SD card image. My board (beaglebone based) boots from SD card and runs a script which copies the rootfs.tar.bz2 to the flash memory. So how can I deploy a copy of the whole rootfs to ${D}/home/root? A rootfs in the rootfs, does that make sense? Any help is

[yocto] unable to create softlink for precompilied libraries

2017-04-06 Thread chandrasekhar c
Hi, I have a third party precompilied libraries. I erota a recipe to copy to rootfs and create  soft links for the same. After doing bitbake it didnt throw any errors, but when I check th rootfs it didn't create any link file.Below is my recipe do_install_append() { install -d ${D}${li

Re: [yocto] Install rootfs.tar.bz2 to ${D}/home/root/

2017-04-06 Thread Enrico Joerns
Hi Chris, On 04/06/2017 08:50 AM, Josef Holzmayr wrote: Hi, On 06.04.2017 08:41, Maier, Chris wrote: Hi, I want to create a deployable SD card image. My board (beaglebone based) boots from SD card and runs a script which copies the rootfs.tar.bz2 to the flash memory. So how can I deploy a co