mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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>
This commit is contained in:
committed by
Martin Jansa
parent
380f0cef36
commit
42a4690339
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user