mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-12 18:05:34 +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 42a46903392c85b2b2cc7ed9a8413261f03a8ab4) 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.
|
# 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"
|
PACKAGES =+ "${PN}-tools"
|
||||||
FILES_${PN}-tools = "${bindir}/*.pl"
|
FILES_${PN}-tools = "${bindir}/*.pl"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user