summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/distro/include/upstream_tracking.inc
Commit message (Collapse)AuthorAgeFilesLines
* upstream_tracking.inc: Updates for upstream/check dateRadu Moisan2012-09-041-62/+104
| | | | | | | | | Manually checked all packages assigned to me and updated accordingly. (From meta-yocto rev: 4dff3f587c98503d4c64b26b5909282e85aba012) Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: fix for task renamePaul Eggleton2012-09-041-1/+1
| | | | | | | (From meta-yocto rev: da4717580cc06dfc3168acf22fe8e4e2f79f4b95) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro: Remove Pimlico from distro-trackingRoss Burton2012-08-151-6/+0
| | | | | | | (From meta-yocto rev: 62822ea2141345552ab59bb6e673103f1efb6639) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Connectivity and multimedia manual packagesCristian Iorga2012-07-261-14/+14
| | | | | | | | | | Upstream updates checked. (From meta-yocto rev: 60c52efcec20819e7303f6708f9bee49c9cc29b1) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking.inc: update some packagesKang Kai2012-07-261-7/+8
| | | | | | | | | | | Update packages mingetty, qmmp, liburi-perl and ltp's version info and/or manual check date. (From meta-yocto rev: 6aa6928e7bd866c37ef96e46eb47b85add872256) Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Upadate upstream_tracking.incRadu Moisan2012-07-191-1/+2
| | | | | | | | | Added new info for tinylogin. (From meta-yocto rev: 741e88743ec86cabc84db42057eb6cb20978dc7b) Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* 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>