[yocto] Openvswitch integration in yocto

2013-10-29 Thread sonia verma
Hi All, i am new to yocto environment. i want to build openvswitch in yocto_1.4. The openvswitch is path : *QorIQ-SDK-V1.4-20130814-yocto/meta-virtualization/recipes-networking/openvswitch. * For compiling openvswitch i perform following steps:- 1. bitbake -f -c compile openvswitch. 2.

Re: [yocto] Openvswitch integration in yocto

2013-10-29 Thread Paul Eggleton
Hi Sonia, On Tuesday 29 October 2013 12:33:04 sonia verma wrote: For compiling openvswitch i perform following steps:- 1. bitbake -f -c compile openvswitch. 2. bitbake openvswitch. 3. bitbake fsl-image-core. but when i get

Re: [yocto] Openvswitch integration in yocto

2013-10-29 Thread Sandeep G.R
Hi Sonia, Add this line IMAGE_INSTALL_append += openvswitch to * QorIQ-SDK-V1.4-20130814-yocto/meta-fsl-networking/images/fsl-image-core.bb.* * * And do step 3 and openvswitch will be on T4240QDS. On Tue, Oct 29, 2013 at 4:11 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi

Re: [yocto] Openvswitch integration in yocto

2013-10-29 Thread Gary Thomas
On 2013-10-29 11:31, Sandeep G.R wrote: Hi Sonia, Add this line IMAGE_INSTALL_append += openvswitch to*QorIQ-SDK-V1.4-20130814-yocto/meta-fsl-networking/images/fsl-image-core.bb http://fsl-image-core.bb.* It's not necessary (and indeed, poor practice) to make a change to the main