summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLihong Sun <lihongx.sun@intel.com>2015-03-24 22:53:24 -0400
committeradmin <yuhuan.yang@samsung.com>2016-02-04 18:32:00 +0800
commit66124967651d00df7761ca32096592d1f2e85d85 (patch)
tree0ed7b417a3133876d1e1787b504e798c31a3c170 /doc
parente92f8fecb5e3468b79f3f0b2afb51d69052f5024 (diff)
downloadmic-66124967651d00df7761ca32096592d1f2e85d85.tar.gz
mic-66124967651d00df7761ca32096592d1f2e85d85.tar.bz2
mic-66124967651d00df7761ca32096592d1f2e85d85.zip
Drop mic native support
mic option --runtime=native has been broken for more than one year, maintain this mode requires more effort for new distribution support, so drop this mode without risk. Fixes: #DEVT-248 Change-Id: Iaee916889fabfe62f6a507781f9ca1c3d01ee5a2
Diffstat (limited to 'doc')
-rw-r--r--doc/man.rst2
-rw-r--r--doc/usage.rst7
2 files changed, 4 insertions, 5 deletions
diff --git a/doc/man.rst b/doc/man.rst
index c0a1330..fd75fd4 100644
--- a/doc/man.rst
+++ b/doc/man.rst
@@ -50,7 +50,7 @@ Options:
--pack-to=PACK_TO pack the images together into the specified achive, extension supported: .zip, .tar, .tar.gz, .tar.bz2, etc. by default, .tar will be used
--release=RID generate a release of RID with all necessary files, when @BUILD_ID@ is contained in kickstart file, it will be replaced by RID. sample values: "latest", "tizen_20120101.1"
--copy-kernel copy kernel files from image /boot directory to the image output directory
- --runtime=RUNTIME Specify runtime mode, avaiable: bootstrap, native
+ --runtime=RUNTIME Specify runtime mode, avaiable: bootstrap
--install-pkgs=INSTALL_PKGS Specify what type of packages to be installed, valid: source, debuginfo, debugsource
--check-pkgs=CHECK_PKGS Check if given packages would be installed, packages should be separated by comma
--tmpfs Setup tmpdir as tmpfs to accelerate, experimental feature, use it if you have more than 4G memory
diff --git a/doc/usage.rst b/doc/usage.rst
index 803dbe2..dbd4c21 100644
--- a/doc/usage.rst
+++ b/doc/usage.rst
@@ -112,13 +112,12 @@ In Tizen, the released image will have a ks file along with image. For example,
- Other options:
-::
+::
--runtime=RUNTIME_MODE
Sets runtime mode, the default is bootstrap mode, valid
- values: "native", "bootstrap". "native" means mic uses
- localhost environment to create image, while "bootstrap"
- means mic uses one tizen chroot environment to create image.
+ values: "bootstrap". "bootstrap" means mic uses one
+ tizen chroot environment to create image.
--compress-image=COMPRESS_IMAGE (for loop & raw)
Sets the disk image compression. Note: The available
values might depend on the used filesystem type.