From patchwork Mon Dec 19 03:05:56 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 88403 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp958305qgi; Sun, 18 Dec 2016 19:07:38 -0800 (PST) X-Received: by 10.84.150.101 with SMTP id g92mr30433123plg.39.1482116858094; Sun, 18 Dec 2016 19:07:38 -0800 (PST) Return-Path: Received: from mail.openembedded.org (mail.openembedded.org. [140.211.169.62]) by mx.google.com with ESMTP id t1si882387pgt.115.2016.12.18.19.07.37; Sun, 18 Dec 2016 19:07:38 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of openembedded-core-bounces@lists.openembedded.org designates 140.211.169.62 as permitted sender) client-ip=140.211.169.62; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@gmail.com; spf=pass (google.com: best guess record for domain of openembedded-core-bounces@lists.openembedded.org designates 140.211.169.62 as permitted sender) smtp.mailfrom=openembedded-core-bounces@lists.openembedded.org; dmarc=fail (p=NONE dis=NONE) header.from=gmail.com Received: from review.yoctoproject.org (localhost [127.0.0.1]) by mail.openembedded.org (Postfix) with ESMTP id 13D6773D46; Mon, 19 Dec 2016 03:07:33 +0000 (UTC) X-Original-To: openembedded-core@lists.openembedded.org Delivered-To: openembedded-core@lists.openembedded.org Received: from mail-pf0-f196.google.com (mail-pf0-f196.google.com [209.85.192.196]) by mail.openembedded.org (Postfix) with ESMTP id 71A2073200 for ; Mon, 19 Dec 2016 03:06:14 +0000 (UTC) Received: by mail-pf0-f196.google.com with SMTP id 144so6767942pfv.0 for ; Sun, 18 Dec 2016 19:06:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Uw0YA2U6TzrNPDVOdOrVCiIuyGD524YTrw+ZAWBJG9A=; b=WFWzuri+53tkOuI3ok3IfQy2hs6QKJ7bsk2wiRDN5WA0ZB1ewPWd4rYUZWsruTpe+9 3E3o0B4vxT2lLxM+4cLhFqjvN6OzyFsMSo/uI4zkqeygnEaa+4Jra/C9Tg3wUcMOjQXy dA6h0KSwGFmmHz33F909u4z+4j0Veu222GIJYN7dcDQ+fq+Rtojcvsw5Cwu1CXZx37gX W5QRI27KLxcppTsblueB3SmW+JgjWUL4CWJH2kQOJEr1JDNLnbKgIA1uFWujmyYNXL3M a7fzls6OliagqR6fuu9zwtmHzXT9oqIp2fa2Fvim4QbHGHH5G4JNs1+95og1UbzV9vFk Jqfg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Uw0YA2U6TzrNPDVOdOrVCiIuyGD524YTrw+ZAWBJG9A=; b=FDKR3g3AvSw0dInn8nbyOzwLIHh2CGkNWSRa2ouC+Om98dfaRM1yjmW44SsBD0p4ds N3CG1drglaj7TFIIYs9JEJISkoww05gkNW+///wWHk3liu9reEyw+HXcVKkwdGDtYvbu uuBxTBljffzM4UJMwmEhPlIpBICvw/B2vtTuhJmc7RHXzT4NDHMDwMtDX1VKgFRGgAle /XybfoEgFxieiwQB7amWJ3tWaSngfOOQAohdouGt3xOxCtdkrzsswDdaJkuKZeNBXkGV UMRjE0pyBJJJgBdki1N9QMz2HyuwaDE2/AAlrCUg3IN7ZKoMMuiEVkyHHYdmPI74tocm WCJQ== X-Gm-Message-State: AKaTC03JwUIxi1pIFwXr2MXr13pMmv7A23NBMKiK8bvF3pR/9Joup7DfDGp6WBWVbSXHZA== X-Received: by 10.98.157.13 with SMTP id i13mr13023625pfd.82.1482116776006; Sun, 18 Dec 2016 19:06:16 -0800 (PST) Received: from localhost.localdomain (c-76-102-32-192.hsd1.ca.comcast.net. [76.102.32.192]) by smtp.gmail.com with ESMTPSA id 65sm26830276pfn.12.2016.12.18.19.06.15 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 18 Dec 2016 19:06:15 -0800 (PST) From: Khem Raj To: openembedded-core@lists.openembedded.org Date: Sun, 18 Dec 2016 19:05:56 -0800 Message-Id: <20161219030600.1284-4-raj.khem@gmail.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20161219030600.1284-1-raj.khem@gmail.com> References: <20161219030600.1284-1-raj.khem@gmail.com> Subject: [OE-core] [PATCH 4/8] grub-git: Upgrade to tip of master and fix with glibc 2.25 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@lists.openembedded.org Signed-off-by: Khem Raj --- meta/recipes-bsp/grub/grub_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.11.0 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb index eb824ccc71..f24cc2f1cf 100644 --- a/meta/recipes-bsp/grub/grub_git.bb +++ b/meta/recipes-bsp/grub/grub_git.bb @@ -6,7 +6,7 @@ DEFAULT_PREFERENCE_arm = "1" FILESEXTRAPATHS =. "${FILE_DIRNAME}/grub-git:" PV = "2.00+${SRCPV}" -SRCREV = "7a5b301e3adb8e054288518a325135a1883c1c6c" +SRCREV = "ce95549cc54b5d6f494608a7c390dba3aab4fba7" SRC_URI = "git://git.savannah.gnu.org/grub.git \ file://0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch \ file://autogen.sh-exclude-pc.patch \