Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ohwr-build-scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dimitris Lampridis
ohwr-build-scripts
Commits
b584dee9
Commit
b584dee9
authored
5 years ago
by
Dimitris Lampridis
Browse files
Options
Downloads
Patches
Plain Diff
[svec] introduce patch
parent
1c237dd5
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
patches/svec.diff
+13
-0
13 additions, 0 deletions
patches/svec.diff
scripts/svec_carrier_build.sh
+1
-0
1 addition, 0 deletions
scripts/svec_carrier_build.sh
with
14 additions
and
0 deletions
patches/svec.diff
0 → 100644
+
13
−
0
View file @
b584dee9
diff --git a/software/kernel/Kbuild b/software/kernel/Kbuild
index 17949d3..4b35ebe 100644
--- a/software/kernel/Kbuild
+++ b/software/kernel/Kbuild
@@ -13,7 +13,7 @@
CONFIG_FPGA_MGR_BACKPORT_INCLUDE += -I$(CONFIG_FPGA_MGR_BACKPORT_PATH_ABS)/inclu
ccflags-y += -DADDITIONAL_VERSIONS="$(SUBMODULE_VERSIONS)"
ccflags-y += -DVERSION=\"$(VERSION)\"
-ccflags-y += -Wall -Werror
+ccflags-y += -Wall -Werror -Wframe-larger-than=2048
ccflags-y += -I$(VMEBRIDGE_ABS)/include
ccflags-y += -I$(FPGA_MGR_ABS)/include
This diff is collapsed.
Click to expand it.
scripts/svec_carrier_build.sh
+
1
−
0
View file @
b584dee9
...
@@ -21,6 +21,7 @@ cd $BUILD_DIR
...
@@ -21,6 +21,7 @@ cd $BUILD_DIR
cd
$PROJECT
cd
$PROJECT
#TODO: release!
#TODO: release!
git checkout develop
git checkout develop
[
-e
$PATCH_DIR
/
$PROJECT
.diff
]
&&
patch
-p1
<
$PATCH_DIR
/
$PROJECT
.diff
export
CHEBY
=
"python
$BUILD_DIR
/cheby/proto/cheby.py"
export
CHEBY
=
"python
$BUILD_DIR
/cheby/proto/cheby.py"
export
FMC
=
"
$BUILD_DIR
/fmc-sw"
export
FMC
=
"
$BUILD_DIR
/fmc-sw"
export
VMEBRIDGE
=
"
$BUILD_DIR
/vmebridge"
export
VMEBRIDGE
=
"
$BUILD_DIR
/vmebridge"
...
...
This diff is collapsed.
Click to expand it.
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