[yocto] avoid kernel building

2015-03-09 Thread Parthiban Kandasamy
i am using beagle board-xm, for this board i don want to build kernel package. so how to exclude linux-yocto from build process. i tried following option PACKAGE_EXCLUDE = linux-yocto - it was not effect, BBMASK .= |.*linux-yocto - it was not effect, those statement not work, so what will be the

Re: [yocto] avoid kernel building

2015-03-09 Thread Maxin John
Hi Parthiban, On Mon, Mar 9, 2015 at 2:40 PM, Parthiban Kandasamy parthi...@ulivesystems.com wrote: i am using beagle board-xm, for this board i don want to build kernel package. so how to exclude linux-yocto from build process. i tried following option PACKAGE_EXCLUDE = linux-yocto - it was