mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +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:
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user