From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B2CBFE0165C for ; Wed, 16 Oct 2013 13:10:36 -0700 (PDT) Received: by mail-pa0-f44.google.com with SMTP id lf10so1592986pab.31 for ; Wed, 16 Oct 2013 13:10:36 -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=0pMuwd43YygEqr1eaBIi/qCxOR9Ibxd3eGUiw9JVWwg=; b=ZEp8cGeWYqtuJ0JNU61BCRhWJpakI/fgJ/soxSc9H8poxn+53Wqs32x6/PjVtxLSvl nZQpv1LJ6t9gxlDl0i9To+Ak38DlCug/gmH/3OxmW4fhKS3B7m1vN8+u+IoNArVhXsz7 7Fimaaq/l0h6dJE/bfxQd9kdB/IF9l8vhuwasHhREXX5oG+VMRZ/iiGWOWkgVOAiL+It 2nzaFrO9dCU6mIgpnXYpl3SnHtFt90elL76sVMF/1cpwJSPSMt/f4fmF1yrWfUkwGs9k P9R6GhYwixdccMH+3zhYt0yyibVkXZmGN0GSMRBRTNladmNB2c2qrK8CxDdcfJikIpDR 8RCA== X-Gm-Message-State: ALoCoQnx6Tc/efvLhx8X9PT9lk6i7SwvxGZcJ5ta/f6LZVJKkIt1AsMID36ldvPewg7Wy7Tpwp4f X-Received: by 10.66.158.196 with SMTP id ww4mr5346736pab.57.1381954236738; Wed, 16 Oct 2013 13:10:36 -0700 (PDT) Received: from [192.168.0.53] ([70.96.116.236]) by mx.google.com with ESMTPSA id fb3sm26790785pbc.29.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 16 Oct 2013 13:10:35 -0700 (PDT) Message-ID: <525EF2B9.6090007@boundarydevices.com> Date: Wed, 16 Oct 2013 13:10: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> 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:10:37 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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.