]> code.ossystems Code Review - openembedded-core.git/commit
dpkg: add triplet entry to fix build error for armeb
authorKrishnanjanappa, Jagadeesh <jagadeesh.krishnanjanappa@caviumnetworks.com>
Wed, 8 Apr 2015 13:59:09 +0000 (19:29 +0530)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Apr 2015 18:48:01 +0000 (19:48 +0100)
commit63eb33bced1fc1e5451988fc5249ab362fb82615
tree419827362cedfe7b5ac9b87257947c54bf0d3712
parent90edaf9b9e51a24bf67c1c95732fc2d8cb22b098
dpkg: add triplet entry to fix build error for armeb

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 --

Add the required combination of "gnueabi-linux-armeb" entry in
triplet list.

Signed-off-by: Krishnanjanappa, Jagadeesh <jagadeesh.krishnanjanappa@caviumnetworks.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch [new file with mode: 0644]
meta/recipes-devtools/dpkg/dpkg_1.17.21.bb