Re: [yocto] Autotools not configuring

2014-03-10 Thread sheerapthinath
Can anyone please tell whats wrong with the recipe and why am getting this error? On Sat, Mar 8, 2014 at 7:31 PM, sheerapthinath sheerapthin...@gmail.com wrote: On Sat, Mar 8, 2014 at 7:26 PM, sheerapthinath sheerapthin...@gmail.com wrote: Hi, I am new to yocto and trying to build a package

[yocto] Autotools not configuring

2014-03-08 Thread sheerapthinath
with the hello world auto tooled package. When trying to execute that bb, am getting the error as follows, make: *** No rule to make target `install'. Stop. | ERROR: oe_runmake failed -- Regards, Sheerapthinath OS -- ___ yocto mailing list yocto

Re: [yocto] Autotools not configuring

2014-03-08 Thread sheerapthinath
On Sat, Mar 8, 2014 at 7:26 PM, sheerapthinath sheerapthin...@gmail.com wrote: Hi, I am new to yocto and trying to build a package for raspberry pi. I am using the BSP layer from https://github.com/djwillis/meta-raspberrypi. Am able to build the image using BSP without any problem. But when