All of lore.kernel.org
 help / color / mirror / Atom feed
* Hello world-Checksum error
@ 2013-05-28 11:46 Zafrullah Syed
  2013-05-28 11:57 ` Satya Swaroop Damarla
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Zafrullah Syed @ 2013-05-28 11:46 UTC (permalink / raw)
  To: yocto

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

Hi all,

I am trying to add Hello world recipe, everything was going good but after
giving bitbake <target> 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/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 URL: '${ftp://ftp.gnu.org/gnu}/hello/hello-${2.7}.tar.gz'
ERROR: Command execution failed: Exited with 1


*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/hello-${2.7}.tar.gz"
inherit autotools gettext

I downloaded hello-2.7.tar.gz -> extracted -> ran md5sum against COPYING ->
got md5 -> added that md5 to my hello.bb file.
Any ideas where I am doing wrong?


-- 
Regards,
Zafrullah Syed

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

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

end of thread, other threads:[~2013-06-04 20:02 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-28 11:46 Hello world-Checksum error Zafrullah Syed
2013-05-28 11:57 ` Satya Swaroop Damarla
2013-05-28 12:03   ` Zafrullah Syed
2013-05-28 12:05 ` Usman, Fahad
2013-05-28 12:14 ` Paul Eggleton
2013-05-28 12:32   ` Zafrullah Syed
2013-05-28 12:36     ` Erik Botö
2013-05-28 13:45       ` Zafrullah Syed
2013-05-28 13:54         ` Paul Eggleton
2013-06-04 10:42           ` Zafrullah Syed
2013-06-04 10:58             ` Paul Eggleton
2013-06-04 13:19               ` Zafrullah Syed
2013-06-04 13:26                 ` Paul Eggleton
2013-06-04 13:42                   ` Zafrullah Syed
2013-06-04 13:57                     ` Paul Eggleton
2013-06-04 19:45                       ` Zafrullah Syed
2013-06-04 20:01                         ` Michael Stickel
2013-06-04 16:19                     ` michael

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.