Hi Paul,

I am pasting the content of my recipe file below, please have a look at it.


DESCRIPTION = "bitake file"
DEPENDS = "net-snmp fuse"
RDEPENDS = "curl rpm openssh openldap procps psmisc sed net-snmp-server"
LICENSE = "GPLv2+"
PR = "r0"
SRC_URI = "file:///home/user/Myapp.tar.gz";
EXTRA_OECMAKE += "-DCMAKE_FIND_ROOT_PATH=${STAGING_DIR_HOST} "
EXTRA_OECMAKE += "-DTARGET_ARCHITECTURE=${TARGET_ARCH} "
EXTRA_OECMAKE += "-DCMAKE_SYSTEM_NAME=Linux "
EXTRA_OECMAKE += "-DCMAKE_SYSTEM_VERSION=1 "
EXTRA_OECMAKE += "-DRSTATE=${PR} "
EXTRA_OECMAKE += "-DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER "
EXTRA_OECMAKE += "-DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY "
EXTRA_OECMAKE += "-DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY "
EXTRA_OECMAKE += "-DRPM=1 "
 
inherit cmake
 
do_configure(){
        cmake ..${EXTRA_OECMAKE}
}
 
do_compile(){
        oe_runmake all
}


//
Varun


On Mon, Jul 1, 2013 at 3:18 PM, Paul Eggleton <paul.eggleton@linux.intel.com> wrote:
On Sunday 30 June 2013 00:05:58 varun bhatnagar wrote:
> Yes Paul that was the entry was there in CORE_IMAGE_EXTRA_INSTALL. I have
> removed it from there but I need to add the command provided by these
> packages in my image. So I have added one line in my layer.conf file
> "IMAGE_INSTALL_append= test-ea ". Now if I try to run bitbake -k
> core-image-minimal, it gives me a message saying "Nothing provides
> test-ea". What shall I do? (I have build the recipe file of test-ea without
> any error.)

Can you show me what the test-ea recipe contains?

Cheers,
Paul

--

Paul Eggleton
Intel Open Source Technology Centre