* [PATCH openbmc] pflash and linux updates
@ 2016-01-11 17:00 OpenBMC Patches
2016-01-11 17:00 ` OpenBMC Patches
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: OpenBMC Patches @ 2016-01-11 17:00 UTC (permalink / raw)
To: openbmc
I've tested on Barreleye
https://github.com/openbmc/openbmc/pull/130
Chris Austen (1):
pflash and linux updates
meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb | 2 +-
meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
2.6.4
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH openbmc] pflash and linux updates
2016-01-11 17:00 [PATCH openbmc] pflash and linux updates OpenBMC Patches
@ 2016-01-11 17:00 ` OpenBMC Patches
2016-01-12 5:11 ` Stewart Smith
2016-01-11 23:49 ` Daniel Axtens
[not found] ` <201601120021.u0C0LZJq018374@d03av03.boulder.ibm.com>
2 siblings, 1 reply; 6+ messages in thread
From: OpenBMC Patches @ 2016-01-11 17:00 UTC (permalink / raw)
To: openbmc
From: Chris Austen <austenc@us.ibm.com>
---
meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb | 2 +-
meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb
index 8958215..a898c78 100644
--- a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb
+++ b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb
@@ -10,7 +10,7 @@ SRC_URI = "git://github.com/openbmc/linux;protocol=git;branch=${KBRANCH}"
LINUX_VERSION ?= "4.3"
LINUX_VERSION_EXTENSION ?= "-${SRCREV}"
-SRCREV="openbmc-20151210-1"
+SRCREV="openbmc-20151217-1"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb b/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb
index 28ed2d2..87327be 100644
--- a/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb
+++ b/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb
@@ -16,7 +16,7 @@ DEPENDS += "glib-2.0"
RDEPENDS_${PN} += "python-subprocess python-tftpy"
SRC_URI += "git://github.com/openbmc/skeleton"
-SRCREV = "14caa527e0b10e0aece119693bf003ec95929370"
+SRCREV = "08b2b46a6df8b5cf93fcd17453072a2ddb48b598"
S = "${WORKDIR}"
--
2.6.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH openbmc] pflash and linux updates
2016-01-11 17:00 [PATCH openbmc] pflash and linux updates OpenBMC Patches
2016-01-11 17:00 ` OpenBMC Patches
@ 2016-01-11 23:49 ` Daniel Axtens
2016-01-12 0:21 ` Chris Austen
[not found] ` <201601120021.u0C0LZJq018374@d03av03.boulder.ibm.com>
2 siblings, 1 reply; 6+ messages in thread
From: Daniel Axtens @ 2016-01-11 23:49 UTC (permalink / raw)
To: OpenBMC Patches, openbmc
[-- Attachment #1: Type: text/plain, Size: 782 bytes --]
OpenBMC Patches <openbmc-patches@stwcx.xyz> writes:
> I've tested on Barreleye
I realise this might be a bit optimistic, but do we have any automated
(or even semi-automated) testing for existing machine types?
If not, I'm happy to start chipping away at little bits of it.
Regards,
Daniel
>
> https://github.com/openbmc/openbmc/pull/130
>
> Chris Austen (1):
> pflash and linux updates
>
> meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb | 2 +-
> meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> --
> 2.6.4
>
>
> _______________________________________________
> openbmc mailing list
> openbmc@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/openbmc
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 859 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH openbmc] pflash and linux updates
2016-01-11 23:49 ` Daniel Axtens
@ 2016-01-12 0:21 ` Chris Austen
0 siblings, 0 replies; 6+ messages in thread
From: Chris Austen @ 2016-01-12 0:21 UTC (permalink / raw)
To: Daniel Axtens; +Cc: OpenBMC Patches, openbmc
I hope this comes through as plain text...
We are using the Robottest framework for automated testing. I would love some help making the last mile automated. We have test cases. We have systems. We have Jenkins. There is some funny business to get the code started (setting up ip addresses, accepting ssh key changes, copying a helper tool over to the victim box) but after that we are rolling.
If you are able to help swing a hammer I can provide all the materials you need.
Chris Austen
POWER Systems Enablement Manager
(512) 286-5184 (T/L: 363-5184)
-----"openbmc" <openbmc-bounces+austenc=us.ibm.com@lists.ozlabs.org> wrote: -----
To: OpenBMC Patches <openbmc-patches@stwcx.xyz>, openbmc@lists.ozlabs.org
From: Daniel Axtens
Sent by: "openbmc"
Date: 01/11/2016 06:04PM
Subject: Re: [PATCH openbmc] pflash and linux updates
OpenBMC Patches <openbmc-patches@stwcx.xyz> writes:
> I've tested on Barreleye
I realise this might be a bit optimistic, but do we have any automated
(or even semi-automated) testing for existing machine types?
If not, I'm happy to start chipping away at little bits of it.
Regards,
Daniel
>
> https://github.com/openbmc/openbmc/pull/130
>
> Chris Austen (1):
> pflash and linux updates
>
> meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb | 2 +-
> meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> --
> 2.6.4
>
>
> _______________________________________________
> openbmc mailing list
> openbmc@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/openbmc
_______________________________________________
openbmc mailing list
openbmc@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/openbmc
[attachment "signature.asc" removed by Chris Austen/Austin/IBM]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH openbmc] pflash and linux updates
[not found] ` <201601120021.u0C0LZJq018374@d03av03.boulder.ibm.com>
@ 2016-01-12 2:13 ` Daniel Axtens
0 siblings, 0 replies; 6+ messages in thread
From: Daniel Axtens @ 2016-01-12 2:13 UTC (permalink / raw)
To: Chris Austen; +Cc: OpenBMC Patches, openbmc
[-- Attachment #1: Type: text/plain, Size: 2422 bytes --]
Hi Chris,
Chris Austen <austenc@us.ibm.com> writes:
> I hope this comes through as plain text...
Yep! Something is a bit weird after your full stops in the next
paragraph. Renders as a " " (looks like an underscore) for me. But yeah,
no HTML, so I'm happy.
>
> We are using the Robottest framework for automated testing. I would love some help making the last mile automated. We have test cases. We have systems. We have Jenkins. There is some funny business to get the code started (setting up ip addresses, accepting ssh key changes, copying a helper tool over to the victim box) but after that we are rolling.
>
> If you are able to help swing a hammer I can provide all the materials you need.
>
Sure! I have done some stuff with SSH keys and copying helper tools
around for Skiboot, so hopefully some of that translates.
(I realise some of this might be IBM specific: I'm daxtens@au1.ibm.com
if you need an @ibm address.)
Regards,
Daniel
>
> Chris Austen
> POWER Systems Enablement Manager
> (512) 286-5184 (T/L: 363-5184)
>
> -----"openbmc" <openbmc-bounces+austenc=us.ibm.com@lists.ozlabs.org> wrote: -----
> To: OpenBMC Patches <openbmc-patches@stwcx.xyz>, openbmc@lists.ozlabs.org
> From: Daniel Axtens
> Sent by: "openbmc"
> Date: 01/11/2016 06:04PM
> Subject: Re: [PATCH openbmc] pflash and linux updates
>
> OpenBMC Patches <openbmc-patches@stwcx.xyz> writes:
>
>> I've tested on Barreleye
>
> I realise this might be a bit optimistic, but do we have any automated
> (or even semi-automated) testing for existing machine types?
>
> If not, I'm happy to start chipping away at little bits of it.
>
> Regards,
> Daniel
>
>>
>> https://github.com/openbmc/openbmc/pull/130
>>
>> Chris Austen (1):
>> pflash and linux updates
>>
>> meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb | 2 +-
>> meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb | 2 +-
>> 2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> --
>> 2.6.4
>>
>>
>> _______________________________________________
>> openbmc mailing list
>> openbmc@lists.ozlabs.org
>> https://lists.ozlabs.org/listinfo/openbmc
> _______________________________________________
> openbmc mailing list
> openbmc@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/openbmc
>
>
> [attachment "signature.asc" removed by Chris Austen/Austin/IBM]
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 859 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH openbmc] pflash and linux updates
2016-01-11 17:00 ` OpenBMC Patches
@ 2016-01-12 5:11 ` Stewart Smith
0 siblings, 0 replies; 6+ messages in thread
From: Stewart Smith @ 2016-01-12 5:11 UTC (permalink / raw)
To: OpenBMC Patches, openbmc
OpenBMC Patches <openbmc-patches@stwcx.xyz> writes:
> meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb | 2 +-
> meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb | 2 +-
I'm not sure what part of this pulls in pflash - but unless it's from
the skiboot repo, please don't do it :)
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb
> index 8958215..a898c78 100644
> --- a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb
> +++ b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb
> @@ -10,7 +10,7 @@ SRC_URI = "git://github.com/openbmc/linux;protocol=git;branch=${KBRANCH}"
> LINUX_VERSION ?= "4.3"
> LINUX_VERSION_EXTENSION ?= "-${SRCREV}"
>
> -SRCREV="openbmc-20151210-1"
> +SRCREV="openbmc-20151217-1"
>
> PV = "${LINUX_VERSION}+git${SRCPV}"
>
> diff --git a/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb b/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb
> index 28ed2d2..87327be 100644
> --- a/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb
> +++ b/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb
> @@ -16,7 +16,7 @@ DEPENDS += "glib-2.0"
> RDEPENDS_${PN} += "python-subprocess python-tftpy"
> SRC_URI += "git://github.com/openbmc/skeleton"
>
> -SRCREV = "14caa527e0b10e0aece119693bf003ec95929370"
> +SRCREV = "08b2b46a6df8b5cf93fcd17453072a2ddb48b598"
>
> S = "${WORKDIR}"
>
> --
> 2.6.4
>
>
> _______________________________________________
> openbmc mailing list
> openbmc@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/openbmc
--
Stewart Smith
OPAL Architect, IBM.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-01-12 5:11 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-11 17:00 [PATCH openbmc] pflash and linux updates OpenBMC Patches
2016-01-11 17:00 ` OpenBMC Patches
2016-01-12 5:11 ` Stewart Smith
2016-01-11 23:49 ` Daniel Axtens
2016-01-12 0:21 ` Chris Austen
[not found] ` <201601120021.u0C0LZJq018374@d03av03.boulder.ibm.com>
2016-01-12 2:13 ` Daniel Axtens
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.