aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ffalarms
AgeCommit message (Expand)Author
2011-01-03ffalarms: bump SRCREV to fix compilation with valac 0.11.2?ukasz Pankowski
2010-12-06recipes: PR bump after EFL SRCREV change resulting to different .so names.Martin Jansa
2010-11-13recipes: PR bump after EFL SRCREV change resulting to different .so names.Martin Jansa
2010-10-16ffalarms: bump SRCREV, remove patch applied upstreamŁukasz Pankowski
2010-10-13ffalarms: fix build with newer valaMartin Jansa
2010-09-26ffalarms: bump git revision, fixes simultaneous alarmsŁukasz Pankowski
2010-09-19ffalarms : moved unused files to obsolete dirFrans Meulenbroeks
2010-08-22recipes: PR bump after EFL SRCREV change resulting to different .so namesMartin Jansa
2010-06-29recipes: PR bump after EFL SRCREV change resulting to different .so names.Martin Jansa
2010-06-14recipes: PR bump after EFL SRCREV change resulting to different .so names.Martin Jansa
2010-06-10recipes: bump PR/INC_PR for packages changed in RDEPENDS/RRECOMMENDS/RSUGGEST...Martin Jansa
2010-06-10recipes: conform to OE packaging guidelines with RSUGGESTS/RPROVIDES/RCONFLIC...Martin Jansa
2010-06-08packages: PR bump after EFL SRCREV change resulting to different .so names.Martin Jansa
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
2010-04-28ffalarms: drop do_stage() as vala.bbclass was converted to new stagingMartin Jansa
2010-04-21atd-over-fso: also support for fsotdld API (incompatible to frameworkd otimed)Łukasz Pankowski
2010-04-21ffalarms: bump git version fix snooze when using fsotdld?ukasz Pankowski
2010-04-19recipes: use SRCPV in few more git recipesMartin Jansa
2010-03-26ffalarms: move old 0.2.2 to obsolete with it's checksum, drop unused patchMartin Jansa
2010-03-26ffalarms: bump to version 0.4Łukasz Pankowski
2010-03-05ffalarms: directly RDEPEND on alsa-scenarii-shrSebastian Spaeth
2010-03-04ffalarms: bump git version as current vala syntax failedSebastian Spaeth
2010-02-23ffalarms: kill SRCPVMartin Jansa
2010-02-23ffalarms: oe-stylizeMartin Jansa
2010-02-23ffalarms: moved from svn to git, update PV, remove applied patchMartin Jansa
2010-02-02ffalarms: fix patch.. lost change while rebaseMartin Jansa
2010-02-02ffalarms: fix building agains newer libeflvalaMartin Jansa
2009-12-05ffalarms: bump PR to pickup EFL_SRCREV bumpKlaus Kurzmann
2009-11-24atd-over-fso: override RPROVIDES, RCONFLICTS and RREPLACE for -dbg and -dev p...Thomas Zimmermann
2009-11-22shr.conf: blacklist atd, because it's replaced by atd-over-fsoThomas Zimmermann
2009-11-18ffalarms: new recipe from SHRMartin Jansa
ption value='paule/copyleft-agpl'>paule/copyleft-agpl OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/kernel-dev-customization.xsl
blob: 8676d66c3a64bee8d340d98d42ac18a8e600e4ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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/1.76.1/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="'kernel-dev-style.css'" />
  <xsl:param name="chapter.autolabel" select="1" />
  <xsl:param name="appendix.autolabel">A</xsl:param>
  <xsl:param name="section.autolabel" select="1" />
  <xsl:param name="section.label.includes.component.label" select="1" />

</xsl:stylesheet>