初识Yocto

匿名 (未验证) 提交于 2019-12-02 23:38:02

https://www.yoctoproject.org/



OpenEmbeddedcore componentsvideo

常用短语:

Yocto Project: A Linux Foundation project that acts as an umbrella for various efforts to improve Embedded Linux.

OpenEmbedded: The build system architecture promoted by the Yocto Project.

BitBake: A tool that reads metadata and runs tasks.

OpenEmbedded-Core: The common base set of metadata that BitBake uses. This metadata is shared between OpenEmbedded and the Yocto Project.

Poky: A reference distribution used for test and release purposes by the Yocto Project.

Recipe: Meta data defining how bitbake is to configure, build and package a software project.

Layer: A collection of recipes and/or configuration used by bitbake. Typically each layer is organised around a specific theme, e.g. adding recipes for building web browser software.

https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html

Yocto Wiki:

说明了如何快速开始、常见问题、如何获取帮助等。

https://wiki.yoctoproject.org/wiki/Main_Page

Quick start Guide:

https://www.yoctoproject.org/docs/current/brief-yoctoprojectqs/brief-yoctoprojectqs.html

文章来源: https://blog.csdn.net/neu_xiaolu/article/details/90409819
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!