On Tue, Feb 26, 2013 at 9:37 AM, Daniel Kenji Morgan <[email protected]> wrote: > 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?
You may override the DISTRO_FEATURES and remove 'x11' from the list; it'll avoid x11 packages to be build. > I am currently using Poky 1.3 (danny) for all required meta layers. > Any help would be greatly appreciated. > > _______________________________________________ > meta-freescale mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-freescale -- Otavio Salvador O.S. Systems E-mail: [email protected] http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
