Skip to content
Snippets Groups Projects
Commit 1bb0baa4 authored by Aude Grabas's avatar Aude Grabas
Browse files

modify conf to add path for Aude env

parent f9515fd4
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ MACHINE ??= "damc-fmc2zup"
#
# Shared DL_DIR
DL_DIR = "/opt/DG/Yocto/downloads"
DL_DIR = "/opt/DG/Yocto/downloads_aude"
#
# Where to place shared-state files
......@@ -53,7 +53,7 @@ DL_DIR = "/opt/DG/Yocto/downloads"
#
# Shared SSTATE DIR
SSTATE_DIR = "/put/some/path/"
SSTATE_DIR = "/opt/DG/Yocto/sstate-cache_aude"
#
# Where to place the build output
......@@ -68,7 +68,7 @@ SSTATE_DIR = "/put/some/path/"
# TMP is not on a NFS, so not on home
TMPDIR = "/put/some/path"
TMPDIR = "/tmp/yocto_aude_tmpdir"
#
#TMPDIR_versal = "${TOPDIR}/tmp-versal"
......@@ -248,7 +248,7 @@ RM_WORK_EXCLUDE += " open62541"
# PL VARIANTS
HDF_BASE="file://"
PL_VARIANTS_damc-fmc2zup = "FofbNode_CellNode FofbNode_CentralNode FofbNode_CellNode_test FofbNode_CentralNode_test"
PL_VARIANTS_DIR = "/home/sources/diagnostics/broucquart/YOCTO_FOFB/build_damc_fofb/variants_hdf"
PL_VARIANTS_DIR = "/home/sources/diagnostics/grabas/yocto/fofb-yocto/build_damc_fofb/variants_hdf/"
# Add FPGA Manager
DT_FROM_BD_ENABLE = "0"
......
......@@ -9,10 +9,12 @@ import re
# UPDATE the following path
# Directory to locate simlinks, used by yocto recipes. Same link as PL_VARIANTS_DIR in local.conf
VARIANTS_DIR="/home/sources/diagnostics/broucquart/YOCTO_FOFB/build_damc_fofb/variants_hdf/"
VARIANTS_DIR="/home/sources/diagnostics/grabas/yocto/fofb-yocto/build_damc_fofb/variants_hdf/"
# Directories where to find xsa files (fwk out dir)
OUT_DIRS=[
"/home/sources/diagnostics/grabas/fpga/dev_fofbnode/out/",
"/home/sources/diagnostics/grabas/fpga/prod_fofbnode/out/",
"/home/sources/diagnostics/broucquart/FPGA_FOFB/fwk_fofbnode/out/",
"/home/sources/diagnostics/broucquart/FPGA_FOFB/prod_fofbnode/out/",
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment