From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 67B0DE0085F; Tue, 25 Nov 2014 06:50:20 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,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.41 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1A8B2E0084A for ; Tue, 25 Nov 2014 06:50:16 -0800 (PST) Received: by mail-pa0-f41.google.com with SMTP id rd3so731491pab.0 for ; Tue, 25 Nov 2014 06:50:15 -0800 (PST) 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 :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=BLWMrUiCg2t3GbENc6xK9n/CWwMlHLADUwdAJF+K/3c=; b=c5YLeoaWICyO5fHKgu22jEG82GRDY67Sfqwmmy8fMNSIouMSnU9OFplXITwGIW6zCB dJgzpBdi9a3qRDW9PaWANRz8utFvdgCBbLpq+bvuPr1JztqJ0tOkFpgFTnWh612Yw7Ne 55VmqsVEk8+zNtlm4XIS29t5RCLMF/UfSppbcY6r9vv9mYe76uBuwVLSnZxfkEcqDK+X 6wmTfrCxqQ/oF1mVNlRYg4d5URRpTQll+OSihHWI0N65iJmsKv+B60sW1rLfSuTRSvVf wOX9CTw3074hxa6MEY28jy7qKf+T9fAG4ZMIFTSlvOcHaT0c+IgnmQWe64vJFV8NlMlx DN+Q== X-Gm-Message-State: ALoCoQnNTXKsU/mEFoXB0Aja5XZdgOK6VAq6RqCqWQtTXcLGHHXctH7Fn8yFdJUXZC0x6kd4yA2N X-Received: by 10.66.118.201 with SMTP id ko9mr44500077pab.46.1416927015888; Tue, 25 Nov 2014 06:50:15 -0800 (PST) Received: from [192.168.1.3] (ip98-165-98-97.ph.ph.cox.net. [98.165.98.97]) by mx.google.com with ESMTPSA id pl7sm1772144pac.11.2014.11.25.06.50.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 25 Nov 2014 06:50:14 -0800 (PST) Message-ID: <54749722.9050000@boundarydevices.com> Date: Tue, 25 Nov 2014 07:50:10 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: =?UTF-8?B?UmF5wrdCbG9vZHdvcnRo?= , Daiane Angolini References: , , , In-Reply-To: Cc: meta-freescale@yoctoproject.org Subject: Re: How to use libfslcodec with gstreamer-1.0 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, 25 Nov 2014 14:50:20 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Hi Ray, On 11/25/2014 12:33 AM, Ray·Bloodworth wrote: > Hi, Daiane > Sorry for late... > I'm using the master branch. I think my environment is dirty, so I > use repo sync to get a clean environment. > I add "IMAGE_INSTALL_append = " gstreamer1.0-plugins-imx gstreamer1.0 > gst1.0-fsl-plugin " and "bitbake core-image-weston". > After this, I got this error: > > | configure: error: Package requirements (egl >= 7.10 glesv2 > wayland-client wayland-egl) were not met: > | > | No package 'wayland-egl' found > | > | Consider adjusting the PKG_CONFIG_PATH environment variable if you > | installed software in a non-standard prefix. > > I know this is lack of wayland-egl, for gpu-viv libs, it should be > libEGL. How to add cflags and libs to solve this error? > Did you remove X11? i.e. DISTRO_FEATURES_remove = "x11"