diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2016-08-30 18:41:03 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2016-09-29 06:30:55 +0200 |
commit | adcf0b4f1cefa06826752b86034a722b87f2c67a (patch) | |
tree | 9550f620bffad84a227c38af65b89ab9ddfc0a07 /buildconf | |
parent | 85a6c84511dc5d16f51c61b12cd42a49d0f6ab48 (diff) |
deploy dir: mv from build/out*/deploy to deploy
This moves the final build artefacts to a more visible place.
Additionally you can wipe the 'out*' directory to clean up
old intermediate files without loosing the deployable artefacts.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'buildconf')
-rw-r--r-- | buildconf/local.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf index d4f1b83..50bca10 100644 --- a/buildconf/local.conf +++ b/buildconf/local.conf @@ -103,6 +103,15 @@ DL_DIR ?= "${TOPDIR}/downloads" # #TMPDIR = "${TOPDIR}/tmp" TMPDIR = "${TOPDIR}/out" + +# +# Where to place images and sw packages +# +# This places the build output in parallel to build and layers thus +# if you have several build directories you need to adjust deploy +# to something unique, e.g. "${TOPDIR}/../deploy_fb" "${TOPDIR}/../deploy_x11" +DEPLOY_DIR = "${TOPDIR}/../deploy" + # # Package Management configuration # |