From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f49.google.com (mail-pb0-f49.google.com [209.85.160.49]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 87095E01482 for ; Thu, 30 May 2013 04:36:58 -0700 (PDT) Received: by mail-pb0-f49.google.com with SMTP id rp8so186628pbb.22 for ; Thu, 30 May 2013 04:36:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:organization:user-agent:mime-version :to:subject:content-type:content-transfer-encoding; bh=tymJTgA7zEcotVRIq/gERa8PJX/Y1YuxM+9uQgrfjJE=; b=C3ZKV5W/lPDmGR6Osnq8ddlbhJZnufE5A+tWwgCrzDh+Cfm+l7hBBdm2I6Hhp4FdJW rECMfHP0a4ZzSORen2xehEmXXeOruKJolGzHFcvfDP5cn++GBhPboH1Xlez1hQq2c3+N 0kAq/kr9k5g4JdBYNCfpnAoJ2aLCVlnlUTh9Q3hFHCs980I0S48IQfySYMNPgcZgbMjm GpU6KIDnhjD9qUj/NhIYXVnFVecffaOInA6QuDSXgA5VlL1dETW8ndJBBvzfW1aOYjYj tr3PVbg8AMFYCS3t9ZbSlroB0/pUTs0z9JnF3jVxw7LKcbUJ8ppNteNngRo+FCZ/4X+M MOfA== X-Received: by 10.66.159.130 with SMTP id xc2mr7910133pab.61.1369913818337; Thu, 30 May 2013 04:36:58 -0700 (PDT) Received: from [183.181.99.187] (PPPbm183.fukushima-ip.dti.ne.jp. [183.181.99.187]) by mx.google.com with ESMTPSA id cc15sm44494618pac.1.2013.05.30.04.36.57 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 30 May 2013 04:36:57 -0700 (PDT) Message-ID: <51A739CB.6000701@gmail.com> Date: Thu, 30 May 2013 20:36:43 +0900 From: Daniel Kenji Morgan Organization: Daniel Kenji Morgan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org Subject: Trouble installing fsl codec libraries X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: daniel.kenji.morgan@gmail.com 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: Thu, 30 May 2013 11:36:58 -0000 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Hello, I'm trying to play audio files using gstreamer on the SABRE Lite board. I've tried building an image by inheriting "core-image" and adding "gstreamer" and "gst-fsl-plugin" to CORE_IMAGE_EXTRA_INSTALL. For some reason, none of the codecs included in "libfslcodec" are installed onto my image even though they are built. The parsers in libfslparser are installed without any problems. I've tried messing about with various recipes, but have had no success so far in getting the codecs to be installed. Can anyone give me some insight into what I might be doing wrong? I am currently using Poky 1.3 (danny) for all required meta layers.