From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 65A05E0165C for ; Wed, 16 Oct 2013 13:50:59 -0700 (PDT) Received: by mail-pa0-f43.google.com with SMTP id hz1so1291404pad.30 for ; Wed, 16 Oct 2013 13:50:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=94Q56TAz0em5kPzgphxrQuIaN4L2VmB6ElIqQnhEAk8=; b=YViUPSY7jFZ/vNkjY0ejzt/d9RTz0H+wiz3ABRJiwI5Z1qNe1bFAVnvruNU3bN912k vhAn800OGnI8LeM3TcjQkzgpj7pxJjIYcuCzul4yzwlIhRB5yStCqzW1v9nd4ohfvkzv B2bqqJg5/bD5cOo0n6mXghfggSqHkRLvcm0k1jQmpzkW6M1YAa76EwP2H+h74KKNepgg XhtJbUr3W0i4ApAcDEOgX2WgHzhitCP+00mW2keQdZgbBHMnONa4rNRNdFlMPVV2NiJx XmgiEwUm4VSzGfjZqAqXW7ztspw5YhkB9ALXcgQIVcSEypoNkewDRPS8/avN5Rc3m7ir drbQ== X-Gm-Message-State: ALoCoQnCDbziD/yGLYHpcYRQtXwyyGs6RfpJoHDTasjvvM434RvQ6JjGN3M4F9lE+NHbm85SN7I1 X-Received: by 10.68.164.165 with SMTP id yr5mr4844858pbb.146.1381956659248; Wed, 16 Oct 2013 13:50:59 -0700 (PDT) Received: from [192.168.0.53] ([70.96.116.236]) by mx.google.com with ESMTPSA id yo2sm108968869pab.8.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 16 Oct 2013 13:50:55 -0700 (PDT) Message-ID: <525EFC2C.3000802@boundarydevices.com> Date: Wed, 16 Oct 2013 13:50:52 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Otavio Salvador References: <1365265828-28655-1-git-send-email-otavio@ossystems.com.br> <1365265828-28655-4-git-send-email-otavio@ossystems.com.br> <525EBE7F.3090501@boundarydevices.com> <525EF2B9.6090007@boundarydevices.com> <525EF601.3090501@boundarydevices.com> In-Reply-To: Cc: meta-freescale Mailing List Subject: Re: [meta-fsl-arm][PATCH 2/2] linux-imx: Cleanup recipe as SabreLITE machine has been moved 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: Wed, 16 Oct 2013 20:51:00 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 10/16/2013 01:30 PM, Otavio Salvador wrote: > On Wed, Oct 16, 2013 at 5:24 PM, Eric Nelson > wrote: >> On 10/16/2013 01:21 PM, Otavio Salvador wrote: >>> >>> On Wed, Oct 16, 2013 at 5:10 PM, Eric Nelson >>> wrote: >>>> >>>> On 10/16/2013 10:04 AM, Otavio Salvador wrote: >>>>> >>>>> >>>>> On Wed, Oct 16, 2013 at 1:27 PM, Eric Nelson >>>>> wrote: >>>>>> >>>>>> >>>>>> Hi Otavio, >>>>>> >>>>>> On 04/06/2013 09:30 AM, Otavio Salvador wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>> The SabreLITE machine is now supported using the Boundary Devices >>>>>>> kernel in meta-fsl-arm-extra, so we remove the patch and specific >>>>>>> overrides of this recipe. >>>>>>> >>>>>>> Change-Id: I109226bf6fc5f5d9979430795b990dfe09b11421 >>>>>>> Signed-off-by: Otavio Salvador >>>>>>> --- >>>>>>> .../linux-imx-3.0.35/imx6qsabrelite/defconfig | 272 - >>>>>>> .../imx6qsabrelite/sync-boundary-changes.patch | 7473 >>>>>>> -------------------- >>>>>>> recipes-kernel/linux/linux-imx_3.0.35.bb | 3 - >>>>>>> 3 files changed, 7748 deletions(-) >>>>>>> delete mode 100644 >>>>>>> recipes-kernel/linux/linux-imx-3.0.35/imx6qsabrelite/defconfig >>>>>>> delete mode 100644 >>>>>>> >>>>>>> >>>>>>> recipes-kernel/linux/linux-imx-3.0.35/imx6qsabrelite/sync-boundary-changes.patch >>>>>>> >>>>>> >>>>>> It seems that this broke something. Machine-type "imx6qsabrelite" will >>>>>> fail to fetch because of a missing defconfig file. >>>>>> >>>>>> With MACHINE="imx6qsabrelite", the fetch command for "linux-boundary" >>>>>> doesn't know to search in "nitrogen6x/" as shown below. >>>>>> >>>>>> Is there a way to fix this besides copying the directory? >>>>> >>>>> >>>>> >>>>> Yes; you can add it to the MACHINEOVERRIDES. >>>>> >>>>> You can add to imx6qsabrelite.conf: >>>>> >>>>> MACHINEOVERRIDES =. "nitrogen6x" >>>>> >>>>> This should do the trick. >>>>> >>>> Thanks Otavio. >>>> >>>> I had to use "=" instead of "=." or the fetch process would look >>>> in a directory named "nitrogen6ximx6qsabrelite/". >>>> >>>> A patch is forthcoming. >>> >>> >>> MACHINEOVERRIDES =. "nitrogen6x:" >>> >>> With the : it would work. >>> >> >> Rats! I tried ":nitrogen6x" and got the same thing (nitrogen6ximx6q...). >> >> Any problem with just = "nitrogen6x"? >> >> Since we don't have a proper imx6qsabrelite directory, this seems >> a reasonable approach. > > Yes but if we need a SABRELite dir in future we'll need to change it again. > I hope we don't. The kernel takes care of all of that, and we should be moving to consolidate via DT. > It is up to you. > My preference is to use the patch as given and move forward. Right now, the "imx6qsabrelite" machine type is simply broken. Regards, Eric