All of lore.kernel.org
 help / color / mirror / Atom feed
From: "SIVA SUBRAMANIAN.P" <psiva87@gmail.com>
To: 张健 <jackzhang1992@t.shu.edu.cn>
Cc: yocto <yocto@yoctoproject.org>
Subject: Re: [meta-raspberrypi] errors when I "bitbake" an image for my rpi2 B+ board
Date: Wed, 3 Feb 2016 11:19:21 +0530	[thread overview]
Message-ID: <CAOorjZRWEv7-UuHY_2cj_Ka0m+w1DkihH+agJFA--pW==zsbOQ@mail.gmail.com> (raw)
In-Reply-To: <tencent_20A63B0F0423506A7CA4FA64@qq.com>

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

Hi Jack,
How about wget or curl of those urls, are you able to reach it? Also, see
if explorer redirects this to https or other protocol?

Regards,
Sivasubramanian

On Wed, Feb 3, 2016 at 8:11 AM, 张健 <jackzhang1992@t.shu.edu.cn> wrote:

> [meta-raspberrypi]
> Hi,every one.
> I'm trying to use meta-raspberrypi layer to build an image for my
> raspberrypi2 B+ board.
>
> After I download poky,I git clone meta-raspberrypi layer as follows: "git
> clone git://git.yoctoproject.org/meta-raspberrypi"
> Then I totally follow the README in the meta-raspberrypi directory as
> follows:
> "
> .........
> How to use it:
>
> 1. source poky/oe-init-build-env rpi-build
> 2. Add needed layer to bblayers.conf:
>     - meta-raspberrypi
> 3  Set MACHINE to "raspberrypi"/"raspberrypi2" in local.conf  (I set
> machine to be "raspberrypi2" here)
> 4. bitbake rpi-hwup-image
> 5. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is
> used)
> 6. Boot your RPI.
> "
>
> but it comes out with several errors after "bitbake", I don't know why, warnings
> and errors are as follows:
> "
> WARNING: Failed to fetch URL
> ftp://invisible-island.net/ncurses/current/ncurses-5.9-20150329.tgz,
> attempting MIRRORS if available
> WARNING: Failed to fetch URL
> http://kernel.org/pub/linux/kernel/v4.x/linux-4.1.tar.xz, attempting
> MIRRORS if available
> ERROR: Fetcher failure: Fetch command failed with exit code 4, output:
> wget: unable to resolve host address 'kernel.org'
>
> ERROR: Function failed: Fetcher failure for URL: '
> http://kernel.org/pub/linux/kernel/v4.x/linux-4.1.tar.xz'. Unable to
> fetch URL from any source.
> ERROR: Logfile of failure stored in:
> /home/jackzhang1992/poky/build/tmp/work/cortexa7hf-vfp-vfpv4-neon-poky-linux-gnueabi/linux-libc-headers/4.1-r0/temp/log.do_fetch.8031
> ERROR: Task 961
> (/home/jackzhang1992/poky/meta/recipes-kernel/linux-libc-headers/
> linux-libc-headers_4.1.bb, do_fetch) failed with exit code '1'
> WARNING: Failed to fetch URL
> http://ymorin.is-a-geek.org/download/kconfig-frontends/kconfig-frontends-3.12.0.0.tar.xz,
> attempting MIRRORS if available
> ERROR: Fetcher failure: Fetch command failed with exit code 4, output:
> wget: unable to resolve host address 'ymorin.is-a-geek.org'
>
> ERROR: Function failed: Fetcher failure for URL: '
> http://ymorin.is-a-geek.org/download/kconfig-frontends/kconfig-frontends-3.12.0.0.tar.xz'.
> Unable to fetch URL from any source.
> ERROR: Logfile of failure stored in:
> /home/jackzhang1992/poky/build/tmp/work/i686-linux/kconfig-frontends-native/3.12.0.0-r0/temp/log.do_fetch.8067
> ERROR: Task 728
> (virtual:native:/home/jackzhang1992/poky/meta/recipes-devtools/kconfig-frontends/
> kconfig-frontends_3.12.0.0.bb, do_fetch) failed with exit code '1'
> WARNING: Failed to fetch URL
> http://dotat.at/prog/unifdef/unifdef-2.10.tar.xz, attempting MIRRORS if
> available
> NOTE: Tasks Summary: Attempted 152 tasks of which 0 didn't need to be
> rerun and 2 failed.
> "
>
> According to the errors, It seams there are many fetcher failures,but when
> I copy the link such as"
> http://kernel.org/pub/linux/kernel/v4.x/linux-4.1.tar.xz"  to my firefox
> explorer, It could find the files. It is very weird.
>
>
> If you have any idea about it, pls contact with me.
> Thanks
>
>
> Jack
> Shanghai
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>

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

  reply	other threads:[~2016-02-03  5:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-03  2:41 [meta-raspberrypi] errors when I "bitbake" an image for my rpi2 B+ board 张健
2016-02-03  5:49 ` SIVA SUBRAMANIAN.P [this message]
2016-02-03  6:33   ` [meta-raspberrypi] errors when I "bitbake" an image formy " 张健
2016-02-03  8:28     ` Karim ATIKI
2016-02-04  4:25       ` [meta-raspberrypi] errors when I "bitbake" an image formyrpi2 " 张健
2016-02-04  8:37         ` Karim ATIKI

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='CAOorjZRWEv7-UuHY_2cj_Ka0m+w1DkihH+agJFA--pW==zsbOQ@mail.gmail.com' \
    --to=psiva87@gmail.com \
    --cc=jackzhang1992@t.shu.edu.cn \
    --cc=yocto@yoctoproject.org \
    /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.