commit | 9d9b8ad204c6a147677d0c90661d38bdc17e5265 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Wed Dec 02 00:08:13 2015 +1030 |
committer | Joel Stanley <joel@jms.id.au> | Wed Dec 02 00:08:13 2015 +1030 |
tree | 5cfe0a8d0e9760ddfcbe4fe3b2e5ab740d6a2360 | |
parent | 9b5a3f03f23c6c715044541d2eba28d24dd491cf [diff] [blame] |
Update kernel version Brings in a fix for the GPIO interrupts. Signed-off-by: Joel Stanley <joel@jms.id.au>
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 2b2ff39..e57165b 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 @@ LINUX_VERSION ?= "4.3" LINUX_VERSION_EXTENSION ?= "-${SRCREV}" -SRCREV="openbmc-20151123-1" +SRCREV="openbmc-20151202-1" PV = "${LINUX_VERSION}+git${SRCPV}"