- 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.
推薦閱讀
- Windows Server 2019 Cookbook
- Linux操作系統基礎
- Puppet實戰
- 發布!設計與部署穩定的分布式系統(第2版)
- PLC控制系統應用與維護
- 構建可擴展分布式系統:方法與實踐
- 高性能Linux服務器構建實戰:系統安全、故障排查、自動化運維與集群架構
- Windows Phone 8 Application Development Essentials
- Linux內核觀測技術BPF
- OpenStack系統架構設計實戰
- iOS 10 開發指南
- Zabbix監控系統之深度解析和實踐
- BuddyPress Theme Development
- 每天5分鐘玩轉Docker容器技術
- Windows Azure實戰