aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-31 17:37:54 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-01 10:23:02 +0100
commitd5a0a6b67632c99ea08e2782e8b7e345962470df (patch)
treeb0f282341218f97c874fe2737fce3376318d5bd0 /documentation/bsp-guide
parent9ba7a776ebd885feeb4e0d89aa07e9517843a19c (diff)
downloadopenembedded-core-contrib-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.xml1
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 @@
contains the following:
<literallayout class='monospaced'>
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
- PRINC := "${@int(PRINC) + 2}"
</literallayout>
The append file needs to be in the
<filename>meta-xyz/recipes-core/init-ifupdown</filename> directory.