summaryrefslogtreecommitdiff
path: root/meta-phosphor/conf/distro/openbmc-phosphor.conf
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2016-07-20 18:39:08 +0300
committerPatrick Williams <patrick@stwcx.xyz>2016-07-20 21:25:44 +0300
commit7216872c640f8c8209cdd5297b0302cc58e0b3ea (patch)
tree3be86c04f24ed6e00ad6032e21deaab58f68e778 /meta-phosphor/conf/distro/openbmc-phosphor.conf
parent3d1dee0534bcb131dd9127952706dfa61df6cdad (diff)
downloadopenbmc-7216872c640f8c8209cdd5297b0302cc58e0b3ea.tar.xz
Revert "Force OLDEST_KERNEL to 4.4.0"
Setting the OLDEST_KERNEL also impacts the SDK and causes all SDK programs to also require the same kernel level. If the SDK is ran on a machine with an older kernel it gives the message: FATAL: kernel too old The current OLDEST_KERNEL from Yocto is the same as the RHEL6 kernel and we have a number of developers using that distro. Therefore, we will just revert this change and keep with the base Yocto level. Setting the OLDEST_KERNEL to 4.4 only saved us around 7k of space anyhow, so it does not seem worth the effort to try to figure out how separate SDK vs image values for this variable. This reverts commit d011f6882aeebe627950e8ed4fe5a9b5b9806e26. Change-Id: Ic78b503ac9027c62ce2c45161717f1c0d4fdad03 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-phosphor/conf/distro/openbmc-phosphor.conf')
-rw-r--r--meta-phosphor/conf/distro/openbmc-phosphor.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-phosphor/conf/distro/openbmc-phosphor.conf b/meta-phosphor/conf/distro/openbmc-phosphor.conf
index b4e6f7aa4..f37e88c66 100644
--- a/meta-phosphor/conf/distro/openbmc-phosphor.conf
+++ b/meta-phosphor/conf/distro/openbmc-phosphor.conf
@@ -5,7 +5,6 @@ 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"