mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
makedumpfile: add ARM into COMPATIBLE_HOST
Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
(cherry picked from commit 42a4690339)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
56f6f5585d
commit
7b9db5b7e6
|
|
@ -12,7 +12,7 @@ RDEPENDS_${PN}-tools = "perl ${PN}"
|
|||
|
||||
# arm would compile but has never been tested upstream. mips would not compile.
|
||||
#
|
||||
COMPATIBLE_HOST = "(x86_64|i.86|powerpc).*-linux"
|
||||
COMPATIBLE_HOST = "(x86_64|i.86|powerpc|arm).*-linux"
|
||||
|
||||
PACKAGES =+ "${PN}-tools"
|
||||
FILES_${PN}-tools = "${bindir}/*.pl"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user