Skip to content

Commit c0ff067

Browse files
authored
[vpp]: add platform vpp (#20841)
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 <yuega2@cisco.com>
1 parent 5258772 commit c0ff067

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,6 @@
130130
[submodule "platform/marvell-teralynx/sonic-platform-marvell-teralynx"]
131131
path = platform/marvell-teralynx/sonic-platform-marvell-teralynx
132132
url = https://github.com/Marvell-switching/sonic-platform-marvell.git
133+
[submodule "platform/vpp"]
134+
path = platform/vpp
135+
url = https://github.com/sonic-net/sonic-platform-vpp.git

platform/vpp

Submodule vpp added at fbda3bd

0 commit comments

Comments
 (0)