[PATCH openbmc v3] Update recipes and remove dhcp file
Joel Stanley
joel at jms.id.au
Thu Feb 4 11:23:47 AEDT 2016
On Thu, Feb 4, 2016 at 11:20 AM, OpenBMC Patches
<openbmc-patches at stwcx.xyz> wrote:
> From: Adriana Kobylak <anoo at us.ibm.com>
>
> Backout kernel level since tag 20160202 has vuart support that bmc
> currently does not support
Has a bug been opened?
> Pickup IPMI and REST functions to update the MAC address
> Remove dhcp file from network recipe that seems to cause issues
> ---
> meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb | 2 +-
> meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb | 2 +-
> meta-phosphor/common/recipes-phosphor/network/network.bb | 8 ++------
> .../common/recipes-phosphor/network/network/80-dhcp.network | 5 -----
> 4 files changed, 4 insertions(+), 13 deletions(-)
> delete mode 100755 meta-phosphor/common/recipes-phosphor/network/network/80-dhcp.network
>
> 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 fe00ce3..e14d168 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-20160202-2"
> +SRCREV="fe68a785afbaa305506c87c6324f70ed0605385c"
Please don't do this. If you need a new tag, then we can create one.
By reverting back to here you lose fixes for the network driver. From
your commit message I think you're trying to avoid including the vuart
driver in the build. If this is the case then disable it in the kernel
configuration.
More information about the openbmc
mailing list