From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qc0-f175.google.com (mail-qc0-f175.google.com [209.85.216.175]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1F95CE01471 for ; Tue, 9 Apr 2013 07:49:27 -0700 (PDT) Received: by mail-qc0-f175.google.com with SMTP id j3so1162684qcs.20 for ; Tue, 09 Apr 2013 07:49:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:cc:subject :references:in-reply-to:content-type:x-antivirus:x-antivirus-status; bh=0wXNrsmYOYYi2QEO3yctWjyWgINYWtD7DL/pt0JK26I=; b=qIIJayja2k8R0r/Xs9ZziVANWFzsPFZDZwOiwlAOpHi40Yc+FG6SLX750moUb1Khyz TK/URg/ASLLapEXS4Kz1/3bQM4MFTYt+8GDPOwRlp3h8jD9CS2Xzrk5k4US2+/BxQoOJ I76JoIdZqOCJnuO3S1jjG68PJYQelCFGkJ7yeYl8YcfblfQS2/2lb3wV6zUJQg5wy+fA NuHI8YGKVWhHqXP7TaSG+6o87qb4TpzcyHWSIz8uYT3OB47UzeR0tEQOoBdb7vGpEm8l MmwAQS3R0yMjX/g98knyaugZaIn97eCmW6KDBz1U+zaQ3F+XLKtzFwcp0zt7OzE3CabW MeWg== X-Received: by 10.224.97.135 with SMTP id l7mr10710533qan.27.1365518966466; Tue, 09 Apr 2013 07:49:26 -0700 (PDT) Received: from [127.0.0.1] (c-71-225-124-244.hsd1.pa.comcast.net. [71.225.124.244]) by mx.google.com with ESMTPS id ku2sm26375611qeb.4.2013.04.09.07.49.25 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 09 Apr 2013 07:49:26 -0700 (PDT) Message-ID: <51642A49.3000805@gmail.com> Date: Tue, 09 Apr 2013 10:48:41 -0400 From: Steven Grunza User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 CC: "meta-freescale@yoctoproject.org" References: <5164274F.6070308@gmail.com> In-Reply-To: X-Antivirus: avast! (VPS 130409-0, 04/09/2013), Outbound message X-Antivirus-Status: Clean Subject: Re: How do I enable XFCE 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: Tue, 09 Apr 2013 14:49:27 -0000 Content-Type: multipart/alternative; boundary="------------030204080802090003090103" --------------030204080802090003090103 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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... --------------030204080802090003090103 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
On 4/9/2013 10:38 AM, Otavio Salvador wrote:
On Tue, Apr 9, 2013 at 11:35 AM, Steven Grunza <steven.grunza@gmail.com> 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...
--------------030204080802090003090103--