From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qa0-f51.google.com (mail-qa0-f51.google.com [209.85.216.51]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E2228E00AFC for ; Tue, 9 Apr 2013 14:07:08 -0700 (PDT) Received: by mail-qa0-f51.google.com with SMTP id i20so1619267qad.17 for ; Tue, 09 Apr 2013 14:07:08 -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:to:subject :references:in-reply-to:content-type:x-antivirus:x-antivirus-status; bh=c+7OpdZibwlAedl+qQXAUx+wdlcoGA20w/G5CH7UaJU=; b=mIhxoCBHq2PZqVc2QQmndqPP9ofJ4YLki91sGDCMM6QqKC3MMQykCUErKO8KP7Mhoc HFompqp0Hw+dEZROl4HWTbJOJd1uYNZUNAdGjdwIXXNCjJG94MNftUG/hPZpGigFd8mq T2V4Kuh+jpSRvG3gOjcX7XSrFOvTPPahErVQRd/j6LpuIEqbatBCjpm6VnVlRaTQVF+k qZU6GwPr+g8oETwifppwLhUQJF5c7srQosd5/Tzn3vvtxdaY8qmgqB0084cs6/7pe/Wa qeljv0600FcP7Kaew4M0iD0mfJElDzB4FdPu+UC6ZfjnZJmaweoNPEYx+q2Ew4zE1mkC +OGg== X-Received: by 10.229.142.131 with SMTP id q3mr789409qcu.60.1365541628345; Tue, 09 Apr 2013 14:07:08 -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 m8sm18112593qav.8.2013.04.09.14.07.07 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 09 Apr 2013 14:07:07 -0700 (PDT) Message-ID: <51648308.2090504@gmail.com> Date: Tue, 09 Apr 2013 17:07:20 -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 To: meta-freescale@yoctoproject.org References: <5164274F.6070308@gmail.com> <51642CD1.9020602@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 21:07:09 -0000 Content-Type: multipart/alternative; boundary="------------060701040609080300090507" --------------060701040609080300090507 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit If you do add meta-xfce to the bblayers.conf then you'll get the "ERROR: Nothing RPROVIDES 'packagegroup-cross-canadian-allarch'" message. I don't know what to add where to fix that problem... On 4/9/2013 5:00 PM, Philip Craig wrote: > Did you add meta-xfce to your bblayers.conf? > > On Wed, Apr 10, 2013 at 12:59 AM, John Weber wrote: >> I would have thought that all you should need to do is add >> 'packagegroup-xfce-extended' to the list of IMAGES_INSTALL in the image >> recipe. But, I know I'm wrong because that doesn't work: >> >>> bitbake video-image-test >> Loading cache: 100% |###########################################| ETA: >> 00:00:00 >> Loaded 1643 entries from dependency cache. >> Parsing recipes: 100% |#########################################| Time: >> 00:00:01 >> Parsing of 1279 .bb files complete (1278 cached, 1 parsed). 1642 targets, 64 >> skipped, 0 masked, 0 errors. >> >> >> Build Configuration: >> BB_VERSION = "1.17.1" >> BUILD_SYS = "i686-linux" >> NATIVELSBSTRING = "Ubuntu-12.04" >> >> 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):e57284abca76fe7e6c29484104ae4349459c63dc" >> meta-oe = "(nobranch):b07f0a239e7ee2b81157399b6befa811a5009813" >> meta-fsl-arm = "wandboard:3a624f43895480a1997e2387be419c4b4a98dadc" >> meta-fsl-arm-extra = "master:8b38570e0cf0e966425ec0fcaddae776155d3b7d" >> meta-fsl-demos = "(nobranch):75fe0ce2080c1d71252ea45f2634b717af9f1d5e" >> >> >> NOTE: Resolving any missing task queue dependencies >> ERROR: Nothing RPROVIDES 'packagegroup-xfce-extended' (but >> /mnt/YOCTOFSL/fsl-community-bsp/sources/meta-fsl-arm-extra/recipes-core/images/video-image-test.bb >> RDEPENDS on or otherwise requires it) >> NOTE: Runtime target 'packagegroup-xfce-extended' is unbuildable, >> removing... >> Missing or unbuildable dependency chain was: ['packagegroup-xfce-extended'] >> ERROR: Required build target 'video-image-test' has no buildable providers. >> Missing or unbuildable dependency chain was: ['video-image-test', >> 'packagegroup-xfce-extended'] >> >> >> >> On Tue Apr 9 09:38:26 2013, 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 >>> --------------060701040609080300090507 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
If you do add meta-xfce to the bblayers.conf then you'll get the "ERROR: Nothing RPROVIDES 'packagegroup-cross-canadian-allarch'" message.

I don't know what to add where to fix that problem...

On 4/9/2013 5:00 PM, Philip Craig wrote:
Did you add meta-xfce to your bblayers.conf?

On Wed, Apr 10, 2013 at 12:59 AM, John Weber <rjohnweber@gmail.com> wrote:
I would have thought that all you should need to do is add
'packagegroup-xfce-extended' to the list of IMAGES_INSTALL in the image
recipe.  But, I know I'm wrong because that doesn't work:

bitbake video-image-test
Loading cache: 100% |###########################################| ETA:
00:00:00
Loaded 1643 entries from dependency cache.
Parsing recipes: 100% |#########################################| Time:
00:00:01
Parsing of 1279 .bb files complete (1278 cached, 1 parsed). 1642 targets, 64
skipped, 0 masked, 0 errors.


Build Configuration:
BB_VERSION        = "1.17.1"
BUILD_SYS         = "i686-linux"
NATIVELSBSTRING   = "Ubuntu-12.04"

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):e57284abca76fe7e6c29484104ae4349459c63dc"
meta-oe           = "(nobranch):b07f0a239e7ee2b81157399b6befa811a5009813"
meta-fsl-arm      = "wandboard:3a624f43895480a1997e2387be419c4b4a98dadc"
meta-fsl-arm-extra = "master:8b38570e0cf0e966425ec0fcaddae776155d3b7d"
meta-fsl-demos    = "(nobranch):75fe0ce2080c1d71252ea45f2634b717af9f1d5e"


NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'packagegroup-xfce-extended' (but
/mnt/YOCTOFSL/fsl-community-bsp/sources/meta-fsl-arm-extra/recipes-core/images/video-image-test.bb
RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'packagegroup-xfce-extended' is unbuildable,
removing...
Missing or unbuildable dependency chain was: ['packagegroup-xfce-extended']
ERROR: Required build target 'video-image-test' has no buildable providers.
Missing or unbuildable dependency chain was: ['video-image-test',
'packagegroup-xfce-extended']



On Tue Apr  9 09:38:26 2013, 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


--------------060701040609080300090507--