Merge pull request #425 from williamspatrick/increase-oldest-kernel

Force OLDEST_KERNEL to 4.4.0
diff --git a/meta-phosphor/conf/distro/openbmc-phosphor.conf b/meta-phosphor/conf/distro/openbmc-phosphor.conf
index f37e88c..b4e6f7a 100644
--- a/meta-phosphor/conf/distro/openbmc-phosphor.conf
+++ b/meta-phosphor/conf/distro/openbmc-phosphor.conf
@@ -5,6 +5,7 @@
 DISTRO_VERSION = "0.1.0"
 TARGET_VENDOR="-openbmc"
 
+OLDEST_KERNEL = "4.4.0"
 GCCVERSION ?= "4.9.3"
 IMAGE_FSTYPES += "cpio.gz"
 IMAGE_FSTYPES += "squashfs-xz"