summaryrefslogtreecommitdiff
path: root/recipes-core/glibc/glibc_2.21.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2015-11-10 20:05:42 +0100
committerMax Krummenacher <max.oss.09@gmail.com>2015-11-10 20:05:42 +0100
commit2fec5f985444f5f1fc91e8dea9d1a32d07e27a90 (patch)
tree6557abb488107e1fd03a5a75ea5e546bfb4089c8 /recipes-core/glibc/glibc_2.21.bbappend
parent8907c6a9666d3874c3cb2c87d8814c50b795a59e (diff)
glibc_2.21: force memcpy_arm to improve memcpy performance
A meta-toolchain build or a build which does not use the angstrom distro builds glibc_2.21 rather than glibc_linaro-2.20. The patch to not use the slower memcpy implemented for NEON does not apply cleanly for both versions of glibc. This adds a bbappend for glibc_2.21 forcing memcpy_arm.
Diffstat (limited to 'recipes-core/glibc/glibc_2.21.bbappend')
-rw-r--r--recipes-core/glibc/glibc_2.21.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/glibc/glibc_2.21.bbappend b/recipes-core/glibc/glibc_2.21.bbappend
new file mode 100644
index 0000000..244841d
--- /dev/null
+++ b/recipes-core/glibc/glibc_2.21.bbappend
@@ -0,0 +1,2 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/glibc-2.21:"
+SRC_URI_append = " file://0001-memcpy-don-t-use-optimized-for-VFP-NEON-versions.patch"