From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-da0-f54.google.com (mail-da0-f54.google.com [209.85.210.54]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by yocto-www.yoctoproject.org (Postfix) with ESMTPS id 76368E00498 for ; Tue, 26 Feb 2013 04:37:04 -0800 (PST) Received: by mail-da0-f54.google.com with SMTP id p1so1415550dad.41 for ; Tue, 26 Feb 2013 04:37:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:reply-to:organization:user-agent :mime-version:to:subject:content-type:content-transfer-encoding; bh=IylFGBBbPo1dj/QD0Xrb5DtlfB7d19WrnUbr9qJ8P64=; b=jy7odChQ+o+drVDlyiDB/hBDaf1BDW5A5WnAaI3ZJadwLs5QEEX1PvxzEVZqtyOmOR z1pgLr55T0ExE8HdEKfk1hUyYzQp/pNzaoaQj6Jwbb6cRYHyrOLxzOM+v9ArbuwM8FIk MQj4e7ADPfrWZ/0FtdejyigcLPz4Buz3p42Tjw2mu5CVZFQoKnl006whgKAer23PzaH4 HtIPC/cNQ0rkqx0LVVS9DJeJZ7kee4Fq5/0vDmP8TRE0wsJBVCfeeA325NBs1m4Bd7Io xLCV/Vs350aQP/oFXMfcmIy3RT49xoDtbLvPJBsaN1diVFOAa2os/IALDpbw1C1GHQow aa6g== X-Received: by 10.68.238.103 with SMTP id vj7mr23234688pbc.181.1361882224195; Tue, 26 Feb 2013 04:37:04 -0800 (PST) Received: from [210.170.220.194] (PPPbm2.fukushima-ip.dti.ne.jp. [210.170.220.194]) by mx.google.com with ESMTPS id qb10sm802895pbb.43.2013.02.26.04.37.02 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 26 Feb 2013 04:37:03 -0800 (PST) Message-ID: <512CAC6E.2040705@gmail.com> Date: Tue, 26 Feb 2013 21:37:02 +0900 From: Daniel Kenji Morgan Organization: Daniel Kenji Morgan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org Subject: Getting a clutter app to work on the SABRE Lite board 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: Tue, 26 Feb 2013 12:37:04 -0000 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Hello, I'm still fairly new to embedded Linux, and have a question regarding clutter. One of things I'm trying out is to create a simple application using clutter. I'm basing the application on the clutter helloworld project provided by the Yocto Eclipse plugin. What are the minimum package requirements to run a clutter app on the SABRE Lite board? The "core-image-clutter" seems to be a suitable image, but it includes all sorts of packages related to X and GTK. Are all these packages required? I am currently using Poky 1.3 (danny) for all required meta layers. Any help would be greatly appreciated.