From adcf0b4f1cefa06826752b86034a722b87f2c67a Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 30 Aug 2016 18:41:03 +0200 Subject: 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 Acked-by: Marcel Ziswiler --- buildconf/local.conf | 9 +++++++++ 1 file changed, 9 insertions(+) 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 # -- cgit v1.2.3