2 Star 0 Fork 0

liangfangping/yocto-docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 6.62 KB
一键复制 编辑 原始数据 按行查看 历史
lixiaoyong 提交于 2021-12-21 19:21 . first init
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>openeuler embedded yocto原理介绍及使用指导 &#8212; yocto-doc 1.0.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/classic.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="nav-item nav-item-0"><a href="#">yocto-doc 1.0.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">openeuler embedded yocto原理介绍及使用指导</a></li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section id="openeuler-embedded-yocto">
<h1>openeuler embedded yocto原理介绍及使用指导<a class="headerlink" href="#openeuler-embedded-yocto" title="Permalink to this headline"></a></h1>
<section id="openeuler-yocto">
<h2>1.Openeuler yocto 基础框架<a class="headerlink" href="#openeuler-yocto" title="Permalink to this headline"></a></h2>
<p><a class="reference external" href="https://docs.yoctoproject.org/overview-manual/yp-intro">https://docs.yoctoproject.org/overview-manual/yp-intro</a>.html#</p>
<section id="yocto">
<h3>1.1 yocto是什么<a class="headerlink" href="#yocto" title="Permalink to this headline"></a></h3>
<p><a class="reference external" href="https://docs.yoctoproject.org/overview-manual/yp-intro.html#what-is-the-yocto-project">https://docs.yoctoproject.org/overview-manual/yp-intro.html#what-is-the-yocto-project</a>
<a class="reference external" href="https://docs.yoctoproject.org/overview-manual/yp-intro.html#the-yocto-project-layer-model">https://docs.yoctoproject.org/overview-manual/yp-intro.html#the-yocto-project-layer-model</a></p>
</section>
<section id="id1">
<h3>1.2 主要组件和工具<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h3>
<p><a class="reference external" href="https://docs.yoctoproject.org/overview-manual/yp-intro.html#components-and-tools">https://docs.yoctoproject.org/overview-manual/yp-intro.html#components-and-tools</a>
<a class="reference external" href="https://docs.yoctoproject.org/overview-manual/yp-intro.html#the-openembedded-build-system-workflow">https://docs.yoctoproject.org/overview-manual/yp-intro.html#the-openembedded-build-system-workflow</a>
<a class="reference external" href="https://docs.yoctoproject.org/overview-manual/concepts.html">https://docs.yoctoproject.org/overview-manual/concepts.html</a></p>
<section id="bitbake">
<h4>1.2.1 bitbake<a class="headerlink" href="#bitbake" title="Permalink to this headline"></a></h4>
</section>
<section id="oe-core">
<h4>1.2.2 oe-core<a class="headerlink" href="#oe-core" title="Permalink to this headline"></a></h4>
</section>
<section id="poky">
<h4>1.2.3 Poky<a class="headerlink" href="#poky" title="Permalink to this headline"></a></h4>
<p><a class="reference external" href="https://docs.yoctoproject.org/overview-manual/yp-intro.html#reference-embedded-distribution-poky">https://docs.yoctoproject.org/overview-manual/yp-intro.html#reference-embedded-distribution-poky</a></p>
</section>
<section id="opkg">
<h4>1.2.4 opkg<a class="headerlink" href="#opkg" title="Permalink to this headline"></a></h4>
</section>
</section>
</section>
<section id="indices-and-tables">
<h2>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline"></a></h2>
</section>
</section>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3><a href="#">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">openeuler embedded yocto原理介绍及使用指导</a><ul>
<li><a class="reference internal" href="#openeuler-yocto">1.Openeuler yocto 基础框架</a><ul>
<li><a class="reference internal" href="#yocto">1.1 yocto是什么</a></li>
<li><a class="reference internal" href="#id1">1.2 主要组件和工具</a><ul>
<li><a class="reference internal" href="#bitbake">1.2.1 bitbake</a></li>
<li><a class="reference internal" href="#oe-core">1.2.2 oe-core</a></li>
<li><a class="reference internal" href="#poky">1.2.3 Poky</a></li>
<li><a class="reference internal" href="#opkg">1.2.4 opkg</a></li>
</ul>
</li>
</ul>
</li>
<li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
</ul>
</li>
</ul>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/index.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="nav-item nav-item-0"><a href="#">yocto-doc 1.0.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">openeuler embedded yocto原理介绍及使用指导</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, lisiming.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.3.1.
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liangfangping/yocto-docs.git
git@gitee.com:liangfangping/yocto-docs.git
liangfangping
yocto-docs
yocto-docs
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385