All of lore.kernel.org
 help / color / mirror / Atom feed
From: Trevor Woerner <twoerner@gmail.com>
To: Randy 'ayaka' Li <ayaka@soulik.info>
Cc: yocto@yoctoproject.org
Subject: Re: [PATCH 3/3] recipes-bsp/u-boot: update to the latest version
Date: Fri, 3 May 2019 23:06:38 -0400	[thread overview]
Message-ID: <20190504030638.GB26588@linux-uys3> (raw)
In-Reply-To: <20190424145918.26040-4-ayaka@soulik.info>

On Wed 2019-04-24 @ 10:59:18 PM, Randy 'ayaka' Li wrote:
> From: Randy Li <ayaka@soulik.info>
> 
> Signed-off-by: Randy Li <ayaka@soulik.info>
> ---
>  recipes-bsp/u-boot/u-boot-rockchip_git.bb | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
>  create mode 100644 recipes-bsp/u-boot/u-boot-rockchip_git.bb
> 
> diff --git a/recipes-bsp/u-boot/u-boot-rockchip_git.bb b/recipes-bsp/u-boot/u-boot-rockchip_git.bb
> new file mode 100644
> index 0000000..aa4b84d
> --- /dev/null
> +++ b/recipes-bsp/u-boot/u-boot-rockchip_git.bb
> @@ -0,0 +1,18 @@
> +# Copyright (C) 2019 SUMOMO Computer Assocation
> +# Released under the MIT license (see COPYING.MIT for the terms)
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> +
> +include u-boot-rockchip.inc
> +
> +DESCRIPTION = "Rockchip U-Boot"
> +
> +LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
> +
> +SRC_URI = " \
> +	git://github.com/rockchip-linux/u-boot.git;branch=release; \
> +	file://binutils-2.28-ld-fix.patch \
> +	file://gcc7_fixup.patch \
> +	"
> +
> +S = "${WORKDIR}/git"
> +PV = "v2019.01"

This doesn't even get past the fetching stage:

	WARNING: u-boot-rockchip-1_v2019.01-r0 do_fetch: Failed to fetch URL git://github.com/rockchip-linux/u-boot.git;branch=release;, attempting MIRRORS if available
	ERROR: u-boot-rockchip-1_v2019.01-r0 do_fetch: Fetcher failure: Unable to find revision 3c99166441bf3ea325af2da83cfe65430b49c066 in branch release even from upstream
	ERROR: u-boot-rockchip-1_v2019.01-r0 do_fetch: Fetcher failure for URL: 'git://github.com/rockchip-linux/u-boot.git;branch=release;'. Unable to fetch URL from any source.
	ERROR: u-boot-rockchip-1_v2019.01-r0 do_fetch:
	ERROR: u-boot-rockchip-1_v2019.01-r0 do_fetch: Function failed: base_do_fetch
	ERROR: Task (/opt/oe/configs/z/build-master/meta-rockchip/layers/meta-rockchip/recipes-bsp/u-boot/u-boot-rockchip_git.bb:do_fetch) failed with exit code '1'


  reply	other threads:[~2019-05-04  3:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-24 14:59 [meta-rockchip] [PATCH 0/3] fixup u-boot compiling error Randy 'ayaka' Li
2019-04-24 14:59 ` [PATCH 1/3] recipes-bsp/u-boot: fixup build for gcc7 Randy 'ayaka' Li
2019-05-04  3:02   ` Trevor Woerner
2019-05-04 10:44     ` ayaka
2019-04-24 14:59 ` [PATCH 2/3] recipes-bsp/u-boot: update build rules Randy 'ayaka' Li
2019-04-24 14:59 ` [PATCH 3/3] recipes-bsp/u-boot: update to the latest version Randy 'ayaka' Li
2019-05-04  3:06   ` Trevor Woerner [this message]
2019-05-04 10:43     ` ayaka
2019-05-06 13:31       ` Trevor Woerner
2019-05-08 16:19         ` ayaka
2019-05-08 17:30           ` Trevor Woerner
2019-06-18 15:52             ` ayaka

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=20190504030638.GB26588@linux-uys3 \
    --to=twoerner@gmail.com \
    --cc=ayaka@soulik.info \
    --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.