From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtprelay-b32.telenor.se (smtprelay-b32.telenor.se [213.150.131.21]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2C73CE0076C for ; Fri, 14 Feb 2014 03:57:15 -0800 (PST) Received: from ipb3.telenor.se (ipb3.telenor.se [195.54.127.166]) by smtprelay-b32.telenor.se (Postfix) with ESMTP id 4F0B3EACEA for ; Fri, 14 Feb 2014 12:57:13 +0100 (CET) X-SENDER-IP: [85.225.138.149] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApdiAAwE/lJV4YqVPGdsb2JhbABZgwUBAYM+hQywTIhAFwMBAQEBODWCZhxfEyEFGAEMCi2ICQGXbbErjhWBAYMOgRQEmCuUE4E/O4Es X-IronPort-AV: E=Sophos;i="4.95,844,1384297200"; d="scan'208";a="588581573" Received: from c-958ae155.447-1-64736c11.cust.bredbandsbolaget.se (HELO pi.fatal.se) ([85.225.138.149]) by ipb3.telenor.se with ESMTP; 14 Feb 2014 12:57:12 +0100 Received: by pi.fatal.se (Postfix, from userid 1000) id B8E8922578; Fri, 14 Feb 2014 12:57:09 +0100 (CET) Date: Fri, 14 Feb 2014 12:57:09 +0100 From: Andreas Henriksson To: meta-freescale@yoctoproject.org Message-ID: <20140214115707.GA7373@pi.fatal.se> MIME-Version: 1.0 User-Agent: Mutt/1.5.21 (2010-09-15) Subject: [meta-fsl-arm-extra][PATCH] linux-imx: fix missing initial space for cgtqmx6 patch 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: Fri, 14 Feb 2014 11:57:22 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Seems "same" changes has been made on both master and dora branch, but the dora commit has the space in place. This patch was created via: git diff freescale/dora..freescale/master recipes-kernel/linux/linux-imx_3.0.35.bbappend | patch -p1 -R Signed-off-by: Andreas Henriksson --- recipes-kernel/linux/linux-imx_3.0.35.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-imx_3.0.35.bbappend b/recipes-kernel/linux/linux-imx_3.0.35.bbappend index c3d50fc..9a8b2fb 100644 --- a/recipes-kernel/linux/linux-imx_3.0.35.bbappend +++ b/recipes-kernel/linux/linux-imx_3.0.35.bbappend @@ -2,4 +2,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" PRINC := "${@int(PRINC) + 5}" -SRC_URI_append_cgtqmx6 = "file://cgtqmx6/0001-Add-linux-support-for-congatec-evaluation-board-qmx6q.patch" +SRC_URI_append_cgtqmx6 = " file://cgtqmx6/0001-Add-linux-support-for-congatec-evaluation-board-qmx6q.patch" -- 1.8.5.3