[yocto] Yocto image types

2019-06-04 Thread JH
Hi, I built Yocto image, Could anyone explain what are files in deploy/images directories? modules--*.tgz dev-image*rootfs.wic.gz zImage*.bin I guess modules--*.tgz is compressed file for all modules, dev-image*rootfs.wic.gz is the rootfs image can be downloaded to SD card, zImage*.bin is

[yocto] Fwd: Potential (?) systemd YOCTO problems

2019-06-04 Thread Zoran Stojsavljevic
> I would have a look at the values of > DISTRO_FEATURES_BACKFILL_CONSIDERED as well as > VIRTUAL-RUNTIME_initscripts. > > My understanding is that if the former is set to > "sysvinit", it causes any redundant SysVinit > scripts to be removed, and further, that if the > latter is set to "", then

[yocto] Yocto Project DevDay NA 2019 - Extend your Embedded Linux Conference Experience

2019-06-04 Thread Volosincu, Andreea S
Hello Everybody, The registration for the Yocto Project DevDay NA 2019 is now open. Join our knowledgeable and engaging instructors to learn about creating custom-build Linux distributions using the Yocto Project infrastructure and tools, across multiple architectures. Date: Tuesday, August

Re: [yocto] Issue with INCOMPATIBLE_LICENSE

2019-06-04 Thread Alexander Kanavin
On Tue, 4 Jun 2019 at 17:12, Quentin Schulz < quentin.sch...@streamunlimited.com> wrote: > Why do we filter INCOMPATIBLE_LICENSE to have only SPDX licenses or > their aliases (my understanding of respectively SRC_DISTRIBUTE_LICENSES > and SPDXLICENSEMAP)? > Is this actually expected? > > If it

Re: [yocto] Issue with INCOMPATIBLE_LICENSE

2019-06-04 Thread Quentin Schulz
Hi all, On Fri, May 31, 2019 at 11:31:43AM +0200, Quentin Schulz wrote: > Hi all, > > We're in the middle of an upgrade to Thud 2.6.2. While doing so, we > blindly updated all upstream layers we use and we found out (during > integration phase, no need to send lawyers :) ) that even though we

[yocto] Yocto Project Status WW23'19

2019-06-04 Thread Richard Purdie
Current Dev Position: YP 2.8 M1Next Deadline: YP 2.8 Milestone 1 Cutoff June 9th, 2019 SWAT Team Rotation: * SWAT lead is currently: Armin * SWAT team rotation: Armin -> Anuj on June 7, 2019 * SWAT team rotation: Anuj -> Paul on June 14, 2019 *

Re: [yocto] How to disable SIMD extensions (mmx, sse3, ...)?

2019-06-04 Thread Adrian Bunk
On Tue, Jun 04, 2019 at 09:08:49AM +0200, Mauro Ziliani wrote: > Hi all. Hi Mauro, > I'm working with a Geode LX800, porting an old application Debian-based into > Yocto Thud. I assume you are aware that the Geode LX is should still work with the latest Debian releases. > I need to disable

[yocto] How to build Yocto zImage ramdisk image format

2019-06-04 Thread JH
Hi, I build a zImage--imx.bin, dose it contains initramfs? I downloaded the zImage to IMX using MfgTool, it got an error "Wrong Ramdisk Image Format". How to build a ramdisk image? Should it be a separate command or should it use a ramdisk recipe? I found a couple of initramfs.bb, such as

[yocto] [meta-cgl][PATCH] resource-agents: improve reproducibility

2019-06-04 Thread Hongxu Jia
Script ocf-binaries contains build path $ grep tmp-glibc -rn image/ |image/usr/lib64/ocf/lib/heartbeat/ocf-binaries:11:: ${EGREP:="/buildarea1/hjia/ wrlinux-1019/build_master-wr_qemux86-64_2019053109/build/tmp-glibc/hosttools/grep -E"} |image/usr/lib64/ocf/lib/heartbeat/ocf-binaries:16::

[yocto] How to disable SIMD extensions (mmx, sse3, ...)?

2019-06-04 Thread Mauro Ziliani
Hi all. I'm working with a Geode LX800, porting an old application Debian-based into Yocto Thud. I need to disable some multimedia SIMD extensions for gcc compiler. Where I can do this? I suppose I have to disable SIMD extensions in conf/machine/geode_lx800.conf file (the machine