diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-03-31 17:37:54 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-01 10:23:02 +0100 |
| commit | d5a0a6b67632c99ea08e2782e8b7e345962470df (patch) | |
| tree | b0f282341218f97c874fe2737fce3376318d5bd0 /documentation/dev-manual/dev-manual-common-tasks.xml | |
| parent | 9ba7a776ebd885feeb4e0d89aa07e9517843a19c (diff) | |
| download | poky-d5a0a6b67632c99ea08e2782e8b7e345962470df.tar.gz | |
documentation: Updates to get rid of PRINC variable.
I did not eliminate this variable but rather changed the description
to indicate that it has been deprecated and that the user should now
use a PR Service to do this stuff. There were several areas in the
YP manual set that used the variable in code. I just deleted those
lines from the code.
(From yocto-docs rev: 88a075e6306349e5f8c0d53b5288ef1e64956cd3)
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/dev-manual-common-tasks.xml')
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index cc7bbdbcc4..3d5a9b6cad 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -3409,8 +3409,6 @@ | |||
| 3409 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 3409 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 3410 | 3410 | ||
| 3411 | SRC_URI += "file://0001-calibrate-Add-printk-example.patch" | 3411 | SRC_URI += "file://0001-calibrate-Add-printk-example.patch" |
| 3412 | |||
| 3413 | PRINC := "${@int(PRINC) + 1}" | ||
| 3414 | </literallayout> | 3412 | </literallayout> |
| 3415 | The <ulink url='&YOCTO_DOCS_REF_URL;#var-FILESEXTRAPATHS'><filename>FILESEXTRAPATHS</filename></ulink> | 3413 | The <ulink url='&YOCTO_DOCS_REF_URL;#var-FILESEXTRAPATHS'><filename>FILESEXTRAPATHS</filename></ulink> |
| 3416 | and <ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink> | 3414 | and <ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink> |
