From d5a0a6b67632c99ea08e2782e8b7e345962470df Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 31 Mar 2014 17:37:54 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 2 -- documentation/dev-manual/dev-manual-newbie.xml | 1 - 2 files changed, 3 deletions(-) (limited to 'documentation/dev-manual') 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 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI += "file://0001-calibrate-Add-printk-example.patch" - - PRINC := "${@int(PRINC) + 1}" The FILESEXTRAPATHS and SRC_URI 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 @@ recipes were referred to as packages - thus, the existence of several BitBake variables that are seemingly mis-named, (e.g. PR, - PRINC, PV, and PE). -- cgit v1.2.3-54-g00ecf