Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-UPF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-UPF
Commits
e643b261
Commit
e643b261
authored
Mar 11, 2021
by
吴洲洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update build script
parent
f3276962
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
scripts/build_upf.sh
scripts/build_upf.sh
+2
-1
No files found.
scripts/build_upf.sh
View file @
e643b261
...
...
@@ -12,6 +12,7 @@ N4PATH="$base/install/n4"
function
pre_install
(){
sudo
apt-get
install
ethtool
sudo
apt-get
install
make
sudo
apt-get
install
cmake
sudo
apt-get
install
ccache
...
...
@@ -27,7 +28,7 @@ function vpp(){
echo
"build vpp success"
cp
$base
/src/vppe/build-root/install-vpp_debug-native/vpp/bin/
*
/usr/bin
cp
-r
$base
/src/vppe/build-root/install-vpp_debug-native/vpp/lib/vpp_plugins /usr/lib/x86_64-linux-gnu
groupadd
-g
344 vpp
return
0
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment