From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by yocto-www.yoctoproject.org (Postfix) with ESMTPS id 637FCE014F4 for ; Tue, 5 Mar 2013 04:34:19 -0800 (PST) Received: by mail-we0-f178.google.com with SMTP id u7so4626091wey.23 for ; Tue, 05 Mar 2013 04:34:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:subject:date:message-id:organization:user-agent :mime-version:content-transfer-encoding:content-type :x-gm-message-state; bh=gk0RGsmZ43won8iB4MgQmf7oB5IVxqhr1QUTbGHYyRQ=; b=jxsV5r8cHYXDvQdvb0FKMipcvKTbRb8RVjOAx7TB4GL2NOAhpHaqhbHzbytXI+ltR/ C9Hu2/srNPPvJL+uSSf0Asd2TGBNW683CPDBrMJ+fRr8c4HSGG5C1mGYht9JCjdrFNA+ z/JTAk1QftQWR0G0cMHXtRE001RtuIpMNiGWkxmopeNIK3QJw6mIZpJevT5/Y/CvRsTu wQc3HVdsghrg3Gi0S24Kb+N4BAkW8ZA9yvMXAeZmZ41k66kkVQ22+IjBo1l3Di87Dcpc 9acn7AC5Z123M2peJb7bzf6P+dwDvsLjyJMat8jWkL6K9pPUzctUX1eshGYd+dOVUzWV wPaQ== X-Received: by 10.204.150.142 with SMTP id y14mr9351081bkv.63.1362486857628; Tue, 05 Mar 2013 04:34:17 -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 gy3sm7016606bkc.16.2013.03.05.04.34.16 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 05 Mar 2013 04:34:16 -0800 (PST) From: Thomas Senyk To: meta-freescale@yoctoproject.org Date: Tue, 05 Mar 2013 13:34:15 +0100 Message-ID: <1533663.IzzVRmhX1H@rudolf> Organization: Nokia User-Agent: KMail/4.10 (Linux/3.7.9-2-ARCH; KDE/4.10.0; x86_64; ; ) MIME-Version: 1.0 X-Gm-Message-State: ALoCoQlx8kwXxAtFpA/7R5hUqDaQTKzkVcSsugJc+1bQNDLKnM3jmIY+QJCDSn1Ixu057+XUOWoD Subject: 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 12:34:20 -0000 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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-? Greets Thomas