summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/manual
diff options
context:
space:
mode:
authorsangeeta jain <sangeeta.jain@intel.com>2020-12-02 09:58:50 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-18 14:20:19 +0000
commita71a0ed31aa81678b4e08811d0bd54e01533bf44 (patch)
tree83edabc23ec338d4b466d0f10e7497e3a5493180 /meta/lib/oeqa/manual
parent8a683eec6793bcec31dea287e1df851ded7c6817 (diff)
downloadpoky-a71a0ed31aa81678b4e08811d0bd54e01533bf44.tar.gz
meta/lib/oeqa/manual/oe-core.json: Update test_bitbake_devshell
Update command used for cross compilation to include ${CONFIGUREOPTS} to ensure right arguments are passed for cross compiling on any host. (From OE-Core rev: e902026496ea026c4316d1a74265c633db9431b8) Signed-off-by: sangeeta jain <sangeeta.jain@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit e995e67bc7a3d30adf9f8d0d2f4df92a941baeae) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/manual')
-rw-r--r--meta/lib/oeqa/manual/oe-core.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/manual/oe-core.json b/meta/lib/oeqa/manual/oe-core.json
index fb47c5ec36..4ad524d89b 100644
--- a/meta/lib/oeqa/manual/oe-core.json
+++ b/meta/lib/oeqa/manual/oe-core.json
@@ -80,7 +80,7 @@
80 "expected_results": "" 80 "expected_results": ""
81 }, 81 },
82 "7": { 82 "7": {
83 "action": "Run command:./configure && make ", 83 "action": "Run command:./configure ${CONFIGUREOPTS} && make ",
84 "expected_results": "Verify that \"matchbox-desktop\" binary file was created successfully under \"src/\" directory " 84 "expected_results": "Verify that \"matchbox-desktop\" binary file was created successfully under \"src/\" directory "
85 }, 85 },
86 "8": { 86 "8": {