aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/espeak
AgeCommit message (Expand)Author
2017-06-14espeak: Fix FTBFS due to narrowing warnings on 32bit x86Khem Raj
2017-06-05espeak, espeak-data: Update to 1.48.04 releaseKhem Raj
2016-08-15espeak: fix package for gcc6Derek Straka
2016-06-13faac, iperf, crash, espeak, open-vcdiff: blacklist, fails to build with gcc-6Martin Jansa
2016-04-28meta-oe: use bb.utils.contains() instead of base_contains()Ross Burton
2016-01-27espeak: fix host-user-contaminatedYi Zhao
2014-05-03espeak: install header in proper locationKoen Kooi
2013-04-15recipes: Unify indentationMartin Jansa
2011-05-29espeak: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392dMartin Jansa
temd-udev-hwdb OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide/bsp-guide-customization.xsl
blob: 53e50b1ba02b6bd72334d8dca0bd72b3476879be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.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="html.stylesheet" select="'bsp-style.css'" />
  <xsl:param name="chapter.autolabel" select="1" />
  <xsl:param name="appendix.autolabel" select="A" />
  <xsl:param name="section.autolabel" select="1" />
  <xsl:param name="section.label.includes.component.label" select="1" />
  <xsl:param name="generate.id.attributes" select="1" />

</xsl:stylesheet>