commit | 0c7e9e64cb2d68ddb202186661097b35edba619f | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Jul 11 16:56:19 2016 -0500 |
committer | GitHub <noreply@github.com> | Mon Jul 11 16:56:19 2016 -0500 |
tree | ffec971a797fcd754cfea590884ad6830f275083 | |
parent | 6aa227ec41a838f27d741a7bae595e75c3f94a80 [diff] | |
parent | 200612f0e3a471a45c2792dd216c85271b8c82f6 [diff] |
Merge pull request #425 from williamspatrick/increase-oldest-kernel Force OLDEST_KERNEL to 4.4.0
diff --git a/conf/distro/openbmc-phosphor.conf b/conf/distro/openbmc-phosphor.conf index f37e88c..b4e6f7a 100644 --- a/conf/distro/openbmc-phosphor.conf +++ b/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"