Poky Reference Manual: Added consistency to literallayout text.

I added some indentation for better presentation of the literal text.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
This commit is contained in:
Scott Rifenbark 2010-11-09 13:51:09 -08:00 committed by Richard Purdie
parent a915d0105d
commit 3f9700a286
1 changed files with 20 additions and 18 deletions

View File

@ -554,14 +554,15 @@ DISPLAY_SUBPIXEL_ORDER=vrgb
The following example shows how to enable meta-extras in the Poky build: The following example shows how to enable meta-extras in the Poky build:
</para> </para>
<para> <para>
<literallayout class='monospaced'>LCONF_VERSION = "1" <literallayout class='monospaced'>
LCONF_VERSION = "1"
BBFILES ?= "" BBFILES ?= ""
BBLAYERS = " \ BBLAYERS = " \
/path/to/poky/meta \ /path/to/poky/meta \
/path/to/poky/meta-emenlow \ /path/to/poky/meta-emenlow \
/path/to/poky/meta-extras \ /path/to/poky/meta-extras \
" "
</literallayout> </literallayout>
</para> </para>
@ -574,16 +575,17 @@ BBLAYERS = " \
</para> </para>
<para> <para>
The <filename>meta-emenlow/conf/layer.conf</filename> file demonstrates the required syntax: The <filename>meta-emenlow/conf/layer.conf</filename> file demonstrates the required syntax:
<literallayout class='monospaced'># We have a conf and classes directory, add to BBPATH <literallayout class='monospaced'>
BBPATH := "${BBPATH}:${LAYERDIR}" # We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"
# We have a recipes directory containing both .bb and .bbappend files, add to BBFILES # We have a recipes directory containing both .bb and .bbappend files, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/recipes/*/*.bb \ BBFILES := "${BBFILES} ${LAYERDIR}/recipes/*/*.bb \
${LAYERDIR}/recipes/*/*.bbappend" ${LAYERDIR}/recipes/*/*.bbappend"
BBFILE_COLLECTIONS += "emenlow" BBFILE_COLLECTIONS += "emenlow"
BBFILE_PATTERN_emenlow := "^${LAYERDIR}/" BBFILE_PATTERN_emenlow := "^${LAYERDIR}/"
BBFILE_PRIORITY_emenlow = "6" BBFILE_PRIORITY_emenlow = "6"
</literallayout> </literallayout>
</para> </para>
<para> <para>
@ -782,9 +784,9 @@ BBFILE_PRIORITY_emenlow = "6"
Following is an example: Following is an example:
</para> </para>
<literallayout class='monospaced'> <literallayout class='monospaced'>
src/gz all http://www.mysite.com/somedir/deploy/ipk/all src/gz all http://www.mysite.com/somedir/deploy/ipk/all
src/gz armv7a http://www.mysite.com/somedir/deploy/ipk/armv7a src/gz armv7a http://www.mysite.com/somedir/deploy/ipk/armv7a
src/gz beagleboard http://www.mysite.com/somedir/deploy/ipk/beagleboard src/gz beagleboard http://www.mysite.com/somedir/deploy/ipk/beagleboard
</literallayout> </literallayout>
</section> </section>
</section> </section>