summaryrefslogtreecommitdiffstats
path: root/recipes-core/zlib
Commit message (Collapse)AuthorAgeFilesLines
* zlib-intel: use '.' instead of '_' in PVAnuj Mittal2019-08-101-0/+2
| | | | | | | | | | Otherwise everything after underscore either gets ignored (in case of devtool) or converted to a hyphen. This ensures that the version is handled more consistently. Also add a custom GITTAGREGEX check to check for upstream releases. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* zlib-intel: add zlib fork with IA-specific optimisationsRoss Burton2019-05-061-0/+16
This fork of zlib has a number of IA-specific improvements and is noticably faster when running on Intel hardware. As this is a relatively minor fork of zlib, include the oe-core recipe and override where appropriate. This ensures that we still generate the ptest package for example. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>