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
commite474eb8a4b6e9651052fe7eb86bfd5826c052c2c (patch)
treefd65ef0d17abf7f8d625307b79b6377504ab21e5 /recipes-core/glibc/glibc_2.21.bbappend
parent606e603146985d68e805e992c7e5e66f0636ae47 (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"