- 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.
推薦閱讀
- 從零構建知識圖譜:技術、方法與案例
- LabVIEW 2018 虛擬儀器程序設計
- 深度學習經典案例解析:基于MATLAB
- PHP基礎案例教程
- Apex Design Patterns
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- Responsive Web Design by Example
- 從零開始學Linux編程
- C語言程序設計簡明教程:Qt實戰
- Spring+Spring MVC+MyBatis從零開始學
- Advanced UFT 12 for Test Engineers Cookbook
- Python預測分析實戰
- C語言程序設計與應用實驗指導書(第2版)
- 前端架構設計
- IBM DB2 9.7 Advanced Application Developer Cookbook