diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-06-01 13:03:09 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-04 15:15:00 +0100 |
commit | a9ddcc4772a1c8678adc916f24aa24add2a9e759 (patch) | |
tree | ac4f0ccb3b56d8da745af0b48ee24013849ebc40 /meta/classes/utils.bbclass | |
parent | 7937e471b6cb18f6f454523cd4ee32489b91f296 (diff) | |
download | poky-a9ddcc4772a1c8678adc916f24aa24add2a9e759.tar.gz |
bitbake.conf: fix HOSTTOOLS setting related to image testing
A list of tools are added to HOSTTOOLS depending on if we inherit
testimage or not. Unfortunately, if we use TEST_IMAGE variable to
automate the test, these tools are not added to HOSTTOOLS.
Modify the condition to also check TEST_IMAGE to fix the above problem.
Also, change to use if...else... instead of list index for such setting.
(From OE-Core rev: 263f8ad612674b0b47cd980212556332c17cb370)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/utils.bbclass')
0 files changed, 0 insertions, 0 deletions