From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-f48.google.com (mail-bk0-f48.google.com [209.85.214.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B30E6E005B3 for ; Fri, 14 Jun 2013 01:53:50 -0700 (PDT) Received: by mail-bk0-f48.google.com with SMTP id jf17so132773bkc.35 for ; Fri, 14 Jun 2013 01:53:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=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=AJd3idLiqivQZnyo0hZpDIJicz+X9/dRjx8u3sghz+w=; b=Uho7qCIlQclWpFG0BWdEjyyArETGhuPAQ870MOu9Mn9/sdqXD/L+hlRiPmyq943KtN I8mDgepiQz9aHJcG2ghFQyDo0ZrDXbITAP6DYektLclz0LpofHnnepmdfYVEwxsF1Mne i7lJFK9e0a54gd9GYJCiqmqvKiz2pRk4lVH1+etC0Q2DvBcN/ROi7M5fwy0VYoFG7xhh sIFYnEYbevmjPgKDy7xLS5ZCnXkAuTkREJs3kZXb0+Ji9QUCRvG5YAFVCidoDucjWMyP su8Ck03aclUI/LWtHClI/bH6dCRjmcYXljLeGK0gp3FnoP2OLtqJCW1W8TS4jQc5poFO b1MQ== X-Received: by 10.205.38.195 with SMTP id tj3mr186232bkb.67.1371200029612; Fri, 14 Jun 2013 01:53:49 -0700 (PDT) Received: from rudolf.localnet (ppp-46-244-173-109.dynamic.mnet-online.de. [46.244.173.109]) by mx.google.com with ESMTPSA id np10sm305539bkb.10.2013.06.14.01.53.48 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 14 Jun 2013 01:53:48 -0700 (PDT) From: Thomas Senyk To: Otavio Salvador Date: Fri, 14 Jun 2013 10:53:36 +0200 Message-ID: <2286516.dYux6Ptp1B@rudolf> Organization: Pelagicore AG User-Agent: KMail/4.10.4 (Linux/3.9.5-1-ARCH; KDE/4.10.4; x86_64; ; ) In-Reply-To: References: <1700257.gsHOLgjAkU@rudolf> <1641333.vOZRZAt7aK@rudolf> MIME-Version: 1.0 X-Gm-Message-State: ALoCoQnInQPvojuf2duC3+HEm6kYqdqxxWzRY6fB7ITftnsCRvqmFxFJRdMdzuCICgwFpGsij4Jn Cc: "meta-freescale@yoctoproject.org" Subject: Re: gstreamer on wandboard-solo 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: Fri, 14 Jun 2013 08:53:52 -0000 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Thursday, 13 June, 2013 13:12:36 Otavio Salvador wrote: > On Thu, Jun 13, 2013 at 11:50 AM, Thomas Senyk > > wrote: > > ...either adding libfslcodec to IMAGE_INSTALL is wrong?..or this might be > > the > > problem? > > Add: > > libfslcodec-meta into CORE_IMAGE_EXTRA_INSTALL. No, same thing, no matter if I use IMAGE_INSTALL, CORE_IMAGE_EXTRA_INSTALL in image file or local.conf, I always get: | Error: libfslcodec-meta not found in the base feeds (wandboard_solo armv7a- vfp-neon armv7a-vfp armv7a armv6-vfp armv6 armv5e-vfp armv5e armv5-vfp armv5 armv4 arm noarch any all). What does that error even mean? .. I first though it's maybe COMPATIBLE_MACHINE, but that's check during building and not during do_rootfs bitbake libfslcodec is successful, bitbake libfslcodec-meta is not, but I guess that's because it's a dynamic package. Greets Thomas