aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-07-18 21:43:07 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-21 07:47:52 +0100
commit56aa9c8162952d150bad35fb980767297c0208cb (patch)
tree4bea08abf7c42dfabe50f78f4acd09ba0a9c1295 /meta/recipes-core/glibc/glibc
parent2d5b282957680828dab15dc00c33056e6011f4e0 (diff)
downloadopenembedded-core-contrib-56aa9c8162952d150bad35fb980767297c0208cb.tar.gz
glibc: Update to 2.24 after hard-freeze
Drop upstreamed patch (From OE-Core rev: 96f951af74dd8dcea1372249fb84c2c615a7bba3) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc/glibc')
-rw-r--r--meta/recipes-core/glibc/glibc/elf-meta.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-core/glibc/glibc/elf-meta.patch b/meta/recipes-core/glibc/glibc/elf-meta.patch
deleted file mode 100644
index fab66d79c4..0000000000
--- a/meta/recipes-core/glibc/glibc/elf-meta.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Upstream-Status: Pending
-Signed-off-by: Ross Burton <ross.burton@intel.com>
-
-From a495656665cd4a4f97744741a4741eafa621d65b Mon Sep 17 00:00:00 2001
-From: Ross Burton <ross.burton@intel.com>
-Date: Mon, 11 Jul 2016 16:57:38 +0100
-Subject: [PATCH] elf.h: add relocations for Imagination META
-
-Adding EM_METAG but not the relocations means the kernel doesn't compile as it
-guards its own declarations on the presence of EM_METAG.
----
- elf/elf.h | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/elf/elf.h b/elf/elf.h
-index b6112d9..69e85a7 100644
---- a/elf/elf.h
-+++ b/elf/elf.h
-@@ -3677,6 +3677,10 @@ enum
-
- #define R_TILEGX_NUM 130
-
-+/* Imagination META relocs */
-+#define R_METAG_ADDR32 2
-+#define R_METAG_NONE 3
-+
- /* BPF specific declarations. */
-
- #define R_BPF_NONE 0 /* No reloc */
---
-2.8.1
-