On 4/9/2013 10:38 AM, Otavio Salvador wrote: > On Tue, Apr 9, 2013 at 11:35 AM, Steven Grunza wrote: >> It looks like the code I need is already in the meta-opemembedded/meta-xfce >> directories. Can someone point me to info on how to enable it to build and >> be included in the sdcard image? > Build an image with it, or make one yourself. > > I didn't check if there's a ready to use image but may have. > > -- > Otavio Salvador O.S. Systems That's what I plan to do, once I find out how. ;) I copied the fsl-image-gui.bb file into a new file (same directory) called ff-vision-image.bb I added "include recipes-xfce/packagegroups/packagegroup-xfce-extended.bb" to the top of the file and "task-xfce-extended" to the IMAGE_INSTALL list. The end result was an error: grunzasr@stm32dbg:/home/yocto/wandboard/fsl-community-bsp/build$ bitbake ff-vision-image Loading cache: 100% |#################################################################################################################################| ETA: 00:00:00 Loaded 1696 entries from dependency cache. Build Configuration: BB_VERSION = "1.17.1" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Ubuntu-12.10" TARGET_SYS = "arm-poky-linux-gnueabi" MACHINE = "wandboard-dual" DISTRO = "poky" DISTRO_VERSION = "1.3+snapshot-20130409" TUNE_FEATURES = "armv7a vfp neon" TARGET_FPU = "vfp-neon" meta meta-yocto = "(nobranch):caa56bfb763e9f30822633359056be0e3f5078e1" meta-oe meta-xfce = "(nobranch):cbe69cab46335b48de85001f7dd07da765ba8b7b" meta-fsl-arm = "(nobranch):0a9469a14c593d7fb2c2b17fa6c91e0e49e29158" meta-fsl-arm-extra = "(nobranch):29ab3a55d7eebf699bcb98c0cb6cafdabce35c2f" meta-fsl-demos = "(nobranch):4036190439b3051c9e6adae7ee372ad36a380884" NOTE: Resolving any missing task queue dependencies NOTE: multiple providers are available for runtime task-xfce-extended (packagegroup-xfce-extended, ff-vision-image) NOTE: consider defining a PREFERRED_PROVIDER entry to match task-xfce-extended ERROR: Nothing RPROVIDES 'packagegroup-cross-canadian-allarch' NOTE: Runtime target 'packagegroup-cross-canadian-allarch' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-cross-canadian-allarch'] ERROR: Required build target 'ff-vision-image' has no buildable providers. Missing or unbuildable dependency chain was: ['ff-vision-image', 'packagegroup-cross-canadian-allarch'] Summary: There were 2 ERROR messages shown, returning a non-zero exit code. At this point I felt I was sufficiently far up the creek to ask if anyone had a paddle...