Hi,

I am trying to build tomfastmath and tomcrypt shared libraries using yocto,
I couldn't get recipes for libtomcrypt and tomfastmath in web. So started
to write one but i am failing to write correct recipe every time.

the skeleton   i used is both the recipes

S = "${WORKDIR}/git"
inherit autotools
EXTRA_OEMAKE = " 'CFLAGS=${CFLAGS} "-I${S}/src/headers" -DTFM_ARM '
 'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'LD={LD}'   'BUILDDIR=${S}'
'D=${DEST_DIR}' "
do_compile() {
make -f ${S}/makefile  libtfm.a DESTDIR=${D} SBINDIR=${sbindir}
MANDIR=${mandir}
}

Can any one help  please help me in creating tomcrypt and tomfastmath
recipes. or any point our if recipes already exist.


Thanks and Regards,
      Vivek
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to