- 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.
推薦閱讀
- Bootstrap Site Blueprints Volume II
- 自己動(dòng)手寫搜索引擎
- C#編程入門指南(上下冊(cè))
- Developing Middleware in Java EE 8
- Spring Cloud、Nginx高并發(fā)核心編程
- 零基礎(chǔ)學(xué)Python數(shù)據(jù)分析(升級(jí)版)
- TMS320LF240x芯片原理、設(shè)計(jì)及應(yīng)用
- Instant Zurb Foundation 4
- scikit-learn Cookbook(Second Edition)
- Android編程權(quán)威指南(第4版)
- Java RESTful Web Service實(shí)戰(zhàn)
- Socket.IO Cookbook
- Java程序性能優(yōu)化實(shí)戰(zhàn)
- HTML5 and CSS3:Building Responsive Websites
- Building E-Commerce Solutions with WooCommerce(Second Edition)