summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-10-11 08:56:48 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-01 17:46:39 +0000
commit3c576c802590ddfb927d22293c70c9b62529f970 (patch)
treef486f7bb4b7f7d018efed6150c501fad72d1bf91 /documentation/dev-manual
parentd84f259f2371fd8fed75db45ff85c4bd03ed5db5 (diff)
downloadpoky-3c576c802590ddfb927d22293c70c9b62529f970.tar.gz
dev-manual: Updated "Using .bbappend Files" section.
The actual file listings for the formfactor_0.0.bb and formfactor_0.0.bbappend files had changed. I updated the listings to match the actual files with the release. (From yocto-docs rev: 8b2e285d83a9bfd97ed123085d046eaeec2be6f8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index b9ad1a75a6..ab7b0ff652 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -522,7 +522,7 @@
522 LICENSE = "MIT" 522 LICENSE = "MIT"
523 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ 523 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
524 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 524 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
525 PR = "r21" 525 PR = "r41"
526 526
527 SRC_URI = "file://config file://machconfig" 527 SRC_URI = "file://config file://machconfig"
528 S = "${WORKDIR}" 528 S = "${WORKDIR}"
@@ -537,7 +537,8 @@
537 if [ -s "${S}/machconfig" ]; then 537 if [ -s "${S}/machconfig" ]; then
538 install -m 0644 ${S}/machconfig ${D}${sysconfdir}/formfactor/ 538 install -m 0644 ${S}/machconfig ${D}${sysconfdir}/formfactor/
539 fi 539 fi
540 } </literallayout> 540 }
541 </literallayout>
541 In the main recipe, note the 542 In the main recipe, note the
542 <ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink> 543 <ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink>
543 variable, which tells the OpenEmbedded build system where to 544 variable, which tells the OpenEmbedded build system where to
@@ -552,8 +553,6 @@
552 The file is in <filename>recipes-bsp/formfactor</filename>: 553 The file is in <filename>recipes-bsp/formfactor</filename>:
553 <literallayout class='monospaced'> 554 <literallayout class='monospaced'>
554 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 555 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
555
556 PRINC := "${@int(PRINC) + 2}"
557 </literallayout> 556 </literallayout>
558 </para> 557 </para>
559 558