[yocto] [layerindex-web][PATCH 0/3] More minor fixes [cover letter only]

2019-10-01 Thread Paul Eggleton
A few miscellaneous minor improvements from the Clear Linux Dissector. The following changes since commit db51830ab238ed1a7ce33d43519c630b1c74c70b: update_classic_status: ensure fields are correctly ordered (2019-10-02 14:13:47 +1300) are available in the Git repository at:

Re: [yocto] [OE-core] Yocto Project Status WW40’19

2019-10-01 Thread richard . purdie
On Tue, 2019-10-01 at 21:16 +0200, Alexander Kanavin wrote: > On Tue, 1 Oct 2019 at 16:54, Stephen K Jolley < > sjolley.yp...@gmail.com> wrote: > > A significant performance problem has been found on the autobuilder > > where some builds are scaling in time badly as the sstate cache > > grows,

Re: [yocto] [OE-core] Yocto Project Status WW40’19

2019-10-01 Thread Alexander Kanavin
On Tue, 1 Oct 2019 at 16:54, Stephen K Jolley wrote: > A significant performance problem has been found on the autobuilder where > some builds are scaling in time badly as the sstate cache grows, taking 12 > hours or more in some cases. Unfortunately nobody seems motivated to help > work on this

Re: [yocto] QtCreator, CMake, fsl-imx-x11 toolchain

2019-10-01 Thread Sergei Nikulov
вт, 1 окт. 2019 г. в 16:19, Mauro Ziliani : > > Hi all. > > Maybe this is a post I have already sent. > > I'm working with > > imx6dlsabresd, yocto krogoth/jetro, QtCreator, > fsl-imx-x11-glibc-meta-toolchan-qt4 > > > I configured qtcreator with a kit for this tool chain using gcc g++ and from

[yocto] FYI: [RFC][PATCH 0/3] Move Rust support from meta-rust to oe-core

2019-10-01 Thread Randy MacLeod
I'd like to make people aware of a discussion on the oe-core email list about adding Rust support to the oe-core layer. If you are interested in helping to define requirements and better still to work on adapting the meta-rust code so that it's suitable for inclusion in oe-core, reply of this

[yocto] Monthly Technical call notes

2019-10-01 Thread Stephen K Jolley
See: https://docs.google.com/document/d/1Y5IIuE-z0Ykdl-DwuzUJh52flOZuhN_TSAfw2tdU9pg/edit -- Thanks, *Stephen K. Jolley* *Yocto Project Program Manager* *7867 SW Bayberry Dr., Beaverton, OR 97007* (*Cell*:(208) 244-4460 * *Email*: *s

Re: [yocto] [OE-core] OpenEmbedded Developer Meeting on Day 2 of Yocto Project Summit after ELCE

2019-10-01 Thread Jon Mason
T-shirts for OEDEM are happening. If you plan on attending, please add yourself to the list. If you already are on the list, please verify the size is correct. Please use this size chart if there are any questions or doubts: https://www.customink.com/items/sizing/04600_lineup/standard.htm I

[yocto] Yocto Project Status WW40’19

2019-10-01 Thread Stephen K Jolley
Current Dev Position: YP 2.8 M4 Feature Freeze Next Deadline: YP 3.0 Final Release 25th Oct SWAT Team Rotation: - SWAT lead is currently: Armin - SWAT team rotation: Armin -> Chen on Oct. 4, 2019 - SWAT team rotation: Chen -> Anuj on Oct. 11, 2019 -

[yocto] QtCreator, CMake, fsl-imx-x11 toolchain

2019-10-01 Thread Mauro Ziliani
Hi all. Maybe this is a post I have already sent. I'm working with imx6dlsabresd,  yocto krogoth/jetro, QtCreator, fsl-imx-x11-glibc-meta-toolchan-qt4 I configured qtcreator with a kit for this tool chain using gcc g++ and from the meta-toolchain package. If I try to run cmake to

Re: [yocto] do_fetch_append: syntax error

2019-10-01 Thread Damien LEFEVRE
OK understood! I'll find another way. Thanks, -Damien On Tue, Oct 1, 2019 at 12:13 PM Martin Jansa wrote: > On Tue, Oct 01, 2019 at 11:35:21AM +0300, Damien LEFEVRE wrote: > > Hi, > > > > I have the following bbappend > > > > FILESEXTRAPATHS_prepend := "${THISDIR}/files:" > > SRC_URI += " \ >

Re: [yocto] Cannot use "LICENSE_CREATE_PACKAGE = 1" when building the image with mdns

2019-10-01 Thread Stefano Cappa
Hi thank you for the answer. In my rootfs I have this nsswitch.conf: --- # /etc/nsswitch.conf # # Example configuration of GNU Name Service Switch functionality. # If you have the `glibc-doc' and `info' packages installed, try: # `info libc

Re: [yocto] do_fetch_append: syntax error

2019-10-01 Thread Martin Jansa
On Tue, Oct 01, 2019 at 11:35:21AM +0300, Damien LEFEVRE wrote: > Hi, > > I have the following bbappend > > FILESEXTRAPATHS_prepend := "${THISDIR}/files:" > SRC_URI += " \ > file://tegra186_cti_defconfig \ > " > > do_fetch_append(){ > mv ${WORKDIR}/tegra186_cti_defconfig

Re: [yocto] do_fetch_append: syntax error

2019-10-01 Thread Nicolas Dechesne
On Tue, Oct 1, 2019 at 10:36 AM Damien LEFEVRE wrote: > > Hi, > > I have the following bbappend > > FILESEXTRAPATHS_prepend := "${THISDIR}/files:" > SRC_URI += " \ > file://tegra186_cti_defconfig \ > " > > do_fetch_append(){ > mv ${WORKDIR}/tegra186_cti_defconfig ${WORKDIR}/defconfig > }

[yocto] RPI Kernel compile error (meta-raspberrypi)

2019-10-01 Thread Łukasz Michalski
Hi, I am trying to bitbake meta-raspberrypi image from current warrior branch: Build Configuration: BB_VERSION = "1.42.0" BUILD_SYS= "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "arm-poky-linux-gnueabi" MACHINE = "raspberrypi3"

[yocto] do_fetch_append: syntax error

2019-10-01 Thread Damien LEFEVRE
Hi, I have the following bbappend FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI += " \ file://tegra186_cti_defconfig \ " do_fetch_append(){ mv ${WORKDIR}/tegra186_cti_defconfig ${WORKDIR}/defconfig } For this I get an error: File "autogenerated", line 3 mv