Re: [yocto] [meta-raspberrypi][PATCH v2] rpi-config: fix invalid shell variable name

2017-04-05 Thread Paul Barker
On Tue, 4 Apr 2017 19:35:50 +0200 Andrea Galbusera wrote: > Commit da32aac introduced an invalid shell variable name in do_deploy(): > according to bash manpage variable names cannot contain dots. Replace > dot with underscore to fix it. > > Signed-off-by: Andrea Galbusera > --- > > v2: also

Re: [yocto] [PATCH v2] logrotate: Add systemd support

2017-04-05 Thread Romain Perier
ping Le 24/03/2017 à 09:46, Romain Perier a écrit : > Currently, this recipe only supports daily scheduling via a cron job. > This commit adds support for systemd, including systemd service and > systemd timer. When the corresponding distro feature is enabled the > systemd variant will be used. T

[yocto] FIT Image boot issue

2017-04-05 Thread Gujulan Elango, Hari Prasath (H.)
Hello all, We are using FIT image in an ARM 64 bit target based instead of separate Linux binary(Image.bin) and DTB. We are using a copy of the kernel fit image bbclass provided by poky in our custom machine layer to build the fit image. We observe that the bootloader is not able to load the de

Re: [yocto] FIT Image boot issue

2017-04-05 Thread Fabien Lahoudere
Hi, Did you try if it works out of yocto? I use those lines to generate FitImage from a kernel tree: source ../poky/build/tmp/environment-setup-cortexa8hf-neon-helix-linux-gnueabi make ARCH=arm CROSS_COMPILE=arm-helix-linux-gnueabi- -j16 zImage ???.dtb ???.dtb arm-helix-linux-gnueabi-objcopy -O

Re: [yocto] [[PATCH][yocto-autobuilder]] nightly-oe-selftest.conf: Remove set of SANITY_TESTED_DISTROS

2017-04-05 Thread Joshua Lock
On Tue, 2017-04-04 at 12:18 -0500, Aníbal Limón wrote: > The sanity testing was disabled for all builds into CreateAutoConf > buildstep so atextappend isn't need now. [1] Thanks for catching this, pushed to master. Joshua > [1] http://git.yoctoproject.org/cgit/cgit.cgi/yocto- > autobuilder/commi

Re: [yocto] [OE-core] [PATCH v2] logrotate: Add systemd support

2017-04-05 Thread Romain Perier
Add yocto and Alexander to Cc: (sorry) Romain Le 05/04/2017 à 11:30, Romain Perier a écrit : > Hello, > > > Le 05/04/2017 à 10:25, Alexander Kanavin a écrit : >> On 04/05/2017 10:58 AM, Romain Perier wrote: >>> ping >>> >> Is this available in newer upstream versions of logrotate? Should you >>

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

2017-04-05 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 appr

[yocto] iMX6UL - QtQuick - QtQuick2DRenderer

2017-04-05 Thread Stefano Zuín
Hi all, I'm trying to run a graphical Qt application based in QtQuick2 and QML (example calqtr) in my iMX6UL (Variscite's Dart6UL). As this device doesn't have GPU, I have to use QtQuick2DRenderer to substitute openGL. I'm using Ubuntu 14.04 64bits and Krogoth 2.1.2 I have the enterprise lic

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

2017-04-05 Thread Fabien Lahoudere
On Wed, 2017-04-05 at 11:21 +, 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/ro

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

2017-04-05 Thread Mike Looijmans
On 05-04-17 13:21, 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] [OE-core] [PATCH v2] logrotate: Add systemd support

2017-04-05 Thread Romain Perier
I have just realized, systemd service and timer is already present and supported on upstream (like cron, in examples/). At least in 3.11.0 and master. I will propose an update of this recipe to 3.11.0 (the last release) and then add support for systemd. Regards, Romain Le 05/04/2017 à 11:41,

[yocto] GNU/Octave

2017-04-05 Thread Peter Balazovic
Dears, do you know is there recipe for GNU/Octave " https://www.gnu.org/software/octave/";? Is it possible to get it running on Yocto/Linux machine? Thanks. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] GNU/Octave

2017-04-05 Thread Fabien Lahoudere
hello On Wed, 2017-04-05 at 14:45 +0200, Peter Balazovic wrote: > Dears, > > do you know is there recipe for GNU/Octave  > "https://www.gnu.org/software/octave/";? > Is it possible to get it running on Yocto/Linux machine? > A quick google search return this : https://github.com/openembedded/op

[yocto] [extensible_SDK] meta-world-pkgdata fails due to unresolvable RDEPEND statements

2017-04-05 Thread Sven . Woelfel
When trying to build the extensible sdk with 'bitbake -c populate_sdk_ext ' and these settings in my local.conf: SDK_TITLE = "CAS_Extensible_SDK" SDK_EXT_TYPE = "minimal" SDK_INCLUDE_PKGDATA = "1" SDK_INCLUDE_TOOLCHAIN = "0" Bitbake is trying to build the 'meta-world-pkgdata' target. This would

Re: [yocto] GNU/Octave

2017-04-05 Thread Trevor Woerner
On Wed, Apr 5, 2017 at 9:22 AM, Fabien Lahoudere wrote: > On Wed, 2017-04-05 at 14:45 +0200, Peter Balazovic wrote: >> do you know is there recipe for GNU/Octave >> "https://www.gnu.org/software/octave/";? >> Is it possible to get it running on Yocto/Linux machine? In general, when looking for a

Re: [yocto] GNU/Octave

2017-04-05 Thread Fabio Berton
You can write a new recipe using https://github.com/openembedded/openembedded/tree/master/recipes/octave as a start point, and also see gentoo ebuild to check runtime depends or get some inspiration :) https://gitweb.gentoo.org/repo/gentoo.git/tree/sci-mathematics/octave/octave-4.2.1.ebuild On

[yocto] [PATCH 0/2] logrotate: systemd support

2017-04-05 Thread Romain Perier
SystemD is now supported by upstream logrotate. This set of patches first bumps the recipe to the last upstream version, that is 3.11.0. Then it adds support for systemd. This series is the continuety of the following patch: 1. https://lists.yoctoproject.org/pipermail/yocto/2017-March/035277.html

[yocto] [PATCH 1/2] logrotate: Bump to 3.11.0

2017-04-05 Thread Romain Perier
This commit updates the recipe to the last upstream tag. Then, as the tarball no longer contains the pre-generated Makefile, inherit from autotools Signed-off-by: Romain Perier --- .../{logrotate_3.9.1.bb => logrotate_3.11.0.bb}| 23 +++--- 1 file changed, 11 insertions(+), 1

[yocto] [PATCH 2/2] logrotate: Add systemd support

2017-04-05 Thread Romain Perier
Currently, this recipe only supports daily scheduling via a cron job. This commit adds support for systemd in the recipe, as the feature is already supported on upstream. When the corresponding distro feature is enabled the systemd variant will be used. The timer granularity and its accuracy are al

Re: [yocto] [meta-raspberrypi][PATCH] rpi-config: waveshare screen support

2017-04-05 Thread Andrei Gherzan
On Tue, Apr 04, 2017 at 06:10:57PM -0400, Trevor Woerner wrote: > I see what happened... knowing that I needed those lines set, my > bbappend didn't have the "if" line, it simply applied the lines > without the check. The check was added when pushing upstream just in > case somebody didn't want tho

Re: [yocto] [meta-raspberrypi][PATCH v2] rpi-config: fix invalid shell variable name

2017-04-05 Thread Andrei Gherzan
On Tue, Apr 04, 2017 at 07:35:50PM +0200, Andrea Galbusera wrote: > Commit da32aac introduced an invalid shell variable name in do_deploy(): > according to bash manpage variable names cannot contain dots. Replace > dot with underscore to fix it. > > Signed-off-by: Andrea Galbusera > --- > > v2: al

Re: [yocto] [meta-raspberrypi][PATCH] wiringpi: uprev to 2.44

2017-04-05 Thread Andrei Gherzan
On Mon, Apr 03, 2017 at 10:07:27PM +0200, Andrea Galbusera wrote: > This upgrade is required to solve the following runtime hardware detection > issue when calling wiringPiSetup() on the Pi3: > > Unable to determine hardware version. I see: Hardware : BCM2835 > , > - expecting BCM2708 or BC

[yocto] [patchwork][PATCH v2] create-pull-request: add "-t in-reply-to" option

2017-04-05 Thread Jose Lamego
The create-pull-request script creates patches as replies to a cover letter, in the form of an email thread. If further revisions are sent to the mailing list without referencing to the first revision, these new revisions are not identified at the mailing list as part of the original thread, but as

Re: [yocto] GNU/Octave

2017-04-05 Thread Paul Eggleton
FYI here's a guide I have been keeping mostly up-to-date about what you need to do to migrate a recipe from OE-Classic: http://www.openembedded.org/wiki/Migrating_metadata_to_OE-Core Cheers, Paul On Thursday, 6 April 2017 1:48:08 AM NZST Fabio Berton wrote: > You can write a new recipe using >

[yocto] QA Test Report for Yocto Project Release 2.3 M3 rc2

2017-04-05 Thread Jair Gonzalez
Hello All, Here is the report for the Full QA Cycle on Release 2.3 M3 rc2 Full Report : https://wiki.yoctoproject.org/wiki/WW14_-_2017-03-28_-_Full_Test_Cycle_2.3_M 3_rc2 Summary The QA cycle for release 2.3 M3 rc2 is complete. There are 3 new issues found, 2 of

[yocto] [meta-qt4][PATCH] sip: remove in favour of meta-oe recipe

2017-04-05 Thread Paul Eggleton
Version 4.12 of python-pyqt that we are about to upgrade to requires sip 4.19 which is already in meta-oe, so this version is no longer working. We shouldn't really be carrying a duplicate recipe here, but on the other hand we don't want to be adding a hard dependency on meta-oe either. As a compro

[yocto] Local repo no network help request

2017-04-05 Thread Matthew Phillips
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_URI = "git://${TOPDIR}/../sources/my-repo;protocol=file;branch=master" >> SRCRE

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

2017-04-05 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 appr

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

2017-04-05 Thread Josef Holzmayr
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 copy of the whole rootfs to ${D}/home/root? A rootfs in