All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Pavao <stevep@korgrd.com>
To: yocto@yoctoproject.org
Subject: Re: custom linux kernel recipe fails
Date: Fri, 27 Jul 2018 13:19:34 -0400	[thread overview]
Message-ID: <8C7D6A66-73BF-4F5D-8344-E242BAFAB02F@korgrd.com> (raw)
In-Reply-To: <4B83820E-84AB-43C5-9458-18EF4BCB3EFD@korgrd.com>

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

On Jul 26, 2018, at 12:56 PM, Steve Pavao <stevep@korgrd.com> wrote:
> 
> I’m trying to build using a custom 64-bit kernel at head of sumo, but I get an error.  It seems that SRCPV cannot be resolved.    Please send any ideas you may have about how I may adapt my recipe to get it to work.

[snip portion of recipe]

> SRC_URI = "http://gitlab.denx.de/Xenomai/ipipe-arm64;protocol=http;branch=master;nocheckout=1 <http://gitlab.denx.de/Xenomai/ipipe-arm64;protocol=http;branch=master;nocheckout=1>"
> SRCREV = "133bbf97672ff6e72fc21784b8ae44b194b76626"



I was able to avoid the error by using the following line for the SRC_URI instead:

SRC_URI = "git://gitlab.denx.de/Xenomai/ipipe-arm64;protocol=http <git://gitlab.denx.de/Xenomai/ipipe-arm64;protocol=http>”

- Steve


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

      parent reply	other threads:[~2018-07-27 17:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-26 16:56 custom linux kernel recipe fails Steve Pavao
2018-07-27  1:57 ` ChenQi
2018-07-27 13:02   ` Steve Pavao
2018-07-27 17:19 ` Steve Pavao [this message]

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=8C7D6A66-73BF-4F5D-8344-E242BAFAB02F@korgrd.com \
    --to=stevep@korgrd.com \
    --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.