Re: [yocto] Hello world-Checksum error

2013-06-04 Thread Michael Stickel
Hi This is the checksum over the archive. If this is your own recipe and has no checksum yet, just add the two lines to your recipe (for example right after the SRC_URI line): SRC_URI[md5sum] = "fc01b05c7f943d3c42124942a2a9bb3a" SRC_URI[sha256sum] = "fd593b5bcf6d1bb6d7d1bb7eefdccdc0010cf2c49

Re: [yocto] Hello world-Checksum error

2013-06-04 Thread Zafrullah Syed
Hi, I followed all the instructions and i started my build again. Build successfully started and struck with Hello md5sum error. ERROR: Fetcher failure for URL: ' ftp://ftp.gnu.org/gnu/hello/hello-2.7.tar.gz'. No checksum specified for /home/siguser/yocto2013-05-21/build/downloads/hello-2.7.tar.g

Re: [yocto] Hello world-Checksum error

2013-06-04 Thread michael
> I think yes. I usually give just *source oe-init-build-env *command, this > is how i used earlier and failed. May be that is the reason it has created > another build directory in /poky. We have a script for that in our build directory that we source and that calls oe-init-build-env relatively.

Re: [yocto] Hello world-Checksum error

2013-06-04 Thread Paul Eggleton
On Tuesday 04 June 2013 15:42:06 Zafrullah Syed wrote: > On Tue, Jun 4, 2013 at 3:26 PM, Paul Eggleton wrote: > > Yes, conf/bblayers.conf is supposed to be in the build directory; and > > whichever build directory you are actually using. The build directory can > > be anywhere, but you shouldn't r

Re: [yocto] Hello world-Checksum error

2013-06-04 Thread Zafrullah Syed
I think yes. I usually give just *source oe-init-build-env *command, this is how i used earlier and failed. May be that is the reason it has created another build directory in /poky. What should be the command before building? i guess this( TEMPLATECONF=meta-gumstix-extras/conf source ./poky/oe-ini

Re: [yocto] Hello world-Checksum error

2013-06-04 Thread Paul Eggleton
On Tuesday 04 June 2013 15:19:49 Zafrullah Syed wrote: > On Tue, Jun 4, 2013 at 12:58 PM, Paul Eggleton < > paul.eggle...@linux.intel.com> wrote: > > On Tuesday 04 June 2013 12:42:12 Zafrullah Syed wrote: > > > previously, I successfully build *gumstix-console-image* and I have > > > > created > >

Re: [yocto] Hello world-Checksum error

2013-06-04 Thread Zafrullah Syed
On Tue, Jun 4, 2013 at 12:58 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Tuesday 04 June 2013 12:42:12 Zafrullah Syed wrote: > > previously, I successfully build *gumstix-console-image* and I have > created > > *meta-bebot* folder for my recipe. > > > > My Yocto tree as follows:

Re: [yocto] Hello world-Checksum error

2013-06-04 Thread Paul Eggleton
On Tuesday 04 June 2013 12:42:12 Zafrullah Syed wrote: > previously, I successfully build *gumstix-console-image* and I have created > *meta-bebot* folder for my recipe. > > My Yocto tree as follows: > > Yocto > --build >--conf >--bblayers.conf ( I added /home/siguser/yocto2013-05-08

Re: [yocto] Hello world-Checksum error

2013-06-04 Thread Zafrullah Syed
Hi all, I am in a serious *problem* of unable to add a recipe and build an image. previously, I successfully build *gumstix-console-image* and I have created *meta-bebot* folder for my recipe. My Yocto tree as follows: Yocto --build --conf --bblayers.conf ( I added /home/siguser/yoct

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Satya Swaroop Damarla
Hi, Please remove the $ sign in SRC_URI and retry building the package.. I think it is the issue On Tue, May 28, 2013 at 1:46 PM, Zafrullah Syed wrote: > Hi all, > > I am trying to add Hello world recipe, everything was going good but after > giving bitbake command it breaks with the following

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Paul Eggleton
On Tuesday 28 May 2013 15:45:10 Zafrullah Syed wrote: > Error corrected. Thank You. > > Do we need to add IMAGE_INSTALL += " hello " and EXTRA_IMAGE_FEATURES += " > hello " to yocto/build/conf/local.conf or yocto/poky/build/conf/local.conf > before running build? If you want it installed into an

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Zafrullah Syed
Hi all, Error corrected. Thank You. Do we need to add IMAGE_INSTALL += " hello " and EXTRA_IMAGE_FEATURES += " hello " to yocto/build/conf/local.conf or yocto/poky/build/conf/local.conf before running build? On Tue, May 28, 2013 at 2:36 PM, Erik Botö wrote: > On Tue, May 28, 2013 at 2:32 P

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Erik Botö
On Tue, May 28, 2013 at 2:32 PM, Zafrullah Syed wrote: > Hi Paul, > > It's the same error: > > ERROR: ExpansionError during parsing > /home/siguser/yocto2013-05-08/poky/meta-bebot/recipes-bebot/hello/hello.bb: > Failure expanding expression ${@bb.fetch.get_checksum_file_list(d)} which > triggered

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Zafrullah Syed
Hi Paul, It's the same error: ERROR: ExpansionError during parsing /home/siguser/yocto2013-05-08/poky/meta-bebot/recipes-bebot/hello/hello.bb: Failure expanding expression ${@bb.fetch.get_checksum_file_list(d)} which triggered exception NoMethodError: Could not find a fetcher which supports the U

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Paul Eggleton
On Tuesday 28 May 2013 13:46:26 Zafrullah Syed wrote: > I am trying to add Hello world recipe, everything was going good but after > giving bitbake command it breaks with the following error: > > siguser@siguser:~/yocto2013-05-08/poky/build$ *bitbake gumstix-console-image > * > > ERROR: Expansio

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Usman, Fahad
On 05/28/2013 04:46 PM, Zafrullah Syed wrote: *My hello.bb file is*: DESCRIPTION = "GNU Helloworld application" SECTION = "examples" LICENSE = "GPLv3+" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" PR = "r0" SRC_URI = "${ftp://ftp.gnu.org/gnu}/hello/h

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Zafrullah Syed
I removed $ sign in SRC_URI and ran build again, following is the same error: ERROR: ExpansionError during parsing /home/siguser/yocto2013-05-08/poky/meta-bebot/recipes-bebot/hello/hello.bb: Failure expanding expression ${@bb.fetch.get_checksum_file_list(d)} which triggered exception NoMethodErro

[yocto] Hello world-Checksum error

2013-05-28 Thread Zafrullah Syed
Hi all, I am trying to add Hello world recipe, everything was going good but after giving bitbake command it breaks with the following error: siguser@siguser:~/yocto2013-05-08/poky/build$ *bitbake gumstix-console-image * ERROR: ExpansionError during parsing /home/siguser/yocto2013-05-08/poky/me