Github is just a mirror which may be up to date with latest VPP software and
also github is not the correct repo to work with VPP software.  Please use
the command below to get latest VPP software.

 

git clone https://gerrit.fd.io/r/vpp

 

In vpp root directory, type "sudo make install-deps".  Thereafter, type
"sudo make install-ext-deps".  Then, you can build an image using "sudo make
build-release".  The README has a note with alternative way to build using
vagrant.

 

Hemant

 

From: vpp-dev@lists.fd.io <vpp-dev@lists.fd.io> On Behalf Of Tao Wang
Sent: Tuesday, March 16, 2021 10:51 PM
To: vpp-dev@lists.fd.io
Cc: Yang, Zhiyong <zhiyong.y...@intel.com>; Shi, Zhongbao
<zhongbao....@intel.com>; Feng, Shaohe <shaohe.f...@intel.com>; Jinhui Li
<jinhui...@tietoevry.com>; Cong Hu <cong...@tietoevry.com>
Subject: [vpp-dev] Is there a convenient way to name generated files when
making VPP, such as rpm

 

Hi,

 

 

I got VPP code via "git clone -b v20.09 https://github.com/FDio/vpp.git";.

When "make pkg-rpm", the generated VPP rpms are named by git tag v20.09 and
looked like "vpp-20.09-release.x86_64.rpm".

 

We are using VPP as a sub-project in our project and we have our own git tag
format not like VPP's format "vXX.XX-X".

If using our tag format for the whole project (include VPP as a sub-folder),
it would cause VPP make failed.

Is there a convenient way to purify VPP original naming processing (most
related with git operations in Makefile) to customize VPP generated files'
name as we want?

I have found all the naming processing codes in VPP Makefile and I only know
to modify them one by one to achieve the goal of customizing VPP generated
files' name.

So as a VPP 3rd-party user like us, I want to know if there is a more
convenient and elegant way to name VPP generated files?

 

Thanks!

 

 

Best Regards,

Tao Wang

Attachment: smime.p7s
Description: S/MIME cryptographic signature

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#18947): https://lists.fd.io/g/vpp-dev/message/18947
Mute This Topic: https://lists.fd.io/mt/81394971/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to