From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-f45.google.com (mail-bk0-f45.google.com [209.85.214.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by yocto-www.yoctoproject.org (Postfix) with ESMTPS id 3538AE014C5 for ; Tue, 5 Mar 2013 09:58:24 -0800 (PST) Received: by mail-bk0-f45.google.com with SMTP id i18so94399bkv.4 for ; Tue, 05 Mar 2013 09:58:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type:x-gm-message-state; bh=6z72CtQ49fqUxps9CZkjLGvGdjZi1M+L4tFNVH9EAkg=; b=X7yIFHHV0HBrhbjV4BofTVPlOVGG2ZuGc7ZDAy8uTt63fcGLuUsB2UHPeeCATvc3hm MSQtVWoFfPSvQlxxjWTVI5JRez115v8DlsJSOSoYDJ3d4muQLJhN3iHfZIvTuYqA9oYV PgEBmirsWoBpylHR4hfhjtWhk28TYP//yktJ8r61+Un0x/avYo7NgIZ65H2zm4HzRN3q Ryf6fKAKuSoVc5R1anKJF4UTWv2cSS9dZriEc5A0frD5zak8/FjPgkCHsU1IRXOSYICt EuvqUKwI7osy42uUigKaDtAqKAb9PmESBk+fNIiYj9TyAPvMClI9Zo91Y6o6gj1YJAlu 4sMg== X-Received: by 10.204.149.87 with SMTP id s23mr9892726bkv.33.1362506302117; Tue, 05 Mar 2013 09:58:22 -0800 (PST) Received: from rudolf.localnet (ppp-88-217-8-202.dynamic.mnet-online.de. [88.217.8.202]) by mx.google.com with ESMTPS id io13sm7444491bkc.15.2013.03.05.09.58.20 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 05 Mar 2013 09:58:21 -0800 (PST) From: Thomas Senyk To: Otavio Salvador Date: Tue, 05 Mar 2013 18:58:19 +0100 Message-ID: <11877672.x7VRdodpCu@rudolf> Organization: Nokia User-Agent: KMail/4.10 (Linux/3.7.9-2-ARCH; KDE/4.10.0; x86_64; ; ) In-Reply-To: References: <1533663.IzzVRmhX1H@rudolf> <2525222.0X1a7muAfm@rudolf> MIME-Version: 1.0 X-Gm-Message-State: ALoCoQkASh07xxviiaj9Sw4EuU3/nUltma1xSjQyJkfgGR/9IoV82KpJCHbOSfDDOZhnSJ5hQbMG Cc: "meta-freescale@yoctoproject.org" Subject: Re: installing firmware-imx 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: Tue, 05 Mar 2013 17:58:24 -0000 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Tue, March 05, 2013 14:36:06 Otavio Salvador wrote: > On Tue, Mar 5, 2013 at 2:35 PM, Thomas Senyk > > wrote: > > On Tue, March 05, 2013 13:57:51 Otavio Salvador wrote: > >> On Tue, Mar 5, 2013 at 1:52 PM, Thomas Senyk > >> > >> wrote: > >> > On Tue, March 05, 2013 13:38:00 Otavio Salvador wrote: > >> >> On Tue, Mar 5, 2013 at 9:34 AM, Thomas Senyk > >> >> > >> >> wrote: > >> >> > Hi, > >> >> > > >> >> > I just tried to install the imx6 vpu firmware. > >> >> > I needed to do: > >> >> > IMAGE_INSTALL += "firmware-imx-vpu-imx6q" > >> >> > > >> >> > firmware-imx-vpu or firmware-imx is not working. > >> >> > .. that way my image is not only fsl-specific (which it already is > >> >> > due > >> >> > to > >> >> > fsl- codec) but also chip specific. > >> >> > > >> >> > Not sure I get this right, but the fsl-codecs are useless without > >> >> > the > >> >> > firmware, right? > >> >> > If so: maybe the fsl-codecs/gst-fsl-plugin should have a RDEPENDS on > >> >> > firmware- imx-vpu-? > >> >> > >> >> Which image are you using? core-image-base and above ought to have the > >> >> right set of firmware out of box. > >> > > >> > Our own using 'inherit core-image' > >> > So it's similar to (/more then) 'core-image-base' > >> > > >> > I colleague found that adding packagegroup-base adds the firmware > >> > > >> > ... is that the right way of doing it? > >> > >> Yes; this is the generic way of adding it. However it is automatically > >> done by every image inheriting core-image. > > > > Ok, but then their is a bug :) > > Our image does(!) 'inherit core-image' but the firmware does not get > > deployed. > You must be overriding something, read bellow. Ah! Now I got you :) Thanks for the Tip! I'll try > > >> So you must be doing: > >> > >> IMAGE_INSTALL = "... " > >> > >> And this is wrong, in this specific case. Please change it to: > >> > >> CORE_IMAGE_EXTRA_INSTALL += " ... "