[PATCH openbmc] meta-phosphor: Update kernel version

OpenBMC Patches openbmc-patches at stwcx.xyz
Wed Nov 18 15:30:19 AEDT 2015


From: Joel Stanley <joel at jms.id.au>

The kenrel contains many changes, including

  - rewritten i2c driver
  - interrupt facilities for the iBT host driver
  - rebased on Linux 4.3

Signed-off-by: Joel Stanley <joel at jms.id.au>
---
 meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.2.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.2.bb b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.2.bb
index 1d8106d..09c18a5 100644
--- a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.2.bb
+++ b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.2.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Linux kernel for OpenBMC"
 SECTION = "kernel"
 LICENSE = "GPLv2"
 
-KBRANCH ?= "dev"
+KBRANCH ?= "dev-4.3"
 KCONFIG_MODE="--alldefconfig"
 
 SRC_URI = "git://github.com/openbmc/linux;protocol=git;branch=${KBRANCH}"
@@ -10,7 +10,7 @@ SRC_URI = "git://github.com/openbmc/linux;protocol=git;branch=${KBRANCH}"
 LINUX_VERSION ?= "4.2"
 LINUX_VERSION_EXTENSION ?= "-${SRCREV}"
 
-SRCREV="openbmc-20151104-1"
+SRCREV="openbmc-20151118-1"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
-- 
2.6.3




More information about the openbmc mailing list