From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lb0-f169.google.com (mail-lb0-f169.google.com [209.85.217.169]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B6976E01770 for ; Wed, 6 Nov 2013 07:10:36 -0800 (PST) Received: by mail-lb0-f169.google.com with SMTP id p9so5685156lbv.14 for ; Wed, 06 Nov 2013 07:10:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=0A2g5DWv6aWwTWBI3m0RRswvotOO1Q0S8Bbxk5QCkXE=; b=GX/9BseBa973QojK9lkdcKFjjg8ZlVQ7CcOPATzinpgXbhm/vyEVMf8wFAmbFEk5JP QJuSlmyZMMAjsXzBNyACC6dNeE01BRR/xCLsOiTb3cgq0LcTSwvnSKqnJe/hW/BmJPd9 BaheawDe2hpKtQCZiLV3Ym39BDdH2Js36NFoezQbGJs/pOA/yfPFhUjp9DHdSOcci+u8 c3u4jNuRzbTSzYGcrAekenpf6aUn9oEok3QdduX6Yn+bMJY/dfmFKZQ2ScPYTt03H5Jo o+/zVfkj2O1UX0ye+ukXbj3fZYwtF5Z+hXVJHm8Vz8T097m7C9+AkslIk5jEocOb84YN wrjg== X-Received: by 10.152.116.7 with SMTP id js7mr2695505lab.11.1383750634522; Wed, 06 Nov 2013 07:10:34 -0800 (PST) Received: from [10.0.1.5] ([80.232.254.7]) by mx.google.com with ESMTPSA id e4sm24338181lba.15.2013.11.06.07.10.31 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 06 Nov 2013 07:10:32 -0800 (PST) Message-ID: <527A5BE8.4090508@gmail.com> Date: Wed, 06 Nov 2013 17:10:32 +0200 From: Janis Coders User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: "meta-freescale@yoctoproject.org" Subject: mfw_ipu_csc for imx53 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: Wed, 06 Nov 2013 15:10:39 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, recently building rootfs for imx53 I have noticed that libmfw_gst_ipu_csc.so has disappeared from gst-fsl-plugin_3.0.9.bb compiled libraries. Should it be that way or something has changed in configuration? I am using custom layer, but with no gst-fsl-plugin overrides. In the log file (do_configure) I see that: ...... checking for GST_BASE... yes checking for GST_PLUGINS_BASE... yes checking vpu_lib.h usability... yes checking vpu_lib.h presence... yes checking for vpu_lib.h... yes checking linux/ipu.h usability... no checking linux/ipu.h presence... no checking for linux/ipu.h... no checking ipu.h usability... yes checking ipu.h presence... yes checking for ipu.h... yes checking for mxc_ipu_lib_task_init in -lipu... yes ................. to the PKG_CONFIG_PATH environment variable No package 'libfslvpuwrap' found checking mxc_ipu_hl_lib.h usability... no checking mxc_ipu_hl_lib.h presence... no checking for mxc_ipu_hl_lib.h... no Package libfslvpuwrap was not found in the pkg-config search path. .................... configure: WARNING: unrecognized options: --disable-silent-rules, --disable-valgrind, --disable-examples, --disable-debug Configure result: Enabled features: plugin: aac_dec plugin: mp3_dec plugin: vorbis_dec plugin: amr_dec plugin: mp3_enc plugin: h264_dec plugin: mpeg4_dec plugin: mpeg2_dec plugin: aiur plugin: beep plugin: v4lsink library: libX11 Disabled features: plugin: aacp_dec plugin: wma10_dec plugin: ac3_dec plugin: wma8_enc plugin: downmix plugin: wmv9mp_dec plugin: wmv78_dec plugin: vpu_wrap plugin: isink plugin: isink plugin: ipucsc plugin: ipucsc library: libipu DEBUG: Shell function do_configure finished