All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: Zafrullah Syed <zafrullahmehdi@gmail.com>
Cc: yocto@yoctoproject.org
Subject: Re: Hello world-Checksum error
Date: Tue, 28 May 2013 13:14:46 +0100	[thread overview]
Message-ID: <1430863.Eq8UUOJMnE@helios> (raw)
In-Reply-To: <CAAGt+t1SvAkQik=jAr5xPPBe7NE-VOwbDhLTnszst7NKF5W5TA@mail.gmail.com>

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 <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"

That should be:

SRC_URI = "ftp://ftp.gnu.org/gnu}/hello/hello-2.7.tar.gz"

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


  parent reply	other threads:[~2013-05-28 12:14 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1430863.Eq8UUOJMnE@helios \
    --to=paul.eggleton@linux.intel.com \
    --cc=yocto@yoctoproject.org \
    --cc=zafrullahmehdi@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.