Thanks a ton Paul and Saul for the reply. Your suggestion worked. :)
But after building my recipe file I executed bitbake -k core-image-minimal and I got the following error:

NOTE: Resolving any missing task queue dependencies
Missing or unbuildable dependency chain was: ['app-ea']
ERROR: Nothing RPROVIDES 'app-ea' (but /local/varun/poky-yocto-1.4-m3/meta/recipes-core/images/core-image-minimal.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'com-ea' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['test-ea']
ERROR: Nothing RPROVIDES 'tipcutils' (but /local/varun/poky-yocto-1.4-m3/meta/recipes-core/images/core-image-minimal.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'tipcutils' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['tipcutils']
NOTE: Preparing runqueue
ERROR: All buildable tasks have been run but the build is incomplete (--continue mode). Errors for the tasks that failed will have been printed above.

Summary: There were 3 ERROR messages shown, returning a non-zero exit code.


Any idea how to resolve this one?

//
Varun