Re: [vpp-dev] How to include my custom plugin in the rpm packages.

2020-09-22 Thread Matthew Smith via lists.fd.io
Hi Himanshu, When I created a plugin, I started by running extras/emacs/make-plugin.sh. That script automatically set things up so the plugin could be built and installed with the other VPP plugins. Then I started adding actual code to the stubbed-out files which the script created. I tested that

Re: [vpp-dev] How to include my custom plugin in the rpm packages.

2020-09-22 Thread Solis JR, M. (Mauricio) via lists.fd.io
Hi, Has anyone figured this out??  I'm using 'make pkg-deb' and I'm similar results as above.  'make run' and 'make debug' show my plugin, but it is not included in the packages using 'make pkg-deb' Thanks Mauricio -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

[vpp-dev] How to include my custom plugin in the rpm packages.

2020-03-13 Thread Himanshu Rakshit
Hi All, We have developed a custom plugin (under the folder *src/plugin*). We are able to compile it successfully and also able to run in the local setup using *make run* or *make debug* command. Our intention is not run in a different system(different for the build system). So we make the rpm