summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa
diff options
context:
space:
mode:
authorsangeeta jain <sangeeta.jain@intel.com>2020-12-02 09:58:50 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-12-10 09:10:23 +0800
commitb1a1e936169d9db8d5de46aace9370f5e695c24d (patch)
treee70c3f1e40aba8b75aa03010b8b2fda025efba24 /meta/lib/oeqa
parentaf9e9945ac81885421a6bb8432184a2bd1a3efff (diff)
downloadopenembedded-core-contrib-b1a1e936169d9db8d5de46aace9370f5e695c24d.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. 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: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'meta/lib/oeqa')
-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 @@
"expected_results": ""
},
"7": {
- "action": "Run command:./configure && make ",
+ "action": "Run command:./configure ${CONFIGUREOPTS} && make ",
"expected_results": "Verify that \"matchbox-desktop\" binary file was created successfully under \"src/\" directory "
},
"8": {