Open fenggc opened 5 years ago
Hi Chen Feng,
What vpp release are you porting? The reason is that by early next week I will up-stream support for: thud, sumo (vpp stable/18.07) and rocko (vpp stable/1710).
Judging on the error you are getting, I suspect you are on stable/1710. The error you are getting requires you to build vppapigen under host tools. See code below and attached.
The patch will not apply cleanly, but should give enough context to fix the problem.
babak. ... + +BBCLASSEXTEND = "native nativesdk" + +do_compile_class-native () {
+do_install_class-native() {
+do_compile_class-nativesdk () {
+do_install_class-nativesdk() {
On Thu, Jan 3, 2019 at 7:04 PM fenggc notifications@github.com wrote:
hi Babak,
I'm trying porting VPP to Yocto, our platform is based on arm64, Now I'm blocked by missing vppapigen module in Yocto Externaly built vppapigen is needed when cross-compiling...
Coule You help with this?
Thanks Chen Feng
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zbsarashki/meta-vpp/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AHKDw74u0zsHhAszNxs2mlK0utvZ-fShks5u_sS9gaJpZM4ZpFp0 .
hi Babak,
I'm trying porting VPP to Yocto, our platform is based on arm64, Now I'm blocked by missing vppapigen module in Yocto
Externaly built vppapigen is needed when cross-compiling...
Coule You help with this?
Thanks Chen Feng