summaryrefslogtreecommitdiffstats
path: root/meta/lib
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-06 23:17:28 +0000
commit64a18762f05dcaf525a2c945908b2747897a79df (patch)
tree3a4a7d8f3a03960fc3aea80d682fdec7c04c00c8 /meta/lib
parent12a19ba56e4874777592506ee520fe5a5803c40e (diff)
downloadpoky-64a18762f05dcaf525a2c945908b2747897a79df.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: e995e67bc7a3d30adf9f8d0d2f4df92a941baeae) Signed-off-by: sangeeta jain <sangeeta.jain@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-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": {