From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-f179.google.com (mail-ie0-f179.google.com [209.85.223.179]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 85CE1E01498 for ; Sat, 6 Apr 2013 10:30:43 -0700 (PDT) Received: by mail-ie0-f179.google.com with SMTP id k11so5409896iea.38 for ; Sat, 06 Apr 2013 10:30:43 -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=ixf2CioCc6xDAU7pPcWkfOpdccM3orfjGj56gve56Ac=; b=FjWXPTNqlymlMvqsIoQDBANZ7DDIa6Uh1WgqQXspQNv+RsMBV1hGw6zZYpeQwKEBRi LnCfP/GXXQ+GU70JcQOw/xkHXOP5Hpee43d95n8L6ymH2F73zkVWqzRbawZdwpBZHTSA +rqBYMOiss/Cpgykd7azMfHTVKb3UfjQ6RQ5kYYnbrM6Ore5EzCEMh6locHqxA0xmM1k Ec9Jjh45CV+KsGObwqLESgATw87KJDP6H2qLxc8sjsYS29o3xoNzMPRPfQkodknkerev slC75dacqZ++JzftVaCiQeUR76tsWins89laOYX4T2/mjBmSAOAQFDnauKkJFyh/S9H/ Oi6A== X-Received: by 10.50.164.162 with SMTP id yr2mr2622214igb.0.1365269443107; Sat, 06 Apr 2013 10:30:43 -0700 (PDT) Received: from [192.168.0.55] ([70.96.116.236]) by mx.google.com with ESMTPS id p11sm7370606igr.4.2013.04.06.10.30.38 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 06 Apr 2013 10:30:42 -0700 (PDT) Message-ID: <51605BBC.6080009@boundarydevices.com> Date: Sat, 06 Apr 2013 10:30:36 -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> <516056A4.1030202@boundarydevices.com> In-Reply-To: X-Gm-Message-State: ALoCoQmzamnRcT5ZbWKAChMGxQ1LPCW8318voeIX/Ep8xSEaRf5CmRfBTNzt3W1pAbpyr6ntrKsK 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:30:43 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/06/2013 10:13 AM, Otavio Salvador wrote: > On Sat, Apr 6, 2013 at 2:08 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 >>> >> >> Are there dependencies on this patch? >> >> It didn't apply cleanly based on Master+patch 1 of the series. > > My tree looks like: > > 5928872 linux-imx: Cleanup recipe as SabreLITE machine has been moved > 1e6c433 imx6qsabrelite: Move to SabreLITE to meta-fsl-arm-extra > 680c6a3 gst-plugins-gl: Avoid leaking memory > Thanks Otavio, It looks like I had some leftover stuff in my local tree and 'repo init -b master' didn't fix it...