From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yk0-f176.google.com (mail-yk0-f176.google.com [209.85.160.176]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 21C66E0073C for ; Tue, 25 Mar 2014 11:51:33 -0700 (PDT) Received: by mail-yk0-f176.google.com with SMTP id 19so2287669ykq.7 for ; Tue, 25 Mar 2014 11:51:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=u5PIs7hQxLoE/Fo2CNp9v/3kTRr6fmsYIyxMmWwelP8=; b=oYfV2PdXq5mw7Q2rXsEstqw99wOEY/vEfHNSyJ3/ZJZGDiqJ2RqlPr343KYB5MwEjn PnDiUBA2WtA0SspPFhRbku29r0DrPSMBAsZ92d+aruj1slVGVUBlIogZNFTfdItfeZve gcKYqJ6yGhgKVIutWNYwlY3fUtTHTan2w4mLkmYBb/0MXn45zm6O78oHxhz/bG4a7Qde MlAE3suLIsffY4CWbU/HRXmXdtAMH/IvU4C7+BPDchkk8fpi2mxGq9AbBpzfiKqZQpKh 66E8edGf513n/jOjJU7jkKCug7AUlUylvkcDt1HbK8a7tsZb0dQisIBRcgCxByzyrWp8 qKTA== X-Received: by 10.236.181.4 with SMTP id k4mr4197972yhm.129.1395773492538; Tue, 25 Mar 2014 11:51:32 -0700 (PDT) Received: from localhost.localdomain ([75.76.197.2]) by mx.google.com with ESMTPSA id e5sm29848954yhj.14.2014.03.25.11.51.31 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Mar 2014 11:51:32 -0700 (PDT) From: rjohnweber@gmail.com To: meta-freescale@yoctoproject.org Date: Tue, 25 Mar 2014 13:50:18 -0500 Message-Id: <5331d034.858cec0a.5c49.32ae@mx.google.com> X-Mailer: git-send-email 1.7.9.5 Subject: [meta-fsl-arm-extra][PATCH v3 1/2] linux-wandboard (3.10.17): Update SRCREV to 4a8ad4 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: Tue, 25 Mar 2014 18:51:36 -0000 From: John Weber Update Wandboard 3.10.17 kernel to commit 4a8ad4, which includes an update to the DTS to enable all mxcfb devices and a fix for the sgtl5000 driver. Signed-off-by: John Weber --- Changes in v2: Changed SRCREV to pick up sgtl5000 driver fixes Changes in v3: None, except to apply against master-next recipes-kernel/linux/linux-wandboard_3.10.17.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-wandboard_3.10.17.bb b/recipes-kernel/linux/linux-wandboard_3.10.17.bb index be13846..61f5438 100644 --- a/recipes-kernel/linux/linux-wandboard_3.10.17.bb +++ b/recipes-kernel/linux/linux-wandboard_3.10.17.bb @@ -8,7 +8,7 @@ DEPENDS += "lzop-native bc-native" # Wandboard branch - based on 3.10.17_1.0.0_beta from Freescale git SRCBRANCH = "wandboard_imx_3.10.17_1.0.0_beta" -SRCREV = "95f32b732fa4a1f5a497494ea2ba7d2e3b65d6c0" +SRCREV = "4a8ad4e16bbc17be82e95ffcd4241e21d441efbd" LOCALVERSION = "-1.0.0-wandboard" -- 1.7.9.5