From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id A7F6EE006EC; Tue, 6 May 2014 18:36:56 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.220.52 listed in list.dnswl.org] Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5CC03E003C7 for ; Tue, 6 May 2014 18:36:53 -0700 (PDT) Received: by mail-pa0-f52.google.com with SMTP id kx10so333952pab.25 for ; Tue, 06 May 2014 18:36:53 -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=4YoQt33U9ZwDwotNipKUH1T2JY6kOPwAW3YCWNKDh0o=; b=BnN6FLPQ1jlqJFJT5zuipEZG3p2xSXIqKyH9XOqXOBtNLgB8RxvL2tQn981r1Up22u 1XIWXMp6EMJ66Pqq6CNzXbTGnddsCQYoa+uIqpIA6mDAk7s+0vj1unzzkuBH9X+s3IbA k3ykncHltqO/TAsSIfcbxLtR3L92CalnRj8XgkvR1y7UFIz73aothxKKnW30mAg/DLX8 yL5xPR/EnUDfIQ0znOZaMzA5JsD8fJvZgo18j+tL5tgu2UR9XGuGBoD58nnDdxqGu9eq W5ZuTifP4IH+hSTlajW96xLzKObFjcXVbT6eJrMwGbRMnQbxHaR8OuwQzgrBJ95Cw9hT UW9Q== X-Gm-Message-State: ALoCoQkBDkQ8yV0EDUUkaxmSwz83nrKEhfyosNUfKtB0RQpqT2g0592oiJGvli+mTTl0099cxhX9 X-Received: by 10.66.232.68 with SMTP id tm4mr12831287pac.114.1399426613434; Tue, 06 May 2014 18:36:53 -0700 (PDT) Received: from [192.168.0.124] ([63.226.49.26]) by mx.google.com with ESMTPSA id bw2sm259383pad.46.2014.05.06.18.36.51 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 06 May 2014 18:36:52 -0700 (PDT) Message-ID: <53698E30.1050908@boundarydevices.com> Date: Tue, 06 May 2014 18:36:48 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Otavio Salvador , meta-freescale@yoctoproject.org References: <20140507011320.C09A51AB197F6@nano.lab.ossystems.com.br> In-Reply-To: <20140507011320.C09A51AB197F6@nano.lab.ossystems.com.br> Subject: Re: Updates to meta-fsl-arm-extra (dora) in 2014-05-06 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, 07 May 2014 01:36:56 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 05/06/2014 06:13 PM, Otavio Salvador wrote: > Hello, > > I pushed following updates: > > commit 375f89b70655be2a17bbde36de6adb4e4a5a6975 > Author: Eric Nelson > Date: Sun May 4 08:08:40 2014 -0700 > > nitrogen6x: Add support for i.MX6SDL CPU variants to SOC_FAMILY > > The Nitrogen6x has options for i.MX6DL and i.MX6S, and > without mx6dl in the SOC_FAMILY, Dual-Lite/Solo features > of other components won't be built. > > The problem triggering this patch is the firmware-imx package, > which will not install the Dual-Lite/Solo firmware for the > VPU (lib/firmware/vpu_fw_imx6d.bin). > > Signed-off-by: Eric Nelson > Signed-off-by: Otavio Salvador > (cherry picked from commit 9d34fea1d067da7ffbca07b6f0827391aa207e7f) > Thanks, Otavio.