<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 4/9/2013 10:38 AM, Otavio Salvador
wrote:<br>
</div>
<blockquote
cite="mid:CAP9ODKqaYAA4Pe0fU_YE0hoBO-dCVvxnq6g_C-VNaUaWzOPJTQ@mail.gmail.com"
type="cite">
<pre wrap="">On Tue, Apr 9, 2013 at 11:35 AM, Steven Grunza <a class="moz-txt-link-rfc2396E" href="mailto:steven.grunza@gmail.com"><steven.grunza@gmail.com></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">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?
</pre>
</blockquote>
<pre wrap="">
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
</pre>
</blockquote>
<br>
That's what I plan to do, once I find out how. ;)<br>
<br>
I copied the fsl-image-gui.bb file into a new file (same directory)
called ff-vision-image.bb<br>
<br>
I added "<small><font face="Courier New, Courier, monospace">include
recipes-xfce/packagegroups/packagegroup-xfce-extended.bb</font></small>"
to the top of the file and "<small><font face="Courier New, Courier,
monospace">task-xfce-extended</font></small>" to the <small><font
face="Courier New, Courier, monospace">IMAGE_INSTALL </font></small>list.<br>
<br>
<br>
The end result was an error:<br>
<br>
<small><font face="Courier New, Courier, monospace">grunzasr@stm32dbg:/home/yocto/wandboard/fsl-community-bsp/build$
bitbake ff-vision-image<br>
Loading cache: 100%
|#################################################################################################################################|
ETA: 00:00:00<br>
Loaded 1696 entries from dependency cache.<br>
<br>
Build Configuration:<br>
BB_VERSION = "1.17.1"<br>
BUILD_SYS = "x86_64-linux"<br>
NATIVELSBSTRING = "Ubuntu-12.10"<br>
TARGET_SYS = "arm-poky-linux-gnueabi"<br>
MACHINE = "wandboard-dual"<br>
DISTRO = "poky"<br>
DISTRO_VERSION = "1.3+snapshot-20130409"<br>
TUNE_FEATURES = "armv7a vfp neon"<br>
TARGET_FPU = "vfp-neon"<br>
meta <br>
meta-yocto =
"(nobranch):caa56bfb763e9f30822633359056be0e3f5078e1"<br>
meta-oe <br>
meta-xfce =
"(nobranch):cbe69cab46335b48de85001f7dd07da765ba8b7b"<br>
meta-fsl-arm =
"(nobranch):0a9469a14c593d7fb2c2b17fa6c91e0e49e29158"<br>
meta-fsl-arm-extra =
"(nobranch):29ab3a55d7eebf699bcb98c0cb6cafdabce35c2f"<br>
meta-fsl-demos =
"(nobranch):4036190439b3051c9e6adae7ee372ad36a380884"<br>
<br>
NOTE: Resolving any missing task queue dependencies<br>
NOTE: multiple providers are available for runtime
task-xfce-extended (packagegroup-xfce-extended, ff-vision-image)<br>
NOTE: consider defining a PREFERRED_PROVIDER entry to match
task-xfce-extended<br>
ERROR: Nothing RPROVIDES 'packagegroup-cross-canadian-allarch'<br>
NOTE: Runtime target 'packagegroup-cross-canadian-allarch' is
unbuildable, removing...<br>
Missing or unbuildable dependency chain was:
['packagegroup-cross-canadian-allarch']<br>
ERROR: Required build target 'ff-vision-image' has no buildable
providers.<br>
Missing or unbuildable dependency chain was: ['ff-vision-image',
'packagegroup-cross-canadian-allarch']<br>
<br>
Summary: There were 2 ERROR messages shown, returning a non-zero
exit code.<br>
</font></small><br>
<br>
At this point I felt I was sufficiently far up the creek to ask if
anyone had a paddle...<br>
</body>
</html>