diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 6f53b23a67..0eefb86d13 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -484,7 +484,7 @@ HOSTTOOLS += " \ | |||
484 | " | 484 | " |
485 | 485 | ||
486 | # Tools needed to run testimage runtime image testing | 486 | # Tools needed to run testimage runtime image testing |
487 | HOSTTOOLS += "ip ping ps scp ssh stty" | 487 | HOSTTOOLS += "${@['', 'ip ping ps scp ssh stty'][bb.data.inherits_class('testimage', d)]}" |
488 | 488 | ||
489 | # Link to these if present | 489 | # Link to these if present |
490 | HOSTTOOLS_NONFATAL += "aws ccache gcc-ar gpg ld.bfd ld.gold nc sftp socat sudo" | 490 | HOSTTOOLS_NONFATAL += "aws ccache gcc-ar gpg ld.bfd ld.gold nc sftp socat sudo" |