[yocto] Is there a good "getting started" tutorial?

2019-01-11 Thread Grant Edwards
I'm new to Yocto and looking for a good "getting started" tutorial. I've tried https://www.yoctoproject.org/docs/2.6/brief-yoctoprojectqs/brief-yoctoprojectqs.html and immediately ran into mistakes on the very first step: Use Git to Clone Poky¶ Once you complete the setup instructions

Re: [yocto] SDK missing /usr/include/asm header files

2019-01-11 Thread Grant Edwards
On Fri, Jan 11, 2019 at 03:52:45PM +, Burton, Ross wrote: > On Fri, 11 Jan 2019 at 15:51, Grant Edwards wrote: > > > I've built a "poky" SDK for use with a Renesas RZN1 eval board (dual > > ARM Cortex-A7 cores), and the toolchain's sysroot seems to be

[yocto] SDK missing /usr/include/asm header files

2019-01-11 Thread Grant Edwards
ysroot confirms that gcc is correct: there's no "asm" directory in the sysroot's usr/include directory (or anywhere else in the toolchain's installation tree). This is the first time I've tried to build an SDK, so I've probably done something wrong, but I c