diff options
| author | Ross Burton <ross.burton@intel.com> | 2019-05-03 16:48:46 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2019-05-06 12:03:14 +0800 |
| commit | 3ec3be372d8662194d477c1ae7dd732eb8945408 (patch) | |
| tree | d96871f9cfcc72e91c1fe5bc81ce924f42d7ef70 /recipes-core/zlib | |
| parent | b412c9604611faebb081e4ce01d7c1781a9df265 (diff) | |
| download | meta-intel-3ec3be372d8662194d477c1ae7dd732eb8945408.tar.gz | |
zlib-intel: add zlib fork with IA-specific optimisations
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>
Diffstat (limited to 'recipes-core/zlib')
| -rw-r--r-- | recipes-core/zlib/zlib-intel_1.2.11.1_jtkv6.3.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-core/zlib/zlib-intel_1.2.11.1_jtkv6.3.bb b/recipes-core/zlib/zlib-intel_1.2.11.1_jtkv6.3.bb new file mode 100644 index 00000000..02b75156 --- /dev/null +++ b/recipes-core/zlib/zlib-intel_1.2.11.1_jtkv6.3.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | require recipes-core/zlib/zlib_1.2.11.bb | ||
| 2 | |||
| 3 | FILESEXTRAPATHS_append = ":${COREBASE}/meta/recipes-core/zlib/zlib" | ||
| 4 | |||
| 5 | SUMMARY = "Zlib Compression Library (Intel-tuned)" | ||
| 6 | |||
| 7 | PROVIDES = "zlib" | ||
| 8 | |||
| 9 | SRC_URI_remove = "${SOURCEFORGE_MIRROR}/libpng/${BPN}/${PV}/${BPN}-${PV}.tar.xz" | ||
| 10 | SRC_URI_prepend = "git://github.com/jtkukunas/zlib.git;protocol=git " | ||
| 11 | |||
| 12 | SRCREV = "a43a247bfa16ec5368747b5b64f11ea5ca033010" | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | RPROVIDES_${PN} += "zlib" | ||
| 16 | RPROVIDES_${PN}-ptest += "zlib-ptest" | ||
