* [PATCH] linux-yocto-dev: bump to v3.14-rc4
@ 2014-02-28 14:28 Bruce Ashfield
2014-02-28 18:41 ` Bruce Ashfield
0 siblings, 1 reply; 5+ messages in thread
From: Bruce Ashfield @ 2014-02-28 14:28 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Updating the version of linux-yocto-dev to reflect the integration of
the 3.14-rc4 kernel.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb
index 2b8c0556d0ed..5e097203e209 100644
--- a/meta/recipes-kernel/linux/linux-yocto-dev.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb
@@ -43,7 +43,7 @@ python () {
d.setVar("SRCREV_meta", "${AUTOREV}")
}
-LINUX_VERSION ?= "3.13+"
+LINUX_VERSION ?= "3.14+"
LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}"
PV = "${LINUX_VERSION}+git${SRCPV}"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] linux-yocto-dev: bump to v3.14-rc4
2014-02-28 14:28 [PATCH] linux-yocto-dev: bump to v3.14-rc4 Bruce Ashfield
@ 2014-02-28 18:41 ` Bruce Ashfield
2014-02-28 22:42 ` Richard Purdie
0 siblings, 1 reply; 5+ messages in thread
From: Bruce Ashfield @ 2014-02-28 18:41 UTC (permalink / raw)
To: Richard Purdie; +Cc: Patches and discussions about the oe-core layer
FYI: Some extended testing with my image-core-kernel-dev image type
has shown that lttng and perf have some build issues, so we are
finding the issues that we wanted to with this -dev kernel :)
Cheers,
Bruce
On Fri, Feb 28, 2014 at 9:28 AM, Bruce Ashfield
<bruce.ashfield@windriver.com> wrote:
> Updating the version of linux-yocto-dev to reflect the integration of
> the 3.14-rc4 kernel.
>
> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
> ---
> meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb
> index 2b8c0556d0ed..5e097203e209 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-dev.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb
> @@ -43,7 +43,7 @@ python () {
> d.setVar("SRCREV_meta", "${AUTOREV}")
> }
>
> -LINUX_VERSION ?= "3.13+"
> +LINUX_VERSION ?= "3.14+"
> LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}"
> PV = "${LINUX_VERSION}+git${SRCPV}"
>
> --
> 1.8.1.2
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] linux-yocto-dev: bump to v3.14-rc4
2014-02-28 18:41 ` Bruce Ashfield
@ 2014-02-28 22:42 ` Richard Purdie
2014-03-01 1:54 ` Bruce Ashfield
0 siblings, 1 reply; 5+ messages in thread
From: Richard Purdie @ 2014-02-28 22:42 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: Patches and discussions about the oe-core layer
On Fri, 2014-02-28 at 13:41 -0500, Bruce Ashfield wrote:
> FYI: Some extended testing with my image-core-kernel-dev image type
> has shown that lttng and perf have some build issues, so we are
> finding the issues that we wanted to with this -dev kernel :)
Yes, the autobuilder has shown up a raft of issues in that area.
http://autobuilder.yoctoproject.org/main/tgrid
the line starting 7a30f308b07... is pretty much all kernel related from
the dev kernel.
Cheers,
Richard
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] linux-yocto-dev: bump to v3.14-rc4
2014-02-28 22:42 ` Richard Purdie
@ 2014-03-01 1:54 ` Bruce Ashfield
2014-03-02 17:56 ` Richard Purdie
0 siblings, 1 reply; 5+ messages in thread
From: Bruce Ashfield @ 2014-03-01 1:54 UTC (permalink / raw)
To: Richard Purdie; +Cc: Patches and discussions about the oe-core layer
On Fri, Feb 28, 2014 at 5:42 PM, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
> On Fri, 2014-02-28 at 13:41 -0500, Bruce Ashfield wrote:
>> FYI: Some extended testing with my image-core-kernel-dev image type
>> has shown that lttng and perf have some build issues, so we are
>> finding the issues that we wanted to with this -dev kernel :)
>
> Yes, the autobuilder has shown up a raft of issues in that area.
>
> http://autobuilder.yoctoproject.org/main/tgrid
>
> the line starting 7a30f308b07... is pretty much all kernel related from
> the dev kernel.
Yep, I consider the kernel available to BSp writers at the moment, the rest of
the failures need to be addressed by updating and fixing the packages.
That being said, I can never make heads or tails of those autobuilder
summaries .. what exactly would I click on to see if my builds and the
autobuilder have the same packages causing problems ?
Bruce
>
> Cheers,
>
> Richard
>
--
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] linux-yocto-dev: bump to v3.14-rc4
2014-03-01 1:54 ` Bruce Ashfield
@ 2014-03-02 17:56 ` Richard Purdie
0 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2014-03-02 17:56 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: Patches and discussions about the oe-core layer
On Fri, 2014-02-28 at 20:54 -0500, Bruce Ashfield wrote:
> On Fri, Feb 28, 2014 at 5:42 PM, Richard Purdie
> <richard.purdie@linuxfoundation.org> wrote:
> > On Fri, 2014-02-28 at 13:41 -0500, Bruce Ashfield wrote:
> >> FYI: Some extended testing with my image-core-kernel-dev image type
> >> has shown that lttng and perf have some build issues, so we are
> >> finding the issues that we wanted to with this -dev kernel :)
> >
> > Yes, the autobuilder has shown up a raft of issues in that area.
> >
> > http://autobuilder.yoctoproject.org/main/tgrid
> >
> > the line starting 7a30f308b07... is pretty much all kernel related from
> > the dev kernel.
>
> Yep, I consider the kernel available to BSp writers at the moment, the rest of
> the failures need to be addressed by updating and fixing the packages.
>
> That being said, I can never make heads or tails of those autobuilder
> summaries .. what exactly would I click on to see if my builds and the
> autobuilder have the same packages causing problems ?
On the above link you can see the horizontal line of boxes corresponding
to "7a30f308b07...". Each red box on that line is a failaure in that
build. "nightly" is a trigger of the others skip that one and click on
the "failed \n BuildImages \n Running Sanity Tests". You'll see some
"stdio" links under the failed targets. Click that and you'll see the
output of the failed build. Obviously if the image fails to build, the
sanity tests fail too so you'd usually start at the first red item.
I appreciate this navigation is a pain, its just what we have right now.
There is an error reporting tool (combination of a pastebin and
kerneloops.org) in the process of being deployed which should make this
much easier in future.
Cheers,
Richard
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-03-02 17:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-28 14:28 [PATCH] linux-yocto-dev: bump to v3.14-rc4 Bruce Ashfield
2014-02-28 18:41 ` Bruce Ashfield
2014-02-28 22:42 ` Richard Purdie
2014-03-01 1:54 ` Bruce Ashfield
2014-03-02 17:56 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox