diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-10-11 08:56:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-01 17:09:47 +0000 |
commit | 95f17e0263ce9f510efe4c09b1fd5c66fb206143 (patch) | |
tree | d719fa4d9d8c98e62a581a39e0d9eecd56af1c9d | |
parent | 69eec3e79a15dba4cd6ebfe2135ca23028eb8c5d (diff) | |
download | poky-95f17e0263ce9f510efe4c09b1fd5c66fb206143.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: a7a610223a5ce98d806e99474764381ca9752775)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 7 |
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 | ||