All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [ANN] U-Boot v2016.09-rc2 released
@ 2016-08-23  0:38 Tom Rini
  2016-08-24  7:01 ` Lukasz Majewski
  2016-08-26  7:23 ` Andreas Bießmann
  0 siblings, 2 replies; 5+ messages in thread
From: Tom Rini @ 2016-08-23  0:38 UTC (permalink / raw)
  To: u-boot

Hey all,

It's release day and v2016.09-rc2 is out now.  It's a week late as I wanted a few more things in and then next thing I knew it was Thursday, so I just pushed it out.  I've updated git and the tarballs are also up now.  A short list of changes to come in now are:
- More and various SoC and architecture updates
- Various DM updates and conversions
- PSCI updates
- MAKEALL is gone, buildman is for use by all
- We now have xtensa support
- DT overlays

A non-code change is that now I have Jenkins setup to automatically poll
my WIP branches and run test/py/test.py on a few real boards along with
sandbox.  I still have some more configuring and cabling to do, and a
few more boards I can get setup.

If you notice any problems with the release, please speak out and thanks
all!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160822/f78202e1/attachment.sig>

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

* [U-Boot] [ANN] U-Boot v2016.09-rc2 released
  2016-08-23  0:38 [U-Boot] [ANN] U-Boot v2016.09-rc2 released Tom Rini
@ 2016-08-24  7:01 ` Lukasz Majewski
  2016-08-24 16:04   ` Tom Rini
  2016-08-25  4:28   ` Heiko Schocher
  2016-08-26  7:23 ` Andreas Bießmann
  1 sibling, 2 replies; 5+ messages in thread
From: Lukasz Majewski @ 2016-08-24  7:01 UTC (permalink / raw)
  To: u-boot

Hi Tom,

> A non-code change is that now I have Jenkins setup to automatically

Jenkins - brrr.... I've had a really hard time with this "peculiar"
piece of SW.

Run away from it if you still can....

I've switched to buildbot a few months ago and that was _REALLY_ good
decision.

A few pros:
- It is written in python, so if I need to extend it, then I write code
  (not write in groovy) and use SCM to store the changes
- It's web interface is far more readable than Jenkins (this is what
  non-tech people say)
- It is smaller project, with things which are really needed.

> poll my WIP branches and run test/py/test.py on a few real boards
> along with sandbox.  

Great :-)

Do you have any exynos board connected to the setup? 

> I still have some more configuring and cabling
> to do, and a few more boards I can get setup.
> 
> If you notice any problems with the release, please speak out and
> thanks all!

Best regards,
?ukasz Majewski
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160824/b6660aa7/attachment.sig>

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

* [U-Boot] [ANN] U-Boot v2016.09-rc2 released
  2016-08-24  7:01 ` Lukasz Majewski
@ 2016-08-24 16:04   ` Tom Rini
  2016-08-25  4:28   ` Heiko Schocher
  1 sibling, 0 replies; 5+ messages in thread
From: Tom Rini @ 2016-08-24 16:04 UTC (permalink / raw)
  To: u-boot

On Wed, Aug 24, 2016 at 09:01:07AM +0200, Lukasz Majewski wrote:
> Hi Tom,
> 
> > A non-code change is that now I have Jenkins setup to automatically
> 
> Jenkins - brrr.... I've had a really hard time with this "peculiar"
> piece of SW.
> 
> Run away from it if you still can....
> 
> I've switched to buildbot a few months ago and that was _REALLY_ good
> decision.
> 
> A few pros:
> - It is written in python, so if I need to extend it, then I write code
>   (not write in groovy) and use SCM to store the changes
> - It's web interface is far more readable than Jenkins (this is what
>   non-tech people say)
> - It is smaller project, with things which are really needed.
> 
> > poll my WIP branches and run test/py/test.py on a few real boards
> > along with sandbox.  
> 
> Great :-)
> 
> Do you have any exynos board connected to the setup? 

I don't atm.  Can they be setup such that they either boot from FAT or a
peripheral (non-UART tho) load?  I'm going to add an i.MX6 platform next
since I know it will let me do a USB load if I don't have the SD card in
and then I need to investigate how FEL mode works exactly on allwinner.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160824/3190d830/attachment.sig>

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

* [U-Boot] [ANN] U-Boot v2016.09-rc2 released
  2016-08-24  7:01 ` Lukasz Majewski
  2016-08-24 16:04   ` Tom Rini
@ 2016-08-25  4:28   ` Heiko Schocher
  1 sibling, 0 replies; 5+ messages in thread
From: Heiko Schocher @ 2016-08-25  4:28 UTC (permalink / raw)
  To: u-boot

Hello Lukasz,

Am 24.08.2016 um 09:01 schrieb Lukasz Majewski:
> Hi Tom,
>
>> A non-code change is that now I have Jenkins setup to automatically
>
> Jenkins - brrr.... I've had a really hard time with this "peculiar"
> piece of SW.
>
> Run away from it if you still can....

I have no experience with jenkins, but plan a tbot integration
for it ... Uh... why is it so bad?

> I've switched to buildbot a few months ago and that was _REALLY_ good
> decision.

I use buildbot too on my raspberry pi in conjunction with tbot.
See for an example [1] (currently some boards not really working, I have
to look at it ...)

I failed to integrate for example some images tbot creates at the end,
also results from test/py into buildbot ... so I created a tbot event
backend, which writes some results into a mySQL database and made a
really simple php script ... see [2]

> A few pros:
> - It is written in python, so if I need to extend it, then I write code
>    (not write in groovy) and use SCM to store the changes
> - It's web interface is far more readable than Jenkins (this is what
>    non-tech people say)
> - It is smaller project, with things which are really needed.

Ah, yes ... and at the end buildbot was the reason why I started
with tbot (and writting it in python).

bye,
Heiko
[1] http://xeidos.ddns.net/buildbot/tgrid
[2] http://xeidos.ddns.net/tests/test_db_auslesen.php
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

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

* [U-Boot] [ANN] U-Boot v2016.09-rc2 released
  2016-08-23  0:38 [U-Boot] [ANN] U-Boot v2016.09-rc2 released Tom Rini
  2016-08-24  7:01 ` Lukasz Majewski
@ 2016-08-26  7:23 ` Andreas Bießmann
  1 sibling, 0 replies; 5+ messages in thread
From: Andreas Bießmann @ 2016-08-26  7:23 UTC (permalink / raw)
  To: u-boot

Hi Tom,

On 2016-08-23 02:38, Tom Rini wrote:

> If you notice any problems with the release, please speak out and 
> thanks
> all!

could you please have a look for 
http://patchwork.ozlabs.org/patch/659055/

Andreas

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

end of thread, other threads:[~2016-08-26  7:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-23  0:38 [U-Boot] [ANN] U-Boot v2016.09-rc2 released Tom Rini
2016-08-24  7:01 ` Lukasz Majewski
2016-08-24 16:04   ` Tom Rini
2016-08-25  4:28   ` Heiko Schocher
2016-08-26  7:23 ` Andreas Bießmann

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.