fix: correct versions, remove non-existent packages from docs
Verified all documents against actual CSV data: - license-summary.md: fix u-boot 2023.10->2023.04, linux-yocto->linux-tq 6.6.102 - license-summary.md: remove systemd, imx-gpu-viv, imx-vpu (not in spaetzle build) - license-summary.md: add actual versions from bitbake -e extraction - corporate-network-deployment.md: add ACCEPT_FSL_EULA=1 (was missing) - README.md: align apt packages with verified step-by-step guide
This commit is contained in:
177
sources/poky/bitbake/lib/bb/pysh/pyshtables.py
Normal file
177
sources/poky/bitbake/lib/bb/pysh/pyshtables.py
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>Index of /downloads/enchant/1.6.0</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Index of /downloads/enchant/1.6.0</h1>
|
||||
<table><tr><th><img src="/icons/blank.gif" alt="[ICO]"></th><th><a href="?C=N;O=D">Name</a></th><th><a href="?C=M;O=A">Last modified</a></th><th><a href="?C=S;O=A">Size</a></th><th><a href="?C=D;O=A">Description</a></th></tr><tr><th colspan="5"><hr></th></tr>
|
||||
<tr><td valign="top"><img src="/icons/back.gif" alt="[DIR]"></td><td><a href="/downloads/enchant/">Parent Directory</a></td><td> </td><td align="right"> - </td><td> </td></tr>
|
||||
<tr><td valign="top"><img src="/icons/unknown.gif" alt="[ ]"></td><td><a href="MD5SUM">MD5SUM</a></td><td align="right">01-Apr-2010 23:03 </td><td align="right"> 55 </td><td> </td></tr>
|
||||
<tr><td valign="top"><img src="/icons/compressed.gif" alt="[ ]"></td><td><a href="enchant-1.6.0.tar.gz">enchant-1.6.0.tar.gz</a></td><td align="right">01-Apr-2010 23:02 </td><td align="right">593K</td><td> </td></tr>
|
||||
<tr><th colspan="5"><hr></th></tr>
|
||||
</table>
|
||||
<address>Apache/2.2.15 (Fedora) Server at www.abisource.com Port 443</address>
|
||||
</body></html>
|
||||
14
sources/poky/documentation/_templates/breadcrumbs.html
Normal file
14
sources/poky/documentation/_templates/breadcrumbs.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{% extends "!breadcrumbs.html" %}
|
||||
|
||||
{% block breadcrumbs %}
|
||||
<li>
|
||||
<span class="doctype_switcher_placeholder">{{ doctype or 'single' }}</span>
|
||||
<span class="version_switcher_placeholder">{{ release }}</span>
|
||||
</li>
|
||||
<li> »</li>
|
||||
{% for doc in parents %}
|
||||
<li><a href="{{ doc.link|e }}">{{ doc.title }}</a> »</li>
|
||||
{% endfor %}
|
||||
<li>{{ title }}</li>
|
||||
{% endblock %}
|
||||
|
||||
12
sources/poky/documentation/_templates/footer.html
Normal file
12
sources/poky/documentation/_templates/footer.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<footer>
|
||||
<hr/>
|
||||
<div role="contentinfo">
|
||||
<p> A Linux Foundation Collaborative Project.
|
||||
<br> All Rights Reserved. Linux Foundation® and Yocto Project® are registered trademarks of the Linux Foundation.
|
||||
<br>Linux® is a registered trademark of Linus Torvalds.
|
||||
<br>© Copyright {{ copyright }}
|
||||
<br>Last updated on {{ last_updated }} from the <a href="https://git.yoctoproject.org/yocto-docs/">yocto-docs</a> git repository.
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
7
sources/poky/documentation/_templates/layout.html
Normal file
7
sources/poky/documentation/_templates/layout.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends "!layout.html" %}
|
||||
|
||||
{% block extrabody %}
|
||||
<div id="outdated-warning" style="text-align: center; background-color: #FFBABA; color: #6A0E0E;">
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user