All of lore.kernel.org
 help / color / mirror / Atom feed
* Hello world package error
@ 2013-05-21  9:42 Zafrullah Syed
  2013-05-21 10:04 ` Paul Barker
  0 siblings, 1 reply; 8+ messages in thread
From: Zafrullah Syed @ 2013-05-21  9:42 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 1385 bytes --]

Hi all,



I am trying to add Hello world package, my path is as follows,

*/home/siguser/yocto/poky*


    --meta-bebot
       --recipes-bebot
         --helloworld
           --helloworld.bb


                +-------------------------------------------


                |   +-------------------------------------------

                DESCRIPTION = "Simple helloworld application"
                SECTION = "examples"
                LICENSE = "MIT"
                PR = "r0"
                SRC_URI = "file://*hello.c*"
                S = "*/home/siguser/workspace/bebot-apps/helloworld*"

                do_compile() {
         	${CC} hello.c -o helloworld
                }

                do_install() {
	        install -d ${D}${bindir}
	        install -m 0755 helloworld ${D}${bindir}
                }
          +-------------------------------------------


                +-------------------------------------------
 Source file location: */home/siguser/workspace/bebot-apps/helloworld*


                                                              --hello.c


When i try to run *bitbake helloworld* from build it throws "Nothing
provides bitbake " error



P.S: My source file location is outside of poky and i gave source
location(S) in helloworld.bb


Any help or ideas?



Regards,

Zafrullah Syed

[-- Attachment #2: Type: text/html, Size: 5326 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-05-21 15:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-21  9:42 Hello world package error Zafrullah Syed
2013-05-21 10:04 ` Paul Barker
2013-05-21 10:12   ` Zafrullah Syed
2013-05-21 10:35     ` Paul Barker
2013-05-21 10:37       ` Paul Barker
2013-05-21 11:02         ` Zafrullah Syed
2013-05-21 11:08           ` Paul Barker
2013-05-21 15:31             ` Marco

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.