Add --release option to mic command line
authorEd Bartosh <eduard.bartosh@intel.com>
Sun, 15 Sep 2013 13:18:04 +0000 (16:18 +0300)
committerHasan Wan <hasan.wan@intel.com>
Mon, 16 Sep 2013 07:34:50 +0000 (00:34 -0700)
commit334e286af3377bb1c917a69df2d0cf556bcc6e14
treec231d41b755411a4e3da703a7b441f39266d4f78
parentf9a73b64c45fc9f97fb59f76f666ca8dfaecf6b0
Add --release option to mic command line

Rsync expects output results in mic/out/<build number>. Mic creates
<build number> subdirectory only when --release option is provided.

Adding extra command line options implementeed in mic appliance. Now
it's possible to provide additional options for mic in mic/out/command
file. This trick is utilized in this change.
job_imager puts '--release <build number>' to mic/out/command and mic
inside mic appliance uses it.

Change-Id: I2b83474fdacd59b9a9ff9e5c83f7ab9100e51513
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
Reviewed-on: https://otctools.jf.intel.com/review/6438
Tested-by: OTC Tools Tester <ed.bartosh@linux.intel.com>
Reviewed-by: Lin A Yang <lin.a.yang@intel.com>
Reviewed-by: Hasan Wan <hasan.wan@intel.com>
job_imager.py