summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch21
1 files changed, 11 insertions, 10 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch b/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch
index d165616a19..cbdf01dbd9 100644
--- a/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch
+++ b/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch
@@ -1,5 +1,11 @@
1Author: Krishnanjanappa, Jagadeesh <jagadeesh.krishnanjanappa@caviumnetworks.com> 1From 1c3a109df54b6092fa85a1fe2b7771e3b959655f Mon Sep 17 00:00:00 2001
2Date: Wed Apr 8 18:08:14 2015 +0530 2From: "Krishnanjanappa, Jagadeesh"
3 <jagadeesh.krishnanjanappa@caviumnetworks.com>
4Date: Wed, 8 Apr 2015 18:08:14 +0530
5Subject: [PATCH] dpkg: add triplet entry to fix build error for armeb
6MIME-Version: 1.0
7Content-Type: text/plain; charset=UTF-8
8Content-Transfer-Encoding: 8bit
3 9
4[PATCH] add armeb triplet entry into triplettable. 10[PATCH] add armeb triplet entry into triplettable.
5 11
@@ -25,24 +31,19 @@ Upstream-Status: Pending
25 31
26Signed-off-by: Krishnanjanappa, Jagadeesh <jagadeesh.krishnanjanappa@caviumnetworks.com> 32Signed-off-by: Krishnanjanappa, Jagadeesh <jagadeesh.krishnanjanappa@caviumnetworks.com>
27Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> 33Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
28
29--- 34---
30 data/tupletable | 1 + 35 data/tupletable | 1 +
31 1 file changed, 1 insertion(+) 36 1 file changed, 1 insertion(+)
32 37
33diff --git a/data/tupletable b/data/tupletable 38diff --git a/data/tupletable b/data/tupletable
34index b7802bec3..5f500f6ca 100644 39index ae9f2ddb4..7436f8056 100644
35--- a/data/tupletable 40--- a/data/tupletable
36+++ b/data/tupletable 41+++ b/data/tupletable
37@@ -12,6 +12,7 @@ base-musl-linux-<cpu> musl-linux-<cpu> 42@@ -27,6 +27,7 @@ eabihf-musl-linux-arm musl-linux-armhf
38 ilp32-gnu-linux-arm64 arm64ilp32 43 base-musl-linux-<cpu> musl-linux-<cpu>
39 eabihf-gnu-linux-arm armhf 44 eabihf-gnu-linux-arm armhf
40 eabi-gnu-linux-arm armel 45 eabi-gnu-linux-arm armel
41+eabi-gnu-linux-armeb armeb 46+eabi-gnu-linux-armeb armeb
42 abin32-gnu-linux-mips64r6el mipsn32r6el 47 abin32-gnu-linux-mips64r6el mipsn32r6el
43 abin32-gnu-linux-mips64r6 mipsn32r6 48 abin32-gnu-linux-mips64r6 mipsn32r6
44 abin32-gnu-linux-mips64el mipsn32el 49 abin32-gnu-linux-mips64el mipsn32el
45--
462.11.0
47
48