- Embedded Linux Development with Yocto Project
- Otavio Salvador Daiane Angolini
- 92字
- 2021-12-08 12:35:24
Downloading the Poky source code
After we install the needed packages into our development host system, we need to get the Poky source code that can be downloaded with Git, using the following command:
$: git clone git://git.yoctoproject.org/poky --branch daisy
Tip
Learn more about Git at http://git-scm.com.
After the download process is complete, we should have the following contents inside the poky
directory:

Note
The examples and code presented in this and the next chapters use the Yocto Project Version 1.6 and Poky Version 11.0. The code name is Daisy, as reference.
推薦閱讀
- PLC控制程序精編108例
- Designing Purpose:Built Drones for Ardupilot Pixhawk 2.1
- 每天5分鐘玩轉Kubernetes
- VMware Horizon View 6 Desktop Virtualization Cookbook
- SOA實踐者說
- Linux集群和自動化運維
- 嵌入式Linux驅動程序和系統開發實例精講
- Windows Vista融會貫通
- 異質結原理與器件
- 直播系統開發:基于Nginx與Nginx-rtmp-module
- Linux系統安全基礎:二進制代碼安全性分析基礎與實踐
- 注冊表應用完全DIY
- Django Project Blueprints
- iOS 8開發指南
- Python UNIX和Linux系統管理指南