From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id DD4D4E00957; Thu, 9 Apr 2015 06:12:05 -0700 (PDT) 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,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.213.175 listed in list.dnswl.org] Received: from mail-ig0-f175.google.com (mail-ig0-f175.google.com [209.85.213.175]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 899E4E008EC for ; Thu, 9 Apr 2015 06:12:02 -0700 (PDT) Received: by iggg4 with SMTP id g4so65844695igg.0 for ; Thu, 09 Apr 2015 06:12:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=uFacffJtB4z6uXEEuBWTHt9hVQRblJnhazO6Rqv4/CY=; b=pQ4gBy3n8c03CZWbf7J4mmm8Yuz8Pp9u95NiuGHfVxh2PKOVVIYU63/i2JDtCZhGua TL00y4AHtIFbFQUEm/XhqYNU0887qJ/BNvDZyDUwkS3BJ/ny14QofXLj4o3rFZBR5bO2 PEKDWHki0+KQmBwW9GcHbkOfzTQoHrX7kM/BZli4c0tuAsT0xhfQZQNcz7TvqFc5vtaI LY9xcpw6I+k1Mjzk4CQIqUjXIIotXTs3OX27VZfEMs4TP1tgbGNJB2kl0G8CHeIhpcEz AmNWqp1aoLXggt2TgepqHXf6BVj33yHbSxxdBADsfKsZMIOXKgnB5XbFGI02zst+pLAA W3yw== MIME-Version: 1.0 X-Received: by 10.42.12.197 with SMTP id z5mr38508125icz.71.1428585122485; Thu, 09 Apr 2015 06:12:02 -0700 (PDT) Sender: otavio.salvador@gmail.com Received: by 10.107.23.6 with HTTP; Thu, 9 Apr 2015 06:12:02 -0700 (PDT) In-Reply-To: References: <1428563107-28112-1-git-send-email-valentin@compulab.co.il> <1428563107-28112-2-git-send-email-valentin@compulab.co.il> Date: Thu, 9 Apr 2015 10:12:02 -0300 X-Google-Sender-Auth: sjUI9Sq7p8r7R9vf2l77aa4194M Message-ID: From: Otavio Salvador To: Daiane Angolini Cc: "meta-freescale@yoctoproject.org" Subject: Re: [PATCH 2/3] cm-fx6:kernel: add cm-fx6 kernel configuration files 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: Thu, 09 Apr 2015 13:12:05 -0000 Content-Type: text/plain; charset=UTF-8 Hello Valentin, Daiane comments were very accurate, I am adding some more comments on top of her ones... On Thu, Apr 9, 2015 at 8:58 AM, Daiane Angolini wrote: > On Thu, Apr 9, 2015 at 4:05 AM, Valentin Raevsky > wrote: >> Add cm-fx6 kernel configuration files. >> This is a fork of the linux-imx 3.10.17.ga with the CompuLab patches >> for cm-fx6 boards. >> >> Signed-off-by: Valentin Raevsky ... >> diff --git a/recipes-kernel/linux/linux-cm-fx6-3.10.17/cm_fx6_kernel.patch b/recipes-kernel/linux/linux-cm-fx6-3.10.17/cm_fx6_kernel.patch >> new file mode 100644 >> index 0000000..a78f1d2 >> --- /dev/null >> +++ b/recipes-kernel/linux/linux-cm-fx6-3.10.17/cm_fx6_kernel.patch > > Where is the header for this patch? Could you, please add a proper > commit header in this patch? Like subject, commit log, authorship, > this kind of thing... It seems you are applying a patch on top of the Freescale original kernel. I believe it would be easier for you if you had a Git tree with it applied (and preferable with useful git history). CompuLab seems to have a github tree[1] so you can use it as reference and also you can base on Boundary Devices[2] Git tree and their recipe[3] in meta-fsl-arm-extra. 1. https://github.com/compulab/cm-fx6-kernel 2. https://github.com/boundarydevices/linux-imx6/tree/boundary-imx_3.10.53_1.1.1_ga 3. https://github.com/Freescale/meta-fsl-arm-extra/blob/master/recipes-kernel/linux/linux-boundary_3.10.53.bb >> diff --git a/recipes-kernel/linux/linux-cm-fx6_3.10.17.bb b/recipes-kernel/linux/linux-cm-fx6_3.10.17.bb ... >> +COMPATIBLE_MACHINE = "(mx6)" >> +COMPATIBLE_MACHINE = "(cm-fx6|sbc-fx6|sbc-fx6m)" ... Please restrict this to the cm-fx6 board as this is the one being added now. When others are send this can be extended. A more general rework necessary is the update to 3.10.53. This is required as current GPU drivers are incompatible with 3.10.17-based kernel. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750