summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
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