Skip to content
Snippets Groups Projects
Commit 458f7f2b authored by BRONES Romain's avatar BRONES Romain
Browse files

fix:TEMPORARY file paths and rm_work

* The project used too much space
parent ddada128
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ DL_DIR = "/opt/DG/Yocto/downloads"
#
# Shared SSTATE DIR
SSTATE_DIR = "/opt/DG/Yocto/sstate-cache"
SSTATE_DIR = "/opt/DG/Yocto/sstate-cache-fofb"
#
# Where to place the build output
......@@ -68,7 +68,7 @@ SSTATE_DIR = "/opt/DG/Yocto/sstate-cache"
# TMP is not on a NFS, so not on home
TMPDIR = "/tmp/yocto_tmpdir"
TMPDIR = "/tmp/yocto_fofb_tmpdir"
#
#TMPDIR_versal = "${TOPDIR}/tmp-versal"
......@@ -240,6 +240,8 @@ PNBLACKLIST[qemu-native]="blacklist"
PNBLACKLIST[nativesdk-qemu]="blacklist"
SKIP_BUILDINFO="1"
INHERIT += "rm_work"
RM_WORK_EXCLUDE += " controlsystemadapter applicationcore open62541 controlsystemadapter-opc-ua-adapter genericdeviceserver-opcua"
# Add FPGA Manager
DT_FROM_BD_ENABLE = "0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment