博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
yocto系统介绍
阅读量:6909 次
发布时间:2019-06-27

本文共 1507 字,大约阅读时间需要 5 分钟。

The Yocto Project is an open source collaboration project that provides templates, tools and methods to help you create custom Linux-based systems for embedded products regardless of the hardware architecture. It was founded in 2010 as a collaboration among many hardware manufacturers, open-source operating systems vendors, and electronics companies to bring some order to the chaos of embedded Linux development.

As an open source project, the Yocto Project operates with a hierarchical governance structure based on meritocracy and managed by its chief architect, Richard Purdie, a Linux Foundation fellow. This enables the project to remain independent of any one of its member organizations, who participate in various ways and provide resources to the project.

Why use the Yocto Project? It's a complete embedded Linux development environment with tools, metadata, and documentation - everything you need. The free tools are easy to get started with, powerful to work with (including emulation environments, debuggers, an Application Toolkit Generator, etc.) and they allow projects to be carried forward over time without causing you to lose optimizations and investments made during the project’s prototype phase. The Yocto Project fosters community adoption of this open source technology allowing its users to focus on their specific product features and development.

以上,是从官网拿来的,已知的,从它上面发展来的系统有Mentor Embedded Linux,Wind River Linux等,还有freescale一些板子上的 demo 系统也是基于它的。

https://www.yoctoproject.org/

转载地址:http://gpgdl.baihongyu.com/

你可能感兴趣的文章
vue-cli 搭建多页面应用基础结构
查看>>
nodebb搭建,维护,discuz!数据迁移至mongo
查看>>
cordova环境搭建以及将vue的webapp打包成ios和安卓的debug和release版本app
查看>>
Spark stand a lone 模式
查看>>
Redis有序集合类型
查看>>
Codepen 每周精选:不能错过的23个页面特效(2018-5-14)
查看>>
webstorm+chrome+eggjs进行断点调试
查看>>
React GraphQL Koa仿Pinterest手机端
查看>>
为容器安全苦恼?这份清单整理了27种容器安全工具
查看>>
来聊聊怎么写react-native上的样式吧
查看>>
XPath与lxml类库
查看>>
前端面试题-BFC(块格式化上下文)
查看>>
CSS Grid 系列(下)-使用Grid布局构建网站首页
查看>>
2017中国云计算评测报告
查看>>
【339天】我爱刷题系列098(2018.01.10)
查看>>
结合 CSS3 transition transform 实现简单的跑马灯效果
查看>>
原生js系列之DOM工厂模式
查看>>
使用babel将es6语法转es5
查看>>
Python Apscheduler源代码解析(一) 任务调度流程
查看>>
Just for fun——windows上bat管理你的Nginx+PHP+MySQL
查看>>