Skip to content

Commit

Permalink
[vpp]: add platform vpp (#20841)
Browse files Browse the repository at this point in the history
Why I did it
Add platform vpp to sonic-buildimage to enable building sonic-vpp as other platforms.

How I did it
Add vpp submodule from https://github.com/sonic-net/sonic-platform-vpp

How to verify it
git clone --recurse-submodules https://github.com/sonic-net/sonic-buildimage.git
make init
make configure PLATFORM=vpp
make SONIC_BUILD_JOBS=4 target/sonic-vpp.img.gz

Signed-off-by: Yue Gao <[email protected]>
  • Loading branch information
yue-fred-gao authored Dec 11, 2024
1 parent 5258772 commit c0ff067
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,6 @@
[submodule "platform/marvell-teralynx/sonic-platform-marvell-teralynx"]
path = platform/marvell-teralynx/sonic-platform-marvell-teralynx
url = https://github.com/Marvell-switching/sonic-platform-marvell.git
[submodule "platform/vpp"]
path = platform/vpp
url = https://github.com/sonic-net/sonic-platform-vpp.git
1 change: 1 addition & 0 deletions platform/vpp
Submodule vpp added at fbda3b

0 comments on commit c0ff067

Please sign in to comment.