]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta/lib/oeqa/manual/oe-core.json: Update test_bitbake_devshell
authorsangeeta jain <sangeeta.jain@intel.com>
Wed, 2 Dec 2020 01:58:50 +0000 (09:58 +0800)
committerAnuj Mittal <anuj.mittal@intel.com>
Thu, 10 Dec 2020 01:10:23 +0000 (09:10 +0800)
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>
meta/lib/oeqa/manual/oe-core.json

index fb47c5ec36027cff383a212b539fab45b85d55b0..4ad524d89b3a1984af53fa6566326c0ed6ec4cbf 100644 (file)
@@ -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": {