From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ye0-f180.google.com (mail-ye0-f180.google.com [209.85.213.180]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 6C79BE014D5 for ; Sun, 21 Apr 2013 19:45:25 -0700 (PDT) Received: by mail-ye0-f180.google.com with SMTP id q11so851403yen.25 for ; Sun, 21 Apr 2013 19:45:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer; bh=pHmy9I1fZhTEVrMFObahzodXTJ3cFNQkD95oTUmGGZU=; b=Oc/Ufw7N4CGa9G/GDWmX7qvLXEfkip/2qrI+MTkIhUmkGiJ1B4myp88QWRIpRFJTTT PxasnO/LEftTfEfdqggGkdThaHIZtIOL4cXj4qsF9xXK56+6y//hxBhxILbZ9DACm1Jb dp8ZC6yiLJP8kSW7oQlaCGKxskcPOVzcB2aFogLEi1V7LIXKEcu5Vd+MwZVaSooJCvgO h4BNS2OuJ3nvM84nNCb/Ij++GNJR3fr3F0/eo+PE6kCRQ4wGwwjnlCgcN0+7XuaFIQnm AlhHP3BrdAvrWNW+kw9tToCrrU9dSSaPedYOvkYIx9uRAY2w51alhOeWSQ95lVDvGAQW j4Vw== X-Received: by 10.236.203.35 with SMTP id e23mr16168349yho.123.1366598724584; Sun, 21 Apr 2013 19:45:24 -0700 (PDT) Received: from localhost.localdomain ([189.101.179.164]) by mx.google.com with ESMTPS id c67sm39703683yhh.16.2013.04.21.19.45.22 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 21 Apr 2013 19:45:23 -0700 (PDT) From: Fabio Estevam To: meta-freescale@yoctoproject.org Date: Sun, 21 Apr 2013 23:45:09 -0300 Message-Id: <1366598709-25282-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.9.5 Cc: B19406@freescale.com, otavio@ossystems.com.br, B35650@freescale.com Subject: [PATCH] [meta-fsl-arm] linux-imx_3.0.35.bb: Update to top of tree X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Apr 2013 02:45:25 -0000 From: Fabio Estevam There are two important commits missing in this branch currently. Update to the top of tree. Reported-by: Rogerio Nunes Signed-off-by: Fabio Estevam --- recipes-kernel/linux/linux-imx_3.0.35.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-imx_3.0.35.bb b/recipes-kernel/linux/linux-imx_3.0.35.bb index 20681ac..4517e78 100644 --- a/recipes-kernel/linux/linux-imx_3.0.35.bb +++ b/recipes-kernel/linux/linux-imx_3.0.35.bb @@ -3,12 +3,12 @@ include linux-imx.inc -PR = "${INC_PR}.12" +PR = "${INC_PR}.13" COMPATIBLE_MACHINE = "(mx6)" # Revision of 1.1.0 tag -SRCREV = "c27cb3851bb6f822f8a92e4a1e10fba19284bdd4" +SRCREV = "64eb436e9876a2d95abea34464addf37a0888f61" LOCALVERSION = "-1.1.0+yocto" # Revision of 12.10.02 tag -- 1.7.9.5