On Sun, Oct 6, 2013 at 11:57 PM, Kurapati Rakesh-B46173 <[email protected]> wrote: > Hello, > > > > I was trying to cross compile the OVS source code for PowerPC. > > I used the following commands > > > > USDPAA_SDK_INSTALL_PATH=/home/user/Downloads/Jothirlata/QorIQ-DPAA-SDK-20110609-systembuilder > > export USDPAA_SDK_INSTALL_PATH > > export TARGET_HOST=powerpc-linux-gnu > > export > KERNEL_PATH=$USDPAA_SDK_INSTALL_PATH/build_p4080ds_release/work/p4080ds-linux/linux-2.6.34.6-r0/linux-2.6.34.6 > > export > KSRC=$USDPAA_SDK_INSTALL_PATH/build_p4080ds_release/work/p4080ds-linux/linux-2.6.34.6-r0/linux-2.6.34.6
My guess is that this is a vendor kernel that has been significantly patched from upstream. Since OVS must be modified to handle different kernels, unknown patches aren't supported. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
