All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH openbmc] Update recipes to pick changes for Foxconn build
@ 2016-02-02  0:00 OpenBMC Patches
  2016-02-02  0:00 ` OpenBMC Patches
  0 siblings, 1 reply; 5+ messages in thread
From: OpenBMC Patches @ 2016-02-02  0:00 UTC (permalink / raw)
  To: openbmc

Update recipes to pick up changes required for Foxconn delivery

https://github.com/openbmc/openbmc/pull/156

Adriana Kobylak (1):
  Update recipes to pick changes for Foxconn build

 meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb        | 2 +-
 meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-fru.bb | 2 +-
 meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb     | 2 +-
 meta-phosphor/common/recipes-phosphor/settings/settings.bb         | 2 +-
 meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb         | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.6.4

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

* [PATCH openbmc] Update recipes to pick changes for Foxconn build
  2016-02-02  0:00 [PATCH openbmc] Update recipes to pick changes for Foxconn build OpenBMC Patches
@ 2016-02-02  0:00 ` OpenBMC Patches
  2016-02-02  1:09   ` Joel Stanley
  0 siblings, 1 reply; 5+ messages in thread
From: OpenBMC Patches @ 2016-02-02  0:00 UTC (permalink / raw)
  To: openbmc

From: Adriana Kobylak <anoo@us.ibm.com>

Update recipes to pick up changes required for Foxconn delivery
---
 meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb        | 2 +-
 meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-fru.bb | 2 +-
 meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb     | 2 +-
 meta-phosphor/common/recipes-phosphor/settings/settings.bb         | 2 +-
 meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb         | 2 +-
 5 files changed, 5 insertions(+), 5 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 3b1eec8..13887e6 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-20160127-1"
+SRCREV="7fbee5252ddea512c208727377de7df5968ee8f1"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
diff --git a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-fru.bb b/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-fru.bb
index 5eed1f4..06ee00e 100644
--- a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-fru.bb
+++ b/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-fru.bb
@@ -18,7 +18,7 @@ TARGET_CFLAGS += " -fpic -std=gnu++14"
 
 SRC_URI += "git://github.com/openbmc/ipmi-fru-parser"
 
-SRCREV = "63696f4b23c9fd0a84ce539a6414ada406aaf229"
+SRCREV = "a14239a201443222906864273449a39cfa84118e"
 
 FILES_${PN} += "${libdir}/host-ipmid/*.so"
 FILES_${PN}-dbg += "${libdir}/host-ipmid/.debug"
diff --git a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb b/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb
index 174110f..859cbfa 100644
--- a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb
+++ b/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb
@@ -17,7 +17,7 @@ TARGET_CFLAGS   += "-fpic"
 RDEPENDS_${PN} += "settings"
 SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid"
 
-SRCREV = "e90d8bf6a342649dba2fd1589a3cddb3cd051bb1"
+SRCREV = "e49bc5105ebe766e563046f7f07b6bc22b615d4a"
 
 S = "${WORKDIR}/git"
 INSTALL_NAME = "ipmid"
diff --git a/meta-phosphor/common/recipes-phosphor/settings/settings.bb b/meta-phosphor/common/recipes-phosphor/settings/settings.bb
index 1c5fe28..d1fa639 100644
--- a/meta-phosphor/common/recipes-phosphor/settings/settings.bb
+++ b/meta-phosphor/common/recipes-phosphor/settings/settings.bb
@@ -10,7 +10,7 @@ RDEPENDS_${PN} += "python-dbus python-pygobject"
 
 SRC_URI += "git://github.com/openbmc/phosphor-settingsd"
 
-SRCREV = "33e0930724c12f83ddf99f7452fc0551ac10ccfc"
+SRCREV = "3bda531d94f4c93473bbedd7d7e5c44d4d9da93b"
 
 S = "${WORKDIR}/git"
 
diff --git a/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb b/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb
index fab50ea..f872625 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 = "abe4953f941f63b4a3f531af15f6dba68870f3a9"
+SRCREV = "a429349046a0c9a38ee08ffe19e7781136ca73d2"
 
 S = "${WORKDIR}"
 
-- 
2.6.4

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

* Re: [PATCH openbmc] Update recipes to pick changes for Foxconn build
  2016-02-02  0:00 ` OpenBMC Patches
@ 2016-02-02  1:09   ` Joel Stanley
  2016-02-02  2:25     ` Norman James
       [not found]     ` <201602020225.u122PS5J020332@d03av03.boulder.ibm.com>
  0 siblings, 2 replies; 5+ messages in thread
From: Joel Stanley @ 2016-02-02  1:09 UTC (permalink / raw)
  To: OpenBMC Patches; +Cc: OpenBMC Maillist, Jeremy Kerr, Stewart Smith

On Tue, Feb 2, 2016 at 10:30 AM, OpenBMC Patches
<openbmc-patches@stwcx.xyz> wrote:
> From: Adriana Kobylak <anoo@us.ibm.com>
>
> Update recipes to pick up changes required for Foxconn delivery
> ---
>  meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb        | 2 +-
>  meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-fru.bb | 2 +-
>  meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb     | 2 +-
>  meta-phosphor/common/recipes-phosphor/settings/settings.bb         | 2 +-
>  meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb         | 2 +-
>  5 files changed, 5 insertions(+), 5 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 3b1eec8..13887e6 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-20160127-1"
> +SRCREV="7fbee5252ddea512c208727377de7df5968ee8f1"

This is not how we do the kernel releases. Please do not merge this.

Regards,

Joel

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

* Re: [PATCH openbmc] Update recipes to pick changes for Foxconn build
  2016-02-02  1:09   ` Joel Stanley
@ 2016-02-02  2:25     ` Norman James
       [not found]     ` <201602020225.u122PS5J020332@d03av03.boulder.ibm.com>
  1 sibling, 0 replies; 5+ messages in thread
From: Norman James @ 2016-02-02  2:25 UTC (permalink / raw)
  To: Joel Stanley; +Cc: OpenBMC Patches, OpenBMC Maillist


[-- Attachment #1.1: Type: text/plain, Size: 2001 bytes --]


When are you doing a release?   OCC is broken in current kernel release.


Regards,
Norman James
IBM - POWER Systems Architect
Phone: 1-512-286-6807 (T/L: 363-6807)
Internet: njames@us.ibm.com




From:	Joel Stanley <joel@jms.id.au>
To:	OpenBMC Patches <openbmc-patches@stwcx.xyz>
Cc:	OpenBMC Maillist <openbmc@lists.ozlabs.org>
Date:	02/01/2016 07:13 PM
Subject:	Re: [PATCH openbmc] Update recipes to pick changes for Foxconn
            build
Sent by:	"openbmc" <openbmc-bounces+njames=us.ibm.com@lists.ozlabs.org>



On Tue, Feb 2, 2016 at 10:30 AM, OpenBMC Patches
<openbmc-patches@stwcx.xyz> wrote:
> From: Adriana Kobylak <anoo@us.ibm.com>
>
> Update recipes to pick up changes required for Foxconn delivery
> ---
>  meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb        | 2
+-
>  meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-fru.bb | 2
+-
>  meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb     | 2
+-
>  meta-phosphor/common/recipes-phosphor/settings/settings.bb         | 2
+-
>  meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb         | 2
+-
>  5 files changed, 5 insertions(+), 5 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 3b1eec8..13887e6 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-20160127-1"
> +SRCREV="7fbee5252ddea512c208727377de7df5968ee8f1"

This is not how we do the kernel releases. Please do not merge this.

Regards,

Joel
_______________________________________________
openbmc mailing list
openbmc@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/openbmc


[-- Attachment #1.2: Type: text/html, Size: 3341 bytes --]

[-- Attachment #2: graycol.gif --]
[-- Type: image/gif, Size: 105 bytes --]

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

* Re: [PATCH openbmc] Update recipes to pick changes for Foxconn build
       [not found]     ` <201602020225.u122PS5J020332@d03av03.boulder.ibm.com>
@ 2016-02-02  2:33       ` Joel Stanley
  0 siblings, 0 replies; 5+ messages in thread
From: Joel Stanley @ 2016-02-02  2:33 UTC (permalink / raw)
  To: Norman James
  Cc: OpenBMC Patches, OpenBMC Maillist, Stewart Smith, Jeremy Kerr

On Tue, Feb 2, 2016 at 12:55 PM, Norman James <njames@us.ibm.com> wrote:
>
> When are you doing a release? OCC is broken in current kernel release.

Thank you for reporting this. I wasn't aware of any breakage until I
saw this pull request.

No one had requested a new release, so I had no plans to make one.

I will do a release now if you need one with this fix.

Regards,

Joel

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

end of thread, other threads:[~2016-02-02  2:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-02  0:00 [PATCH openbmc] Update recipes to pick changes for Foxconn build OpenBMC Patches
2016-02-02  0:00 ` OpenBMC Patches
2016-02-02  1:09   ` Joel Stanley
2016-02-02  2:25     ` Norman James
     [not found]     ` <201602020225.u122PS5J020332@d03av03.boulder.ibm.com>
2016-02-02  2:33       ` Joel Stanley

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.