[PATCH openbmc] Force OLDEST_KERNEL to 4.4.0
OpenBMC Patches
openbmc-patches at stwcx.xyz
Thu Jun 30 08:40:32 AEST 2016
From: Patrick Williams <patrick at stwcx.xyz>
This is the oldest kernel currently used by openbmc, so there is no
point in compiling glibc support older kernels.
Signed-off-by: Patrick Williams <patrick at stwcx.xyz>
---
meta-phosphor/conf/distro/openbmc-phosphor.conf | 1 +
1 file changed, 1 insertion(+)
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_NAME = "Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
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"
--
2.9.0
More information about the openbmc
mailing list