yocto -- build SDK and add tool chain
1 Why use SDK
In the last article, I explained how to add custom software. The whole process is still troublesome. What if some software is open source tools? For example, for a performance testing tool, it is too troublesome to add it according to the way of adding in the previous article, and the standard tool does not need to be modified, s ...
Posted by suresh_nsnguys on Sat, 12 Feb 2022 04:12:33 +0100
Analysis of directory structure under yocto poky
Yocto consists of many files, directories or subdirectories. Understanding the meaning and role of these files will help us quickly understand the yocto project
Core components in poky directory
Bitmake directory
byd@ubuntu:/media/C/Learn/poky/bitbake$ ls
AUTHORS contrib LICENSE README
bin doc LICENSE.GPL-2 ...
Posted by chrisdarby on Thu, 30 Dec 2021 17:33:17 +0100