summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2016-03-21 12:24:40 +1030
committerJoel Stanley <joel@jms.id.au>2016-03-29 19:28:16 +1030
commit8ef9fee7059052b64c0c4aa95f69036aa290c101 (patch)
tree9295c89a742c578ddacda8fe7c6919201fd94800 /meta-phosphor
parent2fe86d90044af218ced8f42fdded6b136f1046d2 (diff)
downloadtalos-openbmc-8ef9fee7059052b64c0c4aa95f69036aa290c101.tar.gz
talos-openbmc-8ef9fee7059052b64c0c4aa95f69036aa290c101.zip
meta-phosphor: Move to openbmc-20160329-1
We are now on a 4.4 based kernel - Fix i2c_smbus_read_block_data error in our i2c bus driver - Includes many JFFS2 fixes identified by Milton: * Fix directory hardlinks from deleted directories * Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin" * jffs2: Fix page lock / f->sem deadlock * jffs2: reduce the breakage on recovery from halfway failed rename() * mtd: spi-nor: aspeed-smc: Fix flash struct setup for scan - Remove our in-tree adm1275 driver in favour of the upstream one, which was cherry picked from 4.6-rc1. Adds support for device tree - Incremental cleanups to the p8 occ hwmon driver - SCU fixes for GPIO configuration relating to Ethernet phy and PCIe Squishes down most of the fixes that were found in the 4.3 development effort into the commit that added the driver. This is part of the work in preparing for upstreaming Aspeed kernel support. Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.4.bb (renamed from meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb)16
1 files changed, 3 insertions, 13 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.4.bb
index 3e74f7cc1..2e2c9ce87 100644
--- a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb
+++ b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.4.bb
@@ -2,15 +2,15 @@ DESCRIPTION = "Linux kernel for OpenBMC"
SECTION = "kernel"
LICENSE = "GPLv2"
-KBRANCH ?= "dev-4.3"
+KBRANCH ?= "dev-4.4"
KCONFIG_MODE="--alldefconfig"
SRC_URI = "git://github.com/openbmc/linux;protocol=git;branch=${KBRANCH}"
-LINUX_VERSION ?= "4.3"
+LINUX_VERSION ?= "4.4"
LINUX_VERSION_EXTENSION ?= "-${SRCREV}"
-SRCREV="openbmc-20160222-1"
+SRCREV="openbmc-20160329-2"
PV = "${LINUX_VERSION}+git${SRCPV}"
@@ -18,13 +18,3 @@ COMPATIBLE_MACHINE_${MACHINE} = "openbmc"
inherit kernel
require recipes-kernel/linux/linux-yocto.inc
-
-do_patch_append() {
- for DTB in "${KERNEL_DEVICETREE}"; do
- DT=`basename ${DTB} .dtb`
- if [ -r "${WORKDIR}/${DT}.dts" ]; then
- cp ${WORKDIR}/${DT}.dts \
- ${STAGING_KERNEL_DIR}/arch/${ARCH}/boot/dts
- fi
- done
-}
OpenPOWER on IntegriCloud