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

fix: Remove setup path that can collides with my project

parent bff092bd
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-fofb"
SSTATE_DIR = "/put/some/path/"
#
# Where to place the build output
......@@ -68,7 +68,7 @@ SSTATE_DIR = "/opt/DG/Yocto/sstate-cache-fofb"
# TMP is not on a NFS, so not on home
TMPDIR = "/tmp/yocto_fofb_tmpdir"
TMPDIR = "/put/some/path"
#
#TMPDIR_versal = "${TOPDIR}/tmp-versal"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment