From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 1D9E7E00753; Tue, 27 Jan 2015 15:12:19 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.220.41 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id F102CE00753 for ; Tue, 27 Jan 2015 15:12:09 -0800 (PST) Received: by mail-pa0-f41.google.com with SMTP id kq14so21461984pab.0 for ; Tue, 27 Jan 2015 15:12:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=vv2/Ns+YTT6LFm916nb+HmZMTwD5sCEjhgEs2HGQNew=; b=Ma02k51JgUjHg2CtwEvKK5IQNiwo0/O59EgKhzeKjfrsPXMbyqpgMIxg9+H0OHGGhu UjQtHmHw3POqHG+mXAyWpUvMaqsDGrqWKG+EJTYHIbzvnpMk5U1hhpL9QdXApWk0Wqa6 7zzVqS/FCSUKLZlBqKLhRVnm1tu4xyVn0UwrxHG0LZXg1jaqyhhrStINaNsQborLOf5u 4ThlCZL1XFcw/YCVifV1Sotfx98zGTtZ05uzwMr/fiE/of7QJtIhWK/Y6dEF6hRu69o+ +Au4huf31SgEjDDuXDVXYo8NbNwVgKaNI5YWFP1D40QgtyblvXibdPq/rhWnWG4SBOzm 7iUw== X-Gm-Message-State: ALoCoQl4msTP4LAUg72vYMthZSqlnEGphXVxmWJpMUgtuSZxpYbLPmc3/9PUcTrxigsHxJgi2TH8 X-Received: by 10.70.48.70 with SMTP id j6mr825506pdn.66.1422400328904; Tue, 27 Jan 2015 15:12:08 -0800 (PST) Received: from ericsam.boundarydevices.com (wsip-70-184-93-199.ph.ph.cox.net. [70.184.93.199]) by mx.google.com with ESMTPSA id w8sm2641979pds.64.2015.01.27.15.12.07 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 27 Jan 2015 15:12:08 -0800 (PST) From: Eric Nelson To: meta-freescale@yoctoproject.org Date: Tue, 27 Jan 2015 16:12:00 -0700 Message-Id: <1422400320-18805-1-git-send-email-eric.nelson@boundarydevices.com> X-Mailer: git-send-email 1.9.1 Subject: [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17_1.0.1 - for daisy): Bump SRCREV to 120f379 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, 27 Jan 2015 23:12:19 -0000 This update contains a set of back-ports of patches from the boundary-imx_3.10.17_1.0.2_ga tree as described in commits d97ad3b and 0e92e1f. https://github.com/Freescale/meta-fsl-arm-extra/commit/d97ad3b https://github.com/Freescale/meta-fsl-arm-extra/commit/0e92e1f The first set is the focus of this update, since it contains important fixes for LCD output. The second contains a long list of updates to various drivers. Signed-off-by: Eric Nelson --- recipes-kernel/linux/linux-boundary_3.10.17.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-boundary_3.10.17.bb b/recipes-kernel/linux/linux-boundary_3.10.17.bb index 4a0e1ab..262e3c0 100644 --- a/recipes-kernel/linux/linux-boundary_3.10.17.bb +++ b/recipes-kernel/linux/linux-boundary_3.10.17.bb @@ -11,7 +11,7 @@ SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \ LOCALVERSION = "-1.0.1_ga+yocto" SRCBRANCH = "boundary-imx_3.10.17_1.0.1_ga" -SRCREV = "bed3f6a3741ee09cfc767d9628148269ed4fcb12" +SRCREV = "120f379a86940e789c1ff7d7c7ad56ca84ccc1b9" DEPENDS += "lzop-native bc-native" COMPATIBLE_MACHINE = "(mx6)" COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)" -- 1.9.1