Skip to content

Commit

Permalink
[make file] add document for KEEP_SLAVE_ON with stretch builds (#2035)
Browse files Browse the repository at this point in the history
* [make file] add document for KEEP_SLAVE_ON with stretch builds

Signed-off-by: Ying Xie <[email protected]>

* Update Makefile.work
  • Loading branch information
yxieca authored and lguohan committed Sep 12, 2018
1 parent 47c9542 commit 5d23a43
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Makefile.work
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,17 @@
# * SONIC_ENABLE_SYNCD_RPC: Enables rpc-based syncd builds.
# * USERNAME: Desired username -- default at rules/config
# * PASSWORD: Desired password -- default at rules/config
# * KEEP_SLAVE_ON: Keeps slave container up after building-process concludes.
# * KEEP_SLAVE_ON: Keeps slave container up and active after building process concludes.
# * Note that rm=true is still set, so once user quits from the docker
# * session, the docker will be removed.
# * Please note that with current Stretch build structure,
# * user of KEEP_SLAVE_ON feature will have to be conscious
# * about which docker to stay inside after build is done.
# * - If user desires to stay inside Stretch docker, please issue
# * make KEEP_SLAVE_ON=yes stretch
# * - If user desires to stay inside Jessie docker, please issue
# * (a successful "make stretch" may be needed before the following command)
# * make NOSTRETCH=1 KEEP_SLAVE_ON=yes <any jessie target>
# * SOURCE_FOLDER: host path to be mount as /var/$(USER)/src, only effective when KEEP_SLAVE_ON=yes
# * SONIC_BUILD_JOBS: Specifying number of concurrent build job(s) to run
# * KERNEL_PROCURE_METHOD: Specifying method of obtaining kernel Debian package: download or build
Expand Down

0 comments on commit 5d23a43

Please sign in to comment.