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 I added a new layer to add packages, am getting error. I tried testing with the hello world auto tooled package. This hello world is the hello world autotooled package downloaded from ftp://ftp.gnu.org/gnu/hello/hello-2.7.tar.gz. When trying to execute that bb, am getting the error as follows, | make: *** No rule to make target `install'. Stop. | ERROR: oe_runmake failed My bb file is as follows, DESCRIPTION = "Dummy" SECTION = "package" LICENSE = "CLOSED" PR = "r0" SRC_URI = "file://hello/" inherit autotools gettext After executing this bb file, i took a look at the logs of configure. It says nothing to configure. Please help me with what's wrong with this process am following? -- Regards, Sheerapthinath OS _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
