summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/distro/include/upstream_tracking.inc
Commit message (Collapse)AuthorAgeFilesLines
* upstream_tracking: update boostSaul Wold2012-07-091-2/+2
| | | | | | | (From meta-yocto rev: ba8dafd89044cd33f9389dc4c0717b3ff19a39ea) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Upstream tracking partial updatesCristian Iorga2012-07-091-46/+65
| | | | | | | | | | | | | | Manually checked packages for updates. Changed the necessary fields with updated values. Added missing recording where necessary. Beautified some packages info. Removed small typos in distro_alias.inc and recipe_color.inc. All changes easy detectable in the diff. (From meta-yocto rev: 387445c38b5eec0fad9dc8a819cedd5d89171c17) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking.inc: recipe upgrades and manual check updatesScott Garman2012-07-091-14/+16
| | | | | | | | | | | | Updated gzip and sudo to reflect recent recipe upgrades. Updated manual check information for e2fsprogs, chrpath, opensp, expat, nfs-utils, and libpng. (From meta-yocto rev: eb52c5988e67adb1f6843da83f3ffe8bccda207b) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking: Update manual checks and Header infoSaul Wold2012-07-091-26/+19
| | | | | | | (From meta-yocto rev: 9bc9243034af0c7d655f74fe148b061fb6eb355e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking: Update Upgraded and Manual Checked upstreamSaul Wold2012-06-261-34/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove VERSION and CHECK_DATE info for packages we can generate the information for automagically. Manually checked: console-tools sysfsutils cracklib less psmisc sysstat glew libmad boost libcheck libcap libexif sqlite3 Upgraded: sqlite3: Update to 3.7.13 psmisc: Update to 22.19 sysstat: Update to 10.0.5 util-linux: Update to 2.21.2 libxml2: Update to 2.8.0 mx: Upgrade to 1.4.6 libxml-simple-perl: Upgrade to 2.20 cracklib: Upgrade to 2.8.19 resolvconf: Upgrade to 1.67 libtasn1: Upgrade to 2.13 gnutls: Upgrade to 2.12.20 foomatic-filters: Upgrade to 4.0.16 libidn: Upgrade to 1.25 libtiff: Upgrade to 4.0.2 (From meta-yocto rev: 5d2f68863a7684eab4f6d3cb0054cdc26b50dd11) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro tracking files: Add seperated set of filesSaul Wold2012-06-151-0/+1078
This patch creates a split up of the orignal distro_tracking_files since we need to manage this more in the meta-yocto space, each file has a set of comments describing the contents maintainers.inc is a list of the maintainers recipe_color.inc is a burn down list of recipes that need to be checked recipe_data.inc contains data for creating the BOM and tracks some info that could be moved into the recipes directly. upstream_tracking.inc: Version and Date information that can not be discovered automagically. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>