summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@us.ibm.com>2015-11-23 11:06:41 -0500
committerBrad Bishop <bradleyb@us.ibm.com>2015-11-23 11:06:41 -0500
commit71d5153e76ec45947cc006ee2b2275b9fbf08c42 (patch)
tree96f1689109a5708007a2686c87dc1a4a6cc9d1a2 /meta-phosphor
parent043bfc1cb763b59506a6530c395644bd92e85cbe (diff)
downloadtalos-openbmc-71d5153e76ec45947cc006ee2b2275b9fbf08c42.tar.gz
talos-openbmc-71d5153e76ec45947cc006ee2b2275b9fbf08c42.zip
Update kernel version
The kernel contains many changes, including - rewritten i2c driver - interrupt facilities for the iBT host driver - drop dts patches, we now use the in-tree device tree - rebased on Linux 4.3
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb (renamed from meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.2.bb)6
1 files changed, 3 insertions, 3 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.3.bb
index 1d8106d82..2b2ff39f1 100644
--- a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.2.bb
+++ b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb
@@ -2,15 +2,15 @@ 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}"
-LINUX_VERSION ?= "4.2"
+LINUX_VERSION ?= "4.3"
LINUX_VERSION_EXTENSION ?= "-${SRCREV}"
-SRCREV="openbmc-20151104-1"
+SRCREV="openbmc-20151123-1"
PV = "${LINUX_VERSION}+git${SRCPV}"
OpenPOWER on IntegriCloud