Skip to content

Commit b70d4ea

Browse files
committed
Separate deploy dirs per vendor, machine and version.
1 parent 4a5aa97 commit b70d4ea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

meta/conf/local.conf.sample

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ MACHINE = "raspberrypi3"
1717
BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()*2}"
1818
PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()*2}"
1919

20+
# Deploy dir
21+
#
22+
# This is the place where you will find the build artifacts.
23+
TMPDIR = "${TOPDIR}/tmp/${VENDOR}/${MACHINE}"
24+
DEPLOY_DIR = "${TMPDIR}/deploy/${DISTRO_VERSION}"
25+
DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images"

0 commit comments

Comments
 (0)