[yocto] Milestone 3 for Yocto Project 2.2 now available

2016-09-26 Thread Graydon, Tracy
The third milestone release for Yocto Project 2.2 is available for download now. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.2_M3/ eclipse-poky/neon-master 1c750b077e4fa80ec5a4743175c07772fa1d4d81 meta-qt3 f33b73a9563f2dfdfd0ee37b61d65d90197a456f meta-qt4

[yocto] [layerindex-web][PATCH 01/10] import_layer: Add --actual-branch option

2016-09-26 Thread Liam R. Howlett
Allow users to set actual-branch from the command line import of layers. Signed-off-by: Liam R. Howlett --- layerindex/tools/import_layer.py | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/layerindex/tools/import_layer.py

[yocto] [layerindex-web][PATCH 10/10] recipeparse: remove unnecessary else statement.

2016-09-26 Thread Liam R. Howlett
Code clean up. Signed-off-by: Liam R. Howlett --- layerindex/recipeparse.py | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/layerindex/recipeparse.py b/layerindex/recipeparse.py index 8a63117..8cf75a1 100644 ---

[yocto] [layerindex-web][PATCH 09/10] layerindexer: Add layer recommends support

2016-09-26 Thread Liam R. Howlett
Parse layer.conf and add dependencies that are not required from LAYERRECOMMENDS_. Update the layerindex/template to support recommends. Uses bitbake parsing code & checks versions. Signed-off-by: Liam R. Howlett --- layerindex/models.py | 4

[yocto] [layerindex-web][PATCH 07/10] layerindex: Detect dependencies from layer.conf files

2016-09-26 Thread Liam R. Howlett
Read dependencies from layer.conf and try to create the LayerDependency entry by looking up the correct database object. Dependencies are found by layer name only - no collection support. layer.conf parsing is handled by the bitbake code. Signed-off-by: Liam R. Howlett

[yocto] [layerindex-web][PATCH 08/10] layerindex: Add collection and version to layerbranch

2016-09-26 Thread Liam R. Howlett
Collection and version will be pulled from the layer.conf if it exists and dependencies will be resolved by first checking for layers with the dependency name and then checking for collections. It is necessary to shutdown tinfoil to avoid bitbake complaining about multiple instances.

[yocto] [layerindex-web][PATCH 06/10] layerindex/tools/import_project: Add import_project

2016-09-26 Thread Liam R. Howlett
import_project will scan through a project and find any layer and add it to the database by calling import_layer on each layer. This differs from import_layer as it tires to figure out the remote url and uses the subdirectory (if one exists) as the name. Signed-off-by: Liam R. Howlett

[yocto] [layerindex-web][PATCH 04/10] layerindex/utils: Update runcmd to decode binary strings to strings.

2016-09-26 Thread Liam R. Howlett
Convert binary strings to strings and strip leading/trailing whitespace prior to returning errors and output. Signed-off-by: Liam R. Howlett --- layerindex/utils.py | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/layerindex/utils.py

[yocto] [layerindex-web][PATCH 03/10] layerindex/tools/import_layer.py: Avoid failing if there is any layer to add.

2016-09-26 Thread Liam R. Howlett
Subdirectories are scanned when adding layers. If any of the subdirectories or root directory layers already exist in the database, then the addition fails. This changes that behaviour to report the failure as a warning and remove it from the list. That way, if a repo has a new layer added it

[yocto] [layerindex-web][PATCH 02/10] layerindex/tools/import_layer.py: Sanitize layer name.

2016-09-26 Thread Liam R. Howlett
Django will produce a cryptic error message if layers are added with invalid names. Sanitize the layer names when trying to add them. Signed-off-by: Liam R. Howlett --- layerindex/tools/import_layer.py | 6 ++ 1 file changed, 6 insertions(+) diff --git

[yocto] [layerindex-web][PATCH 00/10] Add Distribution, dependency and recommends detection, and import_project

2016-09-26 Thread Liam R. Howlett
This set of patches adds a number of features to the layerindex code: - Adds the ability to set the actual-branch to import_layer. - Adds distribution to the database and web interface. - Adds collection & version information to layerbranch. - Uses layer name and collection name to

[yocto] TEMPLATECONF for multiple devices

2016-09-26 Thread skorpyon1992
Hello everyone, I started to build linux distributions for different devices and I would like to write some scripts that automatically clones git repositories (poky, necessary layers, etc) and build the final image for the desired device. The configuration templates (provided from

[yocto] yocto linux syslinux and intramfs

2016-09-26 Thread Lars Larsen
Hello yocto world I desperately need some help It spawns off my yocto build, so I guess (hope) there is a wise guy or two,that can give me some pointers I realize is not 100% yocto related but, lean towards generic Linux - so please forgive me. I want to be able to boot up from flash, using

Re: [yocto] [meta-toraxdex] unrecoverable build error

2016-09-26 Thread Karim ATIKI
Hi Khem, >do you have x11 in DISTRO_FEATURES No, the DISTRO_FEATURES variable was not even declared in the default local.conf Karim De : Khem Raj Envoyé : lundi 26 septembre 2016 09:28 À : Karim ATIKI Cc : yocto Objet : Re: [yocto]

[yocto] fetcher failure

2016-09-26 Thread Anicic Damir (PSI)
Hi, Yocto 2.1 Trying to switch from yocto default linux-yocto to freescale linux-qoriq but getting fetcher failure: $ bitbake core-image-psi-gfa-cmd NOTE: Unable to use interactive mode for this terminal, using fallback WARNING: Host distribution "Scientific-6.4" has not been validated with

Re: [yocto] [meta-toraxdex] unrecoverable build error

2016-09-26 Thread Karim ATIKI
Hi Jussi, > >10-evdev.conf was moved from xserver-xorg to to the driver. If you are using >krogoth, xserver-xorg really should be new enough (>=1.18.0) to not install >the file. >Does meta-toradex maybe provide an older xorg? Actually, I don't know. In which kind of file can I find this

Re: [yocto] [meta-toraxdex] unrecoverable build error

2016-09-26 Thread Jussi Kukkonen
On 25 September 2016 at 09:10, Karim ATIKI wrote: > > hi, > > During a core-image-x11 build (yocto krogoth, meta-toradex) , I got the following error I never encountered with Yocto: > > ERROR: xf86-input-evdev-2_2.10.1-r0 do_populate_sysroot: The recipe

Re: [yocto] Generic watchdog question

2016-09-26 Thread Gary Thomas
On 2016-09-26 09:48, Khem Raj wrote: On Mon, Sep 26, 2016 at 12:37 AM, Gary Thomas wrote: A little off-topic but driven by some recent changes in OE-core. My board has two watchdog devices - one on the SoC and the other is an external device. With my latest kernel (4.1.15)

Re: [yocto] Generic watchdog question

2016-09-26 Thread Khem Raj
On Mon, Sep 26, 2016 at 12:37 AM, Gary Thomas wrote: > A little off-topic but driven by some recent changes in OE-core. > > My board has two watchdog devices - one on the SoC and the > other is an external device. With my latest kernel (4.1.15) > I have these devices: > > #

[yocto] Generic watchdog question

2016-09-26 Thread Gary Thomas
A little off-topic but driven by some recent changes in OE-core. My board has two watchdog devices - one on the SoC and the other is an external device. With my latest kernel (4.1.15) I have these devices: # ls -l /dev/watch* crw--- 1 root root 10, 130 Jan 3 1970 /dev/watchdog

Re: [yocto] [meta-toraxdex] unrecoverable build error

2016-09-26 Thread Khem Raj
On Sat, Sep 24, 2016 at 11:10 PM, Karim ATIKI wrote: > hi, > > > During a core-image-x11 build (yocto krogoth, meta-toradex) , I got the > following error I never encountered with Yocto: > > > ERROR: xf86-input-evdev-2_2.10.1-r0 do_populate_sysroot: The recipe >

Re: [yocto] build ntp with openssl support

2016-09-26 Thread Oliver Graute
On 23/09/16, Lennart Sorensen wrote: > On Fri, Sep 23, 2016 at 02:19:20PM +0200, Oliver Graute wrote: > > On 22/09/16, Khem Raj wrote: > > > On Thu, Sep 22, 2016 at 12:16 AM, Oliver Graute > > > wrote: > > > > On 19/09/16, Oliver Graute wrote: > > > >> On 16/09/16, Andre