All of lore.kernel.org
 help / color / mirror / Atom feed
* 1.4_M6.rc1 started
@ 2013-04-10 22:48 Flanagan, Elizabeth
  2013-04-11  2:34 ` Trevor Woerner
  2013-04-11  8:38 ` Richard Purdie
  0 siblings, 2 replies; 7+ messages in thread
From: Flanagan, Elizabeth @ 2013-04-10 22:48 UTC (permalink / raw)
  To: yocto@yoctoproject.org

Our first release candidate for dylan has been started. It will be
available this evening at:
http://autobuilder.yoctoproject.org/pub/nightly/20130410-1

Repo               Branch      Hash
poky                dylan         adb63ca02348af72a30cef2f20de2234b74a7200
meta-intel       dylan         fd58fb07cf4fcc0553d0608f5688fc03e41ea15c
meta-qt3         dylan         4c27cce6688aa39852f3cba5e7b80ec279019605
meta-fsl-arm  dylan         5b8683ad04d63f0d5b2638cac245bff28468b634
meta-fsl-ppc   master      3312fd5ce9caced68eff577cd0e83ff1471b0612
eclipse-poky   dylan         e5172830f61b7dcc3ac03d18a03e63389c6b4629

So far everything looks pretty green. I'll have tags up tonight once
it completes.

--
Elizabeth Flanagan
Yocto Project
Build and Release


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 1.4_M6.rc1 started
  2013-04-10 22:48 1.4_M6.rc1 started Flanagan, Elizabeth
@ 2013-04-11  2:34 ` Trevor Woerner
  2013-04-11  2:41   ` Bruce Ashfield
  2013-04-11  8:38 ` Richard Purdie
  1 sibling, 1 reply; 7+ messages in thread
From: Trevor Woerner @ 2013-04-11  2:34 UTC (permalink / raw)
  To: Flanagan, Elizabeth; +Cc: yocto@yoctoproject.org

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

On Wed, Apr 10, 2013 at 6:48 PM, Flanagan, Elizabeth
<elizabeth.flanagan@intel.com> wrote:
> Our first release candidate for dylan has been started.
>
> Repo               Branch      Hash
> poky                dylan         adb63ca02348af72a30cef2f20de2234b74a7200

I did a little bit of my own ad-hoc testing and wanted to share my
results. Maybe others could give it a try and see if they come up with
the same?

Checking out the dylan branch of poky I just wanted to perform a
simple "bitbake console-image-minimal" for each of the supported qemu
targets, run the resulting image under qemu, log in as root, and run
"uname -a".

Here are my results:

qemux86
        bitbake core-image-minimal
                - okay
        runqemu qemux86
                - okay

qemuarm
        bitbake core-image-minimal
                - okay
        runqemu qemuarm
                - segfault

qemumips
        bitbake core-image-minimal
                - okay
        runqemu qemumips
                - couldn't log in on main terminal
                - but could log in using Ctrl+Alt+3 terminal

qemuppc
        bitbake core-image-minimal
                - okay
        runqemu qemuppc
                - okay

qemux86-64
        bitbake core-image-minimal
                - okay
        runqemu qemux86-64
                - okay

I have attached a png of my qemuarm output. Right now I'm deleting its
tmp directory and trying again.

Next I want to try a "bitbake world" of all the targets to see whether
they can all succeed (they did a couple commits ago).

[-- Attachment #2: qemuarm.png --]
[-- Type: image/png, Size: 15173 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 1.4_M6.rc1 started
  2013-04-11  2:34 ` Trevor Woerner
@ 2013-04-11  2:41   ` Bruce Ashfield
  2013-04-11  3:21     ` Trevor Woerner
  0 siblings, 1 reply; 7+ messages in thread
From: Bruce Ashfield @ 2013-04-11  2:41 UTC (permalink / raw)
  To: Trevor Woerner; +Cc: yocto@yoctoproject.org

On 13-04-10 10:34 PM, Trevor Woerner wrote:
> On Wed, Apr 10, 2013 at 6:48 PM, Flanagan, Elizabeth
> <elizabeth.flanagan@intel.com>  wrote:
>> Our first release candidate for dylan has been started.
>>
>> Repo               Branch      Hash
>> poky                dylan         adb63ca02348af72a30cef2f20de2234b74a7200
>
> I did a little bit of my own ad-hoc testing and wanted to share my
> results. Maybe others could give it a try and see if they come up with
> the same?
>
> Checking out the dylan branch of poky I just wanted to perform a
> simple "bitbake console-image-minimal" for each of the supported qemu
> targets, run the resulting image under qemu, log in as root, and run
> "uname -a".
>
> Here are my results:
>
> qemux86
>          bitbake core-image-minimal
>                  - okay
>          runqemu qemux86
>                  - okay
>
> qemuarm
>          bitbake core-image-minimal
>                  - okay
>          runqemu qemuarm
>                  - segfault
>
> qemumips
>          bitbake core-image-minimal
>                  - okay
>          runqemu qemumips
>                  - couldn't log in on main terminal
>                  - but could log in using Ctrl+Alt+3 terminal

Fixed. A few hours ago.

>
> qemuppc
>          bitbake core-image-minimal
>                  - okay
>          runqemu qemuppc
>                  - okay
>
> qemux86-64
>          bitbake core-image-minimal
>                  - okay
>          runqemu qemux86-64
>                  - okay
>
> I have attached a png of my qemuarm output. Right now I'm deleting its
> tmp directory and trying again.

Known problem. And I've got a fix already tested and on it's way to
Richard.

Cheers,

Bruce

>
> Next I want to try a "bitbake world" of all the targets to see whether
> they can all succeed (they did a couple commits ago).
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 1.4_M6.rc1 started
  2013-04-11  2:41   ` Bruce Ashfield
@ 2013-04-11  3:21     ` Trevor Woerner
  2013-04-11  3:23       ` Bruce Ashfield
  0 siblings, 1 reply; 7+ messages in thread
From: Trevor Woerner @ 2013-04-11  3:21 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto@yoctoproject.org

On Wed, Apr 10, 2013 at 10:41 PM, Bruce Ashfield
<bruce.ashfield@windriver.com> wrote:
> Fixed. A few hours ago.
[...]
> Known problem. And I've got a fix already tested and on it's way to
> Richard.


Wow, one certainly does get service around here! :-)


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 1.4_M6.rc1 started
  2013-04-11  3:21     ` Trevor Woerner
@ 2013-04-11  3:23       ` Bruce Ashfield
  0 siblings, 0 replies; 7+ messages in thread
From: Bruce Ashfield @ 2013-04-11  3:23 UTC (permalink / raw)
  To: Trevor Woerner; +Cc: yocto@yoctoproject.org

On 13-04-10 11:21 PM, Trevor Woerner wrote:
> On Wed, Apr 10, 2013 at 10:41 PM, Bruce Ashfield
> <bruce.ashfield@windriver.com>  wrote:
>> Fixed. A few hours ago.
> [...]
>> Known problem. And I've got a fix already tested and on it's way to
>> Richard.
>
>
> Wow, one certainly does get service around here! :-)

heh. I go for more sleep and less service, but we've got to get this release
out the door!

:)

Bruce



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 1.4_M6.rc1 started
  2013-04-10 22:48 1.4_M6.rc1 started Flanagan, Elizabeth
  2013-04-11  2:34 ` Trevor Woerner
@ 2013-04-11  8:38 ` Richard Purdie
  2013-04-11 13:35   ` Georgescu, Alexandru C
  1 sibling, 1 reply; 7+ messages in thread
From: Richard Purdie @ 2013-04-11  8:38 UTC (permalink / raw)
  To: Flanagan, Elizabeth; +Cc: yocto@yoctoproject.org

On Wed, 2013-04-10 at 15:48 -0700, Flanagan, Elizabeth wrote:
> Our first release candidate for dylan has been started. It will be
> available this evening at:
> http://autobuilder.yoctoproject.org/pub/nightly/20130410-1
> 
> Repo               Branch      Hash
> poky                dylan         adb63ca02348af72a30cef2f20de2234b74a7200
> meta-intel       dylan         fd58fb07cf4fcc0553d0608f5688fc03e41ea15c
> meta-qt3         dylan         4c27cce6688aa39852f3cba5e7b80ec279019605
> meta-fsl-arm  dylan         5b8683ad04d63f0d5b2638cac245bff28468b634
> meta-fsl-ppc   master      3312fd5ce9caced68eff577cd0e83ff1471b0612
> eclipse-poky   dylan         e5172830f61b7dcc3ac03d18a03e63389c6b4629
> 
> So far everything looks pretty green. I'll have tags up tonight once
> it completes.

For the reasons Bruce and Trevor alluded to, I'm pronouncing this build
DoA. We've tried to pull together too much too fast. We've fixes for
several major issues and will run another build which should look better
and this time, be worth testing.

QA Folks: Please wait for the next build.

Cheers,

Richard



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 1.4_M6.rc1 started
  2013-04-11  8:38 ` Richard Purdie
@ 2013-04-11 13:35   ` Georgescu, Alexandru C
  0 siblings, 0 replies; 7+ messages in thread
From: Georgescu, Alexandru C @ 2013-04-11 13:35 UTC (permalink / raw)
  To: Richard Purdie, Flanagan, Elizabeth; +Cc: yocto@yoctoproject.org

We will wait for the next build.

Thanks,
--
Alexandru Georgescu


-----Original Message-----
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Richard Purdie
Sent: Thursday, April 11, 2013 11:38
To: Flanagan, Elizabeth
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] 1.4_M6.rc1 started

On Wed, 2013-04-10 at 15:48 -0700, Flanagan, Elizabeth wrote:
> Our first release candidate for dylan has been started. It will be 
> available this evening at:
> http://autobuilder.yoctoproject.org/pub/nightly/20130410-1
> 
> Repo               Branch      Hash
> poky                dylan         adb63ca02348af72a30cef2f20de2234b74a7200
> meta-intel       dylan         fd58fb07cf4fcc0553d0608f5688fc03e41ea15c
> meta-qt3         dylan         4c27cce6688aa39852f3cba5e7b80ec279019605
> meta-fsl-arm  dylan         5b8683ad04d63f0d5b2638cac245bff28468b634
> meta-fsl-ppc   master      3312fd5ce9caced68eff577cd0e83ff1471b0612
> eclipse-poky   dylan         e5172830f61b7dcc3ac03d18a03e63389c6b4629
> 
> So far everything looks pretty green. I'll have tags up tonight once 
> it completes.

For the reasons Bruce and Trevor alluded to, I'm pronouncing this build DoA. We've tried to pull together too much too fast. We've fixes for several major issues and will run another build which should look better and this time, be worth testing.

QA Folks: Please wait for the next build.

Cheers,

Richard

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-04-11 13:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-10 22:48 1.4_M6.rc1 started Flanagan, Elizabeth
2013-04-11  2:34 ` Trevor Woerner
2013-04-11  2:41   ` Bruce Ashfield
2013-04-11  3:21     ` Trevor Woerner
2013-04-11  3:23       ` Bruce Ashfield
2013-04-11  8:38 ` Richard Purdie
2013-04-11 13:35   ` Georgescu, Alexandru C

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.