- 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.
推薦閱讀
- Mastering Concurrency Programming with Java 8
- Python for Secret Agents:Volume II
- Amazon S3 Cookbook
- Learning Network Forensics
- Unity 5.x By Example
- AppInventor實踐教程:Android智能應用開發前傳
- Scala for Machine Learning(Second Edition)
- Node.js開發指南
- Python期貨量化交易實戰
- Android系統下Java編程詳解
- Arduino電子設計實戰指南:零基礎篇
- 從零開始學Python大數據與量化交易
- Selenium WebDriver Practical Guide
- Server Side development with Node.js and Koa.js Quick Start Guide
- Java Web程序開發參考手冊