aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch
blob: dc69eb2d1cdcaa58c38b13da6577ffe5bba38ef1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Author: Krishnanjanappa, Jagadeesh <jagadeesh.krishnanjanappa@caviumnetworks.com>
Date:   Wed Apr 8 18:08:14 2015 +0530

[PATCH] add armeb triplet entry into triplettable.

Cross-compling dpkg application for armeb fails with below error
during configure task,

(snip)
 configure:23141: checking dpkg cpu type
 configure:23148: result: armeb
 configure:23150: WARNING: armeb not found in cputable
 configure:23162: checking dpkg operating system type
 configure:23169: result: linux-gnueabi
 configure:23171: WARNING: linux-gnueabi not found in ostable
 configure:23183: checking dpkg architecture name
 configure:23189: error: cannot determine host dpkg architecture
-- CUT --

the required combination of "gnueabi-linux-armeb" was not found in
the triplettable file thereby returning dpkg_arch as
empty in configure script.

Upstream-Status: Pending

Signed-off-by: Krishnanjanappa, Jagadeesh <jagadeesh.krishnanjanappa@caviumnetworks.com>

---
 triplettable | 1 +
 1 file changed, 1 insertion(+)

diff --git a/triplettable b/triplettable
index abe4726..1e9c247 100644
--- a/triplettable
+++ b/triplettable
@@ -11,6 +11,7 @@ gnueabihf-linux-arm	armhf
 gnueabi-linux-arm	armel
 gnuabin32-linux-mips64r6el	mipsn32r6el
 gnuabin32-linux-mips64r6	mipsn32r6
+gnueabi-linux-armeb	armeb
 gnuabin32-linux-mips64el	mipsn32el
 gnuabin32-linux-mips64	mipsn32
 gnuabi64-linux-mips64r6el	mips64r6el
-- 
2.1.4