mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00

I have created an brief article in the form of current YP docs that is a pared down version of the Quick Start (pre 2.5 release). The article fills a gap for a short (2-page), process-oriented article that steps the user through an initial build using YP. I had to make changes to the Makefile to support building the new article. (From yocto-docs rev: 47aace60cea4a892ae1efabb050b240c6abdaec9) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
25 lines
994 B
XML
25 lines
994 B
XML
<?xml version='1.0'?>
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0">
|
|
|
|
<xsl:import href="http://downloads.yoctoproject.org/mirror/docbook-mirror/docbook-xsl-1.76.1/xhtml/docbook.xsl" />
|
|
|
|
<!--
|
|
|
|
<xsl:import href="../template/1.76.1/docbook-xsl-1.76.1/xhtml/docbook.xsl" />
|
|
|
|
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.76.1/xhtml/docbook.xsl" />
|
|
|
|
-->
|
|
|
|
<xsl:import href="brief-yoctoprojectqs-titlepage.xsl"/>
|
|
|
|
<xsl:include href="../template/permalinks.xsl"/>
|
|
<xsl:include href="../template/section.title.xsl"/>
|
|
<xsl:include href="../template/component.title.xsl"/>
|
|
<xsl:include href="../template/division.title.xsl"/>
|
|
<xsl:include href="../template/formal.object.heading.xsl"/>
|
|
|
|
<xsl:param name="generate.toc" select="'article nop'"></xsl:param>
|
|
<xsl:param name="html.stylesheet" select="'brief-yoctoprojectqs-style.css'" />
|
|
</xsl:stylesheet>
|