Difference between pages "Template:Ebuild" and "Package:Vanilla Sources"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m (removing excess spaces)
 
(added preliminary vanilla sources documentation)
 
Line 1: Line 1:
<noinclude>
This is the "Ebuild" template.
It should be called in the following format:
<pre>
{{Ebuild
{{Ebuild
|Summary=
|Summary=The vanilla sources are the pure, unadulterated kernel sources as release by Linus Torvalds himself. No additional patches are applied.
|CatPkg=
|CatPkg=sys-kernel/vanilla-sources
|Maintainer=
|Maintainer=
|Homepage=
|Homepage=https://www.kernel.org/
}}
}}
</pre>
The vanilla sources supply the source code for the Linux kernel in an unadulterated form. Linux was ultimately created by Linux Torvalds, and the vanilla kernel is the result of what has been accepted by him into the kernel. There are no additional patches applied.
Edit the page to see the template text.
 
</noinclude><includeonly><div class="container"><div class="row">
Often, you'll point /usr/src/linux to the source code of the kernel you are currently using.
<div class="col-md-3 col-md-push-9">
 
<b>[[CatPkg::{{{CatPkg|}}}]]</b>
To configure the kernel, you can do so with make menuconfig for a curses-based configuration menu, oldconfig for text only prompts. There is also an availability of building similar configuration menus for X windowing toolkits.
<hr>{{#vardefine:cat|{{#explode:{{{CatPkg}}}|/|0}}}}{{#vardefine:pkg|{{#explode:{{{CatPkg}}}|/|1}}}}{{#get_web_data:url=http://ports.funtoo.org/packages.xml|format=xml|use xpath|data=repo_id=/packages/category[@name='{{#var:cat}}']/package[@name='{{#var:pkg}}']/@repository}}{{#vardefine:repoid|{{#if:{{#external_value:repo_id}}|{{#external_value:repo_id}}|gentoo}}}}{{#set:RepoID={{#var:repoid}}}}
{{EbuildFooter}}
<table border="0" width="100%">
{{#if: {{{Maintainer|}}} |<tr><td><i>Current Maintainer(s):</i></td><td>{{#arraymaptemplate:{{{Maintainer|}}}|MaintainerDisplay|,|<br>}}</td></tr> |}}<tr><td><i>Source Repository:</i></td><td>{{#ask:[[Category:Repositories]] [[Repository ID::{{#var:repoid}}]]}}</td></tr>  {{#if: {{{Homepage|}}} |<tr><td></td><td>[[Homepage::{{{Homepage|}}}|Homepage]]</td></tr> |}}</table><hr>
<b>Summary:</b> [[Summary::{{{Summary|}}}]]
{{#get_web_data:url=http://ports.funtoo.org/packages.xml|format=xml|use xpath|data=use=/packages/category[@name='{{#var:cat}}']/package[@name='{{#var:pkg}}']/@use}}{{#set:Use={{#external_value:use}}}}{{#if: {{#external_value:use}}|
== Use Flags ==
{{#arraymaptemplate:{{#external_value:use}}|ExternUse|,|}}
}}
</div><div class="col-xs-12 col-md-9 col-md-pull-3">
<div id="ebuild_header"><div id="ebuild_logo" style="padding-bottom: 1em;">[[File:ebuild.png|link=|frameless|class=img-responsive]]</div><div id="ebuild_title">
= {{PAGENAME}} =
</div></div>
</includeonly>

Revision as of 22:58, November 6, 2014

Vanilla Sources

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

The vanilla sources supply the source code for the Linux kernel in an unadulterated form. Linux was ultimately created by Linux Torvalds, and the vanilla kernel is the result of what has been accepted by him into the kernel. There are no additional patches applied.

Often, you'll point /usr/src/linux to the source code of the kernel you are currently using.

To configure the kernel, you can do so with make menuconfig for a curses-based configuration menu, oldconfig for text only prompts. There is also an availability of building similar configuration menus for X windowing toolkits.