From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: "Burton, Ross" <ross.burton@intel.com>
Cc: OE-core <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 7/9] linux-yocto: aufs and systemtap
Date: Wed, 7 Mar 2018 10:06:13 -0500 [thread overview]
Message-ID: <8a99e9f3-22c8-8c6f-294d-302f79d8c2ed@windriver.com> (raw)
In-Reply-To: <CAJTo0Lahsa_Bnzuw2yXQypkfk+qSVxmuPP1YAJUKw5euzocL4w@mail.gmail.com>
On 03/07/2018 03:38 AM, Burton, Ross wrote:
> On 6 March 2018 at 18:11, Bruce Ashfield <bruce.ashfield@windriver.com
> <mailto:bruce.ashfield@windriver.com>> wrote:
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
> <http://linux-yocto-tiny_4.14.bb>
> b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
> <http://linux-yocto-tiny_4.14.bb>
> index ae9e7691367d..1ccbf6283e43 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
> <http://linux-yocto-tiny_4.14.bb>
> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
> <http://linux-yocto-tiny_4.14.bb>
> @@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.14.24"
> KMETA = "kernel-meta"
> KCONF_BSP_AUDIT_LEVEL = "2"
>
> -SRCREV_machine ?= "fccf7693fe5dd00d7b6d391b7405b5d58eb959f2"
> -SRCREV_meta ?= "426c8aa4862f95e84ec163b942b92726d3ef978f"
> +SRCREV_machine ?= "09828ddd8d8c91b2d68afdcd8eb99a48e0253582"
> +SRCREV_meta ?= "54b3e9b768651ca15bf65ae1c72dfe6d957285f0"
>
>
> ERROR: linux-yocto-tiny-4.14.24+gitAUTOINC+54b3e9b768_09828ddd8d-r0
> do_fetch: Fetcher failure: Unable to find revision
> 09828ddd8d8c91b2d68afdcd8eb99a48e0253582 in branch
> v4.14/standard/tiny/common-pc even from upstream
> ERROR: linux-yocto-tiny-4.14.24+gitAUTOINC+54b3e9b768_09828ddd8d-r0
> do_fetch: Fetcher failure for URL:
> 'git://git.yoctoproject.org/linux-yocto.git;branch=v4.14/standard/tiny/common-pc;name=machine
> <http://git.yoctoproject.org/linux-yocto.git;branch=v4.14/standard/tiny/common-pc;name=machine>'.
> Unable to fetch URL from any source.
> ERROR: linux-yocto-tiny-4.14.24+gitAUTOINC+54b3e9b768_09828ddd8d-r0
> do_fetch: Function failed: base_do_fetch
Odd. My merge of standard/tiny/base -> tiny* didn't go automatically.
Could have been the new branch naming. Either way, that SRCREV is
now valid for 4.14, and there's no patch to resend.
Bruce
------
[/home/bruc...-yocto.git]> kgit-merge v4.14/standard/tiny/base
:v4.14/standard/tiny
Already up-to-date.
Already up-to-date!
Merge made by the 'recursive' strategy.
Already up-to-date!
Merge made by the 'recursive' strategy.
Switched to branch 'v4.14/standard/tiny/base'
[/home/bruc...-yocto.git]> git branch --contains
09828ddd8d8c91b2d68afdcd8eb99a48e0253582
* v4.14/standard/tiny/base
v4.14/standard/tiny/common-pc
v4.14/standard/tiny/intel
[/home/bruc...-yocto.git]> git push origin
Counting objects: 2, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (2/2), 336 bytes | 0 bytes/s, done.
Total 2 (delta 1), reused 0 (delta 0)
To ssh://git@git.yoctoproject.org/linux-yocto.git
69908a02e1e9..59628e3129a3 v4.14/standard/tiny/common-pc ->
v4.14/standard/tiny/common-pc
23d712fdbb9b..6a5e7b08591d v4.14/standard/tiny/intel ->
v4.14/standard/tiny/intel
>
> Ross
next prev parent reply other threads:[~2018-03-07 15:06 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-06 18:11 [PATCH 0/9] kernel-yocto: consolidated pull request Bruce Ashfield
2018-03-06 18:11 ` [PATCH 1/9 v3] kernel-devsrc: restructure for out of tree (and on target) module builds Bruce Ashfield
2018-03-07 8:40 ` Burton, Ross
2018-03-07 13:35 ` Bruce Ashfield
2018-03-08 18:51 ` Richard Purdie
2018-03-15 13:45 ` Bruce Ashfield
2018-03-29 13:30 ` Richard Purdie
2018-03-06 18:11 ` [PATCH 2/9] linux-libc-headers: update to 4.15.7 Bruce Ashfield
2018-03-06 18:11 ` [PATCH 3/9] linux-yocto/4.15: update to v4.15.7 Bruce Ashfield
2018-03-06 18:11 ` [PATCH 4/9] linux-yocto/4.14: update to v4.14.24 Bruce Ashfield
2018-03-06 18:11 ` [PATCH 5/9] linux-yocto/4.12: fix aufs compile warning Bruce Ashfield
2018-03-06 18:11 ` [PATCH 6/9] linux-yocto/4.12: memleak and build warning fixes Bruce Ashfield
2018-03-06 18:11 ` [PATCH 7/9] linux-yocto: aufs and systemtap Bruce Ashfield
2018-03-07 8:38 ` Burton, Ross
2018-03-07 13:39 ` Bruce Ashfield
2018-03-07 15:06 ` Bruce Ashfield [this message]
2018-03-07 15:35 ` Burton, Ross
2018-03-14 12:41 ` Burton, Ross
2018-03-14 12:46 ` Bruce Ashfield
2018-03-14 12:50 ` Burton, Ross
2018-03-14 15:11 ` Bruce Ashfield
2018-03-06 18:11 ` [PATCH 8/9] linux-yocto/4.12: warning: drm/i915/cfl: Coffee Lake works on Kaby Lake PCH Bruce Ashfield
2018-03-06 18:11 ` [PATCH 9/9] kernel: make copying of crtsavres.o conditional Bruce Ashfield
2018-03-06 18:33 ` ✗ patchtest: failure for kernel-yocto: consolidated pull request Patchwork
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=8a99e9f3-22c8-8c6f-294d-302f79d8c2ed@windriver.com \
--to=bruce.ashfield@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=ross.burton@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox