[linux-yocto] [kernel-cache] Question about profiling.scc

2019-08-05 Thread Hongzhi, Song
Hi Bruce, I see profiling.scc is included by kernel-cache/bsp/*, such as bsp/intel-x86 bsp/common-pc/ ... . My question is that is it necessary to open profiling.cfg defaultly? --Hongzhi -- ___ linux-yocto mailing list

[yocto] Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am to 8:30am on the first Tuesday (PST)

2019-08-05 Thread sjolley.yp.pm
All, Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (8/6) Yocto Project Technical Team Meeting: We encourage people attending the meeting to logon and announce themselves on the Yocto Project IRC chancel during the meeting (optional): Yocto

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-08-05 Thread sjolley.yp.pm
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[yocto] [layerindex-web][PATCH 00/15] REST API / import_layers improvements (cover letter only)

2019-08-05 Thread Paul Eggleton
Add some missing items to the REST API and extend the import_layers script in order to make it possible to create and update a clone of an existing layer index without needing to fetch and parse all of the layer repositories. The following changes since commit

[yocto] Loading a Yocto kernel on Hyper-V hangs

2019-08-05 Thread Yair Itzhaki
Hi , I'm using Poky (Warrior). Built a Plain Vanilla system for bare-metal x64, and put it on a hard-drive. The system boots well on an Intel MB. Then, added a WIC image target, and converted the disk iamge (using qemu-img) into a VMDK. The image boots well (Grub prompt, followed by kernel

[yocto] Yocto Pyro, bitbake, git pull for my recipe (Why not?)

2019-08-05 Thread Mauro Ziliani
Hi all. It seems that bitbake doesn't check the remote git repository of my application (terminal is the name of the recipe) every time I do bitbake  terminal The recipe is this # the recipe - SRCREV="${AUTOREV}" SRC_URI = " \    

Re: [yocto] installed-vs-shipped

2019-08-05 Thread Mauro Ziliani
Thanks. My final purpore is install the application into its own home folder: /home/terminal So I have to write FILES_${PN} += " /home/terminal " I think that, due to Makefile install: rules which install in /usr/local, Yocto can track this has "home folder" for the application Thansk

[yocto] [meta-dpdk][PATCH] dpdk: igb_uio: fix build on Linux 5.3 for fall through

2019-08-05 Thread zhe.he
From: He Zhe Since kernel v5.3 "-Wimplicit-fallthrough=3" gcc flag is enabled by default by a035d552a93b ("Makefile: Globally enable fall-through warning") and would cause the following build failure. x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.c:248: 6: error: this

Re: [yocto] [meta-dpdk][PATCH] dpdk: igb_uio: fix build on Linux 5.3 for fall through

2019-08-05 Thread He Zhe
Please ignore. Zhe On 8/5/19 3:51 PM, zhe...@windriver.com wrote: > From: He Zhe > > Since kernel v5.3 "-Wimplicit-fallthrough=3" gcc flag is enabled by default by > a035d552a93b ("Makefile: Globally enable fall-through warning") and would > cause > the following build failure. > >

[yocto] [meta-dpdk][PATCH] dpdk: igb_uio: fix build on Linux 5.3 for fall through

2019-08-05 Thread zhe.he
From: He Zhe Since kernel v5.3 "-Wimplicit-fallthrough=3" gcc flag is enabled by default by a035d552a93b ("Makefile: Globally enable fall-through warning") and would cause the following build failure. x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.c:248: 6: error: this