We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5aa97 commit b70d4eaCopy full SHA for b70d4ea
meta/conf/local.conf.sample
@@ -17,3 +17,9 @@ MACHINE = "raspberrypi3"
17
BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()*2}"
18
PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()*2}"
19
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