From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender163-mail.zoho.com (sender163-mail.zoho.com [74.201.84.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3rfyLZ0xzLzDqmD for ; Thu, 30 Jun 2016 08:40:37 +1000 (AEST) Received: from localhost (172.110.7.206 [172.110.7.206]) by mx.zohomail.com with SMTPS id 1467240034358214.80296095493986; Wed, 29 Jun 2016 15:40:34 -0700 (PDT) From: OpenBMC Patches To: openbmc@lists.ozlabs.org Cc: Patrick Williams Subject: [PATCH openbmc] Force OLDEST_KERNEL to 4.4.0 Date: Wed, 29 Jun 2016 17:40:32 -0500 Message-Id: <20160629224032.22118-2-openbmc-patches@stwcx.xyz> X-Mailer: git-send-email 2.9.0 In-Reply-To: <20160629224032.22118-1-openbmc-patches@stwcx.xyz> References: <20160629224032.22118-1-openbmc-patches@stwcx.xyz> X-ZohoMail: Z_56716065 SPT_1 Z_56716064 SPT_1 SLF_D X-Zoho-Virus-Status: 2 X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2016 22:40:38 -0000 From: Patrick Williams 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 --- 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