From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com [209.85.192.175]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4563DE0165C for ; Wed, 16 Oct 2013 13:24:37 -0700 (PDT) Received: by mail-pd0-f175.google.com with SMTP id g10so1185795pdj.20 for ; Wed, 16 Oct 2013 13:24:37 -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=7w3FFWSZoSQ9GLW9G31jlfRNxFgqB4VabO89YskMNrM=; b=F2EpzMmCftdhKItbuC9XeMghze8tAX0z+v5Hx1uuJohirZy8zlwRqP5oZhmlZXoKqx +YpvQ9WfGFRM6yOKL6JVsXAgTcNgFBzV+lMZZEX7/47WCwIy7mKfRf5dmxSKRUR9Vj8e TjI27EhRmI+Rmzgh/3/zCFAnWfgqN2fmPHMSjm9hCUH/P+RJHXYtJ5hSYuAiCnHrOVJb rearh8GrBcQNCKCbO1erRdyphqh0Jq6RIrx2jbMRp4MBsEqa1u2FCVQyR2dlSx5N4hrR HbkATIfatj8nF0irA7cdRE2l7oHibg0EC5oI4kjSX6Wt4GJNl6NDRk97KpQG3dVAZDN0 /RIQ== X-Gm-Message-State: ALoCoQkq10Pem/rp9voCw6yEUJ0GIvBTwveGBsm+ArwxAXMAetZKaLsDZcMOpS1n3cUL589ZlSxA X-Received: by 10.67.30.70 with SMTP id kc6mr1279041pad.32.1381955077608; Wed, 16 Oct 2013 13:24:37 -0700 (PDT) Received: from [192.168.0.53] ([70.96.116.236]) by mx.google.com with ESMTPSA id sy10sm108887498pac.15.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 16 Oct 2013 13:24:36 -0700 (PDT) Message-ID: <525EF601.3090501@boundarydevices.com> Date: Wed, 16 Oct 2013 13:24:33 -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> 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:24:38 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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. Please advise, Eric