Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | # NOTE: THIS FILE IS DEPRECATED. Please add new entries to the recipes themselves. |
| 2 | # |
| 3 | # upstream_tracking.inc - This file contains data that tracks the |
| 4 | # upstream project associated with a given recipe. This list is needed |
| 5 | # for recipes that version information can not be automagically discovered. |
| 6 | # As we automate this checking, this file will slowed be reduced. |
| 7 | # |
| 8 | # This data is used by the package reporting system (packages.yoctoproject.org) |
| 9 | # |
| 10 | # The format is as a bitbake variable override for each recipe |
| 11 | # |
| 12 | # RECIPE_UPSTREAM_VERSION_pn-<recipe name> = "<version>" |
| 13 | # RECIPE_UPSTREAM_DATE_pn-<recipe name> = "Mmm dd, YYYY" |
| 14 | # - This is the latest upstream version and date |
| 15 | # RECIPE_NO_UPDATE_REASON_pn-<recipe name> = "<free form text>" |
| 16 | # - Used to note why a recipe should not be upgraded to a newer versoin |
| 17 | # CHECK_DATE_pn-<recipe name> = "Mmm dd, YYYY" |
| 18 | # - This is the date that upstream was last manually checked over time |
| 19 | # this should be removed as we automate this checking |
| 20 | # |
| 21 | # These entries will slowly be removed as we can automatically determine |
| 22 | # the information in this file. So for existing recipes that we can get |
| 23 | # from the Recipe reporting system, the entries here can be removed. |
| 24 | # |