summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2017-08-21 16:31:16 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-23 08:47:03 +0100
commitc9a29aa55d47b1c7cbbd8611a92a7383c3d01a3a (patch)
tree7df8c1440ab090aefa31f145e012df1a79409bbc /meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch
parentef4c6534ff5f5c0d81d753239800a9cd06c9d6db (diff)
downloadpoky-c9a29aa55d47b1c7cbbd8611a92a7383c3d01a3a.tar.gz
dpkg: Upgrade to 1.18.24
Patches rebased due to don't apply, no major changes, - 0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch - arch_pm.patch - noman.patch Patches related to move ostable/triplettable insida data/ostable and data/tupletable instead also needs to comply the new format of the tables for arch detection. - 0006-add-musleabi-to-known-target-tripets.patch - add_armeb_triplet_entry.patch And finally a patch to avoid usage --clamp-mtime in tar needs to be modified because the dpkg-deb internal API changed. - 0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch (From OE-Core rev: dc1ae641435999095e8759812b096fec1f28c90d) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.patch30
1 files changed, 16 insertions, 14 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 dc69eb2d1c..d165616a19 100644
--- a/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch
+++ b/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch
@@ -24,23 +24,25 @@ empty in configure script.
24Upstream-Status: Pending 24Upstream-Status: Pending
25 25
26Signed-off-by: Krishnanjanappa, Jagadeesh <jagadeesh.krishnanjanappa@caviumnetworks.com> 26Signed-off-by: Krishnanjanappa, Jagadeesh <jagadeesh.krishnanjanappa@caviumnetworks.com>
27Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
27 28
28--- 29---
29 triplettable | 1 + 30 data/tupletable | 1 +
30 1 file changed, 1 insertion(+) 31 1 file changed, 1 insertion(+)
31 32
32diff --git a/triplettable b/triplettable 33diff --git a/data/tupletable b/data/tupletable
33index abe4726..1e9c247 100644 34index b7802bec3..5f500f6ca 100644
34--- a/triplettable 35--- a/data/tupletable
35+++ b/triplettable 36+++ b/data/tupletable
36@@ -11,6 +11,7 @@ gnueabihf-linux-arm armhf 37@@ -12,6 +12,7 @@ base-musl-linux-<cpu> musl-linux-<cpu>
37 gnueabi-linux-arm armel 38 ilp32-gnu-linux-arm64 arm64ilp32
38 gnuabin32-linux-mips64r6el mipsn32r6el 39 eabihf-gnu-linux-arm armhf
39 gnuabin32-linux-mips64r6 mipsn32r6 40 eabi-gnu-linux-arm armel
40+gnueabi-linux-armeb armeb 41+eabi-gnu-linux-armeb armeb
41 gnuabin32-linux-mips64el mipsn32el 42 abin32-gnu-linux-mips64r6el mipsn32r6el
42 gnuabin32-linux-mips64 mipsn32 43 abin32-gnu-linux-mips64r6 mipsn32r6
43 gnuabi64-linux-mips64r6el mips64r6el 44 abin32-gnu-linux-mips64el mipsn32el
44-- 45--
452.1.4 462.11.0
47
46 48