diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 984485ede2..dc75eb827b 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml @@ -1351,8 +1351,7 @@ <filename>PRINC</filename> - The - PRINC + The PRINC variable has been deprecated and triggers a warning if detected during a build. For @@ -2247,8 +2246,7 @@ The following QA Check and Validation Changes have occurred: - Usage of - PRINC + Usage of PRINC previously triggered a warning. It now triggers an error. You should remove any remaining usage of diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 3bc5627c72..97a775a793 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -9200,55 +9200,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PRINC - - PRINC[doc] = "Causes the PR variable of .bbappend files to dynamically increment. This increment minimizes the impact of layer ordering. This variable defaults to '0'." - - - - - The PRINC variable has been deprecated - and triggers a warning if detected during a build. - For - PR - increments on changes, use the PR service instead. - You can find out more about this service in the - "Working With a PR Service" - section in the Yocto Project Development Manual. - - - - - PRIORITY PRIORITY[doc] = "Indicates the importance of a package. The default value is 'optional'. Other standard values are 'required', 'standard' and 'extra'."