Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fofb-yocto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DG
FOFB
fofb-yocto
Commits
1bb0baa4
Commit
1bb0baa4
authored
6 months ago
by
Aude Grabas
Browse files
Options
Downloads
Patches
Plain Diff
modify conf to add path for Aude env
parent
f9515fd4
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
build_damc_fofb/conf/local.conf
+4
-4
4 additions, 4 deletions
build_damc_fofb/conf/local.conf
build_damc_fofb/variants_hdf/install_link.py
+3
-1
3 additions, 1 deletion
build_damc_fofb/variants_hdf/install_link.py
with
7 additions
and
5 deletions
build_damc_fofb/conf/local.conf
+
4
−
4
View file @
1bb0baa4
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
build_damc_fofb/variants_hdf/install_link.py
+
3
−
1
View file @
1bb0baa4
...
...
@@ -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/
"
,
]
...
...
This diff is collapsed.
Click to expand it.
Aude Grabas
@grabas
mentioned in commit
f019266a
·
6 months ago
mentioned in commit
f019266a
mentioned in commit f019266a9f77ec856549be1dfb3d2f26e44a231e
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment