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 | |
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')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 1 |
2 files changed, 0 insertions, 3 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> |
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 3d4a9b225f..6f58a5771d 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -701,7 +701,6 @@ | |||
701 | recipes were referred to as packages - thus, the existence of several BitBake | 701 | recipes were referred to as packages - thus, the existence of several BitBake |
702 | variables that are seemingly mis-named, | 702 | variables that are seemingly mis-named, |
703 | (e.g. <ulink url='&YOCTO_DOCS_REF_URL;#var-PR'><filename>PR</filename></ulink>, | 703 | (e.g. <ulink url='&YOCTO_DOCS_REF_URL;#var-PR'><filename>PR</filename></ulink>, |
704 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PRINC'><filename>PRINC</filename></ulink>, | ||
705 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PV'><filename>PV</filename></ulink>, and | 704 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PV'><filename>PV</filename></ulink>, and |
706 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PE'><filename>PE</filename></ulink>). | 705 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PE'><filename>PE</filename></ulink>). |
707 | </para></listitem> | 706 | </para></listitem> |