From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Bruce Ashfield <bruce.ashfield@gmail.com>
Cc: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 0/4] linux-yocto: build changes, 4.1 and libc-headers
Date: Thu, 23 Jul 2015 15:14:15 +0100 [thread overview]
Message-ID: <1437660855.821.121.camel@linuxfoundation.org> (raw)
In-Reply-To: <CADkTA4N76E2P5vL=6SuM5xqveotp1tpYon0HN0M8CMa2aXrN7w@mail.gmail.com>
On Thu, 2015-07-23 at 09:10 -0400, Bruce Ashfield wrote:
> On Thu, Jul 23, 2015 at 3:56 AM, Richard Purdie
> <richard.purdie@linuxfoundation.org> wrote:
> > On Wed, 2015-07-22 at 15:48 -0400, Bruce Ashfield wrote:
> >> On Wed, Jul 22, 2015 at 10:03 AM, Bruce Ashfield
> >> <bruce.ashfield@gmail.com> wrote:
> >> > On Tue, Jul 21, 2015 at 11:21 AM, Bruce Ashfield
> >> > <bruce.ashfield@windriver.com> wrote:
> >> >> Hi all,
> >> >>
> >> >> This series absolutely needs some more testing and runs through the
> >> >> autobuilder, but I've done pretty much all I can do with it here.
> >> >>
> >> >> I have more changes to the build process that will follow this, but
> >> >> these changes need to show that they are stable, so here's the first
> >> >> blast.
> >> >>
> >> >> With this series:
> >> >>
> >> >> - I create the 4.1, and 4.1-rt linux-yocto content. This will be
> >> >> the new LTSI kernel. Deletion of 3.14 and 3.19 will follow once
> >> >> all machines have been moved forward.
> >> >>
> >> >> - libc-headers updated to match the 4.1 kernel version.
> >> >>
> >> >> And the one that could cause some issues/compatibility issues is the
> >> >> split of the kernel configuration data from the kernel tree itself.
> >> >>
> >> >> From the commit log:
> >> >>
> >> >> The linux-yocto tree has always been a combined set of kernel changes
> >> >> and configuration (meta) data carried in a single tree. While this
> >> >> format is effective at keeping kernel configuration and source
> >> >> modifications synchronized, it isn't always obvious to developers on
> >> >> how to manipulate the meta data versus the source.
> >> >>
> >> >> With this change, we remove the meta data processing from the
> >> >> kernel-yocto class and use the external meta-data repository that
> >> >> has always been used to seed the linux-yocto meta branch.
> >> >>
> >> >> After this change, linux-yocto can no longer process combined trees,
> >> >> and is simplified as a result.
> >> >>
> >> >> I'm interested to find out if we get any breakages or severe compability
> >> >> issues with the change. I don't want to support both variants of the
> >> >> meta data (in and out of tree), since the goal is to reduce complexity
> >> >> in the code. Once this change lands, I'll further streamline things.
> >> >>
> >> >> I've built core-image-kernel-dev and boot tested the qemu* machines.
> >> >> qemuppc continues to show a boot failure with systemd, but we have a
> >> >> bugzilla to track that.
> >> >>
> >> >> I'm now doing graphical testing, but wanted to get this out and soaking
> >> >> for other images types while I wait for builds to churn.
> >> >
> >> > As a follow up, my qemuarm boots that worked on Friday, are now hanging.
> >> > I'm bisecting to find out what happened.
> >>
> >> And a final follow up.
> >>
> >> qemuarm (console and graphics) works fine .. but only if you use gcc
> >> 4.9.x, gcc 5.1
> >> is doing something evil.
> >>
> >> We've looked into this in the past, so it is a known issue, but I need
> >> to handle these
> >> separately.
> >
> > We got the results of a run of those changes through the autobuilder
> > without the noise of other failures. The error reporting system shows:
> >
> > http://errors.yoctoproject.org/Errors/Search/?items=10&query=d687cdfd04f3d97923c93239ea902bb38e2ea336
> >
> > and I believe we have the following issues:
> >
> > a) qemux86/qemux86-64 are throwing warnings about errors in logs
> > b) perf has some weird make race
> > c) the qemuarm build looks like qemu either segfaulted or was killed
> > d) we're occasionally seeing 3.19 and 3.14 fetch failures:
> > https://autobuilder.yoctoproject.org/main/builders/nightly-intel-gpl/builds/394/steps/BuildImages/logs/stdio
> > https://autobuilder.yoctoproject.org/main/builders/nightly-oe-selftest/builds/87/steps/Running%20oe-selftest/logs/stdio
>
> I explained to Ross that dependent layers need to be updated if they set
> their own SRCREV_meta, since the repository is completely different. I
> sent a patch for meta-intel to deal with it. Obviously, I only built with the
> core BSPs during testing.
That could explain d). I believe c) is from the ongoing selftest issues
we're having and I we've work in progress for that. That leaves a) and
b) to look into and fix.
> I'll definitely need help on these, since I wasn't seeing any of these issues
> during my testing. Otherwise, this won't be done until September (vacation
> and other issues to deal with).
>
> But I'll see what I can do.
>
> I unfortunately can't merge anything but critical kernel patches until
> these go in as well
> since the meta branch is gone in the new scripts, which means SRCREV_meta is
> a constant conflict.
a) should be straightfoward to fix, its just updating the message
whitelists (again).
b) I'm less sure about. Are there any race fixes in mainline for perf?
Hard to believe others don't see that one.
Cheers,
Richard
next prev parent reply other threads:[~2015-07-23 14:14 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-21 15:21 [PATCH 0/4] linux-yocto: build changes, 4.1 and libc-headers Bruce Ashfield
2015-07-21 15:21 ` [PATCH 1/4] linux-yocto: split meta data from kernel repository Bruce Ashfield
2015-07-21 15:21 ` [PATCH 2/4] kern-tools: standalone tree configuration Bruce Ashfield
2015-07-21 15:21 ` [PATCH 3/4] linux-libc-headers: update to 4.1 Bruce Ashfield
2015-07-21 15:21 ` [PATCH 4/4] linux-yocto: introduce 4.1 versioned recipes Bruce Ashfield
2015-07-22 14:03 ` [PATCH 0/4] linux-yocto: build changes, 4.1 and libc-headers Bruce Ashfield
2015-07-22 19:48 ` Bruce Ashfield
2015-07-23 7:56 ` Richard Purdie
2015-07-23 13:10 ` Bruce Ashfield
2015-07-23 14:14 ` Richard Purdie [this message]
2015-07-23 15:01 ` Bruce Ashfield
2015-07-23 22:18 ` Burton, Ross
2015-07-24 22:42 ` Richard Purdie
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=1437660855.821.121.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=bruce.ashfield@gmail.com \
--cc=openembedded-core@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox