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
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
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