From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-f171.google.com (mail-ie0-f171.google.com [209.85.223.171]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1CD36E0136C for ; Sat, 6 Apr 2013 10:08:56 -0700 (PDT) Received: by mail-ie0-f171.google.com with SMTP id e14so5463567iej.2 for ; Sat, 06 Apr 2013 10:08:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding:x-gm-message-state; bh=C9/e1kZEx+DCtakJLL7tZ+ea3QusGD0TYe/fLj2VVgQ=; b=dZlSvKLNPYaYKI9yps6c/Y2u/MggySbaRLIROkg9WeTd9fgKhfluNfN5wKhlwi/lfB kYH3PSixBvp+3rjSZNl1tzDyKr0n5EpSyh9lLmc4J9xNt8qUqx7r4+NPT3Ca+15FhaQL Sr62iQXtiIztmGq0YZn8K9ID3rqw6SC8nle26MUkTeZTxRcGAb3FA+IkG8+6IMKeD3n9 tWfdJzq6tIr6okH3j71cFrGcLMpF1urZDL3kzvoVPdsjjoNXygWUtn0PB+ggIpvCLT9k iIBlH1Q0lXV9pRsr2VxCQskCr52kBe+vXs5Vuqj2GT4aWLw9gca7T3T7uLRDThU+RCkT db2Q== X-Received: by 10.50.67.18 with SMTP id j18mr2526606igt.110.1365268136369; Sat, 06 Apr 2013 10:08:56 -0700 (PDT) Received: from [192.168.0.55] ([70.96.116.236]) by mx.google.com with ESMTPS id xc3sm7265560igb.10.2013.04.06.10.08.54 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 06 Apr 2013 10:08:55 -0700 (PDT) Message-ID: <516056A4.1030202@boundarydevices.com> Date: Sat, 06 Apr 2013 10:08:52 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 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> In-Reply-To: <1365265828-28655-4-git-send-email-otavio@ossystems.com.br> X-Gm-Message-State: ALoCoQlXhWFHSljUiGZwDz6kl3pxF4AwTrU6Tz1mtP4q8+NGMuRota7pw1vwqxeffSGnJBI/POwR 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: Sat, 06 Apr 2013 17:08:57 -0000 Content-Type: text/plain; charset=windows-1252; 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 > Are there dependencies on this patch? It didn't apply cleanly based on Master+patch 1 of the series. Please advise, Eric