- Using Yocto Project with BeagleBone Black
- H M Irfan Sadiq
- 116字
- 2021-07-16 13:57:11
Obtaining Yocto Project
We will use the daisy branch of Poky, which is a name for 1.6.1 version of Yocto Project. We will stick to this version throughout this book. These are the steps to follow while obtaining Yocto Project:
- First, create a folder called
yocto
. Then, create a directory for it:$ mkdir yocto
- Change the directory to this newly created directory:
$ cd yocto
- Fetch sources for Poky:
$ git clone -b daisy git://git.yoctoproject.org/poky.git
- Change the directory to
poky
:$ cd poky
What is the next logical step? Have a look at the directory contents using the ls
command to see what we got. Welcome! We are in good place. Let's enjoy our journey.
推薦閱讀
- The Modern C++ Challenge
- Java:Data Science Made Easy
- Easy Web Development with WaveMaker
- 高級語言程序設計(C語言版):基于計算思維能力培養
- Python編程:從入門到實踐
- 深入分布式緩存:從原理到實踐
- 好好學Java:從零基礎到項目實戰
- Programming with CodeIgniterMVC
- MATLAB GUI純代碼編寫從入門到實戰
- C語言程序設計實訓教程與水平考試指導
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Photoshop智能手機APP界面設計
- PHP項目開發全程實錄(第4版)
- Java設計模式深入研究
- 量子計算機編程:從入門到實踐