[yocto] Live Coding with Yocto Project - Tuesday, June 11

2019-06-09 Thread Volosincu, Andreea S
Hello Everybody, The next live coding session is coming soon. When: Tuesday, June 11, 2019, 5:00 PM Europe/Berlin Where: Yocto Project Twitch channel - https://lnkd.in/gruGi-H What: Josef will show you how package dependencies work, especially package splitting See you soon! Yocto Project

Re: [linux-yocto] [PATCH 1/1] xilinx-zynqmp: add the basic support xilinx-zynqmp

2019-06-09 Thread Zumeng Chen
Sounds I like mean, no, I just talk the reality, Xilinx did like the following: https://github.com/Xilinx/meta-xilinx/tree/master/meta-xilinx-bsp/recipes-kernel/linux/xilinx-kmeta/bsp I think they have a reason to share zynq-7000 series hardware, which gears to the related hardware

Re: [yocto] Installation help

2019-06-09 Thread Ulf Samuelsson
Den 2019-04-08 kl. 20:58, skrev Nataliya Korovkina: "example.com " is not working. If someone needs to check their connection this way, please use CONNECTIVITY_CHECK_URIS="https://www.yoctoproject.org; I am pretty sure that my Linksys router defines example.com in its

Re: [yocto] Multiple MACHINEs and DISTROs: When to use own build dir, SSTATE_DIR, DL_DIR ?

2019-06-09 Thread Ulf Samuelsson
Den 2019-05-09 kl. 11:56, skrev Burton, Ross: On Thu, 9 May 2019 at 10:47, Fabian Knapp > wrote: we have multiple MACHINEs and DISTROs and Im wondering for which combinations I have to setup a dedicated build dir, SSTATE_DIR and DL_DIR. Information in

[yocto] Necessary changes between SDK and eSDK builds

2019-06-09 Thread Isak Lichtenstein
Hi I’m using yocto thud 2.6.1 and always build & provide sdk’s to our customers without problem. Now a customer requested an eSDK instead. According to the manual ( https://www.yoctoproject.org/docs/2.6/sdk-manual/sdk-manual.html#sdk-building-an-sdk-installer

Re: [linux-yocto] [kernel-cache][PATCH 1/2] features: add qemu-guest

2019-06-09 Thread Bruce Ashfield
On Sun, Jun 9, 2019 at 8:49 AM Adrian Freihofer wrote: > > Purpose: Provide an easy way to add ARCH_VIRT=y to the kernel configuration. > This allows to boot ARM images compiled for real hardware in Qemu as well. > Including this feature e.g. into the Beaglebone BSP allows to: We already have

Re: [linux-yocto] [kernel-cache][PATCH 0/2] qemu support for ARM devices

2019-06-09 Thread Bruce Ashfield
On Sun, Jun 9, 2019 at 8:49 AM Adrian Freihofer wrote: > > The purpose/idea is documented here: > https://bugzilla.yoctoproject.org/show_bug.cgi?id=13384 Just cut and paste the reasons into the cover letter + patches. Not all reviews are done online and having the info quickly available for git

[linux-yocto] [kernel-cache][PATCH 0/2] qemu support for ARM devices

2019-06-09 Thread Adrian Freihofer
The purpose/idea is documented here: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13384 Adrian Freihofer (2): features: add qemu-guest bsp/beaglebone: include qemu-guest feature bsp/beaglebone/beaglebone.scc | 1 + features/qemu-guest/qemu-arm-virt.cfg | 10 ++

[linux-yocto] [kernel-cache][PATCH 1/2] features: add qemu-guest

2019-06-09 Thread Adrian Freihofer
Purpose: Provide an easy way to add ARCH_VIRT=y to the kernel configuration. This allows to boot ARM images compiled for real hardware in Qemu as well. Including this feature e.g. into the Beaglebone BSP allows to: export MACHINE="beaglebone-yocto" bitbake core-image-minimale runqemu This