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/bsp-guide | |
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/bsp-guide')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index fddf215b85..f681214aa5 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -881,7 +881,6 @@ | |||
881 | contains the following: | 881 | contains the following: |
882 | <literallayout class='monospaced'> | 882 | <literallayout class='monospaced'> |
883 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 883 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" |
884 | PRINC := "${@int(PRINC) + 2}" | ||
885 | </literallayout> | 884 | </literallayout> |
886 | The append file needs to be in the | 885 | The append file needs to be in the |
887 | <filename>meta-xyz/recipes-core/init-ifupdown</filename> directory. | 886 | <filename>meta-xyz/recipes-core/init-ifupdown</filename> directory. |