From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f169.google.com (mail-pd0-f169.google.com [209.85.192.169]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 987C0E016A0 for ; Wed, 16 Oct 2013 09:27:47 -0700 (PDT) Received: by mail-pd0-f169.google.com with SMTP id q10so429986pdj.0 for ; Wed, 16 Oct 2013 09:27:47 -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 :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=PNUKy3tXhOARV8RN+6zXm8QV4s9479oVYPV2clZe5xE=; b=UWLl8YtlF+IhgIHbWix0lH9HZxJI4xTVUocX1d42vzzL3zrSiUI0dvEAOoy5KGl2B8 tIijDPPpmo/AR57qJdy5pE6D9eA03vjog2QDAMxniRtg6a3UeA88ElDabpym6bS7DmOq AXn5J0Of8k7GcjfTIZ6nwFhNW+EqCBaXbb0XiVSq8UjD03ZZzYGMP/eSXD71hrD+s4rr mYyNjcGFBHnH/MjQGpHYUWI+flKA4GUV8aDYAjwfPA5eVg0Z5p2X/e2NKP+VyONdcV7a hmdGvqmwn0zaGqF1IJoRuga/CR+Y1dKBtW1u24SUf4RwJE6BUd/YjEMgjFjpNGc5Omxk jJPw== X-Gm-Message-State: ALoCoQn0D+FJkGdNO4MmwU98O85o3gscXUc0TblceO4rFcBWYy4SvW9vYJqqokk/wmVmG6CUuwjp X-Received: by 10.66.66.202 with SMTP id h10mr4522111pat.70.1381940867013; Wed, 16 Oct 2013 09:27:47 -0700 (PDT) Received: from [192.168.0.53] ([70.96.116.236]) by mx.google.com with ESMTPSA id bt1sm92192560pbb.2.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 16 Oct 2013 09:27:46 -0700 (PDT) Message-ID: <525EBE7F.3090501@boundarydevices.com> Date: Wed, 16 Oct 2013 09:27:43 -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 , meta-freescale Mailing List References: <1365265828-28655-1-git-send-email-otavio@ossystems.com.br> <1365265828-28655-4-git-send-email-otavio@ossystems.com.br> In-Reply-To: <1365265828-28655-4-git-send-email-otavio@ossystems.com.br> 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 16:27:47 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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? ERROR: Fetcher failure: Unable to find file file://defconfig anywhere. The paths that were searched were: /home/ericn/yoctosl/sources/meta-fsl-arm-extra/recipes-kernel/linux/linux-boundary-3.0.35/arm /home/ericn/yoctosl/sources/meta-fsl-arm-extra/recipes-kernel/linux/linux-boundary-3.0.35/armv7a /home/ericn/yoctosl/sources/meta-fsl-arm-extra/recipes-kernel/linux/linux-boundary-3.0.35/mx6 /home/ericn/yoctosl/sources/meta-fsl-arm-extra/recipes-kernel/linux/linux-boundary-3.0.35/mx6q /home/ericn/yoctosl/sources/meta-fsl-arm-extra/recipes-kernel/linux/linux-boundary-3.0.35/imx6qsabrelite /home/ericn/yoctosl/sources/meta-fsl-arm-extra/recipes-kernel/linux/linux-boundary-3.0.35/poky /home/ericn/yoctosl/sources/meta-fsl-arm-extra/recipes-kernel/linux/linux-boundary-3.0.35/ /home/ericn/yoctosl/sources/meta-fsl-arm-extra/recipes-kernel/linux/linux-boundary/arm /home/ericn/yoctosl/sources/meta-fsl-arm-extra/recipes-kernel/linux/linux-boundary/armv7a /home/ericn/yoctosl/sources/meta-fsl-arm-extra/recipes-kernel/linux/linux-boundary/mx6 /home/ericn/yoctosl/sources/meta-fsl-arm-extra/recipes-kernel/linux/linux-boundary/mx6q /home/ericn/yoctosl/sources/meta-fsl-arm-extra/recipes-kernel/linux/linux-boundary/imx6qsabrelite /home/ericn/yoctosl/sources/meta-fsl-arm-extra/recipes-kernel/linux/linux-boundary/poky /home/ericn/yoctosl/sources/meta-fsl-arm-extra/recipes-kernel/linux/linux-boundary/ /home/ericn/yoctosl/sources/meta-fsl-arm-extra/recipes-kernel/linux/files/arm /home/ericn/yoctosl/sources/meta-fsl-arm-extra/recipes-kernel/linux/files/armv7a /home/ericn/yoctosl/sources/meta-fsl-arm-extra/recipes-kernel/linux/files/mx6 /home/ericn/yoctosl/sources/meta-fsl-arm-extra/recipes-kernel/linux/files/mx6q /home/ericn/yoctosl/sources/meta-fsl-arm-extra/recipes-kernel/linux/files/imx6qsabrelite /home/ericn/yoctosl/sources/meta-fsl-arm-extra/recipes-kernel/linux/files/poky /home/ericn/yoctosl/sources/meta-fsl-arm-extra/recipes-kernel/linux/files/ /home/ericn/yoctosl/downloads/