1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-08 05:09:56 +00:00

layer: add telnet for testimage/runfvp

Change-Id: Ic31a3bf8ad981c7380339499a377e3f9d676cb15
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2021-10-15 14:25:18 +01:00
committed by Jon Mason
parent 69a36958f0
commit 3293644cd6
+3
View File
@@ -14,3 +14,6 @@ LAYERDEPENDS_meta-arm = " \
arm-toolchain \
"
LAYERSERIES_COMPAT_meta-arm = "honister"
# runfvp --console needs telnet, so pull this in for testimage.
HOSTTOOLS_NONFATAL += "telnet"