* How do I enable XFCE @ 2013-04-09 14:35 Steven Grunza 2013-04-09 14:38 ` Otavio Salvador 0 siblings, 1 reply; 11+ messages in thread From: Steven Grunza @ 2013-04-09 14:35 UTC (permalink / raw) To: meta-freescale 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? ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: How do I enable XFCE 2013-04-09 14:35 How do I enable XFCE Steven Grunza @ 2013-04-09 14:38 ` Otavio Salvador 2013-04-09 14:48 ` Steven Grunza 2013-04-09 14:59 ` John Weber 0 siblings, 2 replies; 11+ messages in thread From: Otavio Salvador @ 2013-04-09 14:38 UTC (permalink / raw) To: Steven Grunza; +Cc: meta-freescale@yoctoproject.org 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 E-mail: otavio@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: How do I enable XFCE 2013-04-09 14:38 ` Otavio Salvador @ 2013-04-09 14:48 ` Steven Grunza 2013-04-09 14:59 ` John Weber 1 sibling, 0 replies; 11+ messages in thread From: Steven Grunza @ 2013-04-09 14:48 UTC (permalink / raw) Cc: meta-freescale@yoctoproject.org [-- Attachment #1: Type: text/plain, Size: 2767 bytes --] 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... [-- Attachment #2: Type: text/html, Size: 4800 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: How do I enable XFCE 2013-04-09 14:38 ` Otavio Salvador 2013-04-09 14:48 ` Steven Grunza @ 2013-04-09 14:59 ` John Weber 2013-04-09 21:00 ` Philip Craig 1 sibling, 1 reply; 11+ messages in thread From: John Weber @ 2013-04-09 14:59 UTC (permalink / raw) To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org 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 > E-mail: otavio@ossystems.com.br http://www.ossystems.com.br > Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: How do I enable XFCE 2013-04-09 14:59 ` John Weber @ 2013-04-09 21:00 ` Philip Craig 2013-04-09 21:07 ` Steven Grunza 0 siblings, 1 reply; 11+ messages in thread From: Philip Craig @ 2013-04-09 21:00 UTC (permalink / raw) To: John Weber; +Cc: meta-freescale@yoctoproject.org, Otavio Salvador 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 >> E-mail: otavio@ossystems.com.br http://www.ossystems.com.br >> Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br >> _______________________________________________ >> meta-freescale mailing list >> meta-freescale@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/meta-freescale > > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: How do I enable XFCE 2013-04-09 21:00 ` Philip Craig @ 2013-04-09 21:07 ` Steven Grunza 2013-04-09 21:10 ` Daiane Angolini 2013-04-09 21:10 ` Otavio Salvador 0 siblings, 2 replies; 11+ messages in thread From: Steven Grunza @ 2013-04-09 21:07 UTC (permalink / raw) To: meta-freescale [-- Attachment #1: Type: text/plain, Size: 2936 bytes --] 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 >>> [-- Attachment #2: Type: text/html, Size: 3846 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: How do I enable XFCE 2013-04-09 21:07 ` Steven Grunza @ 2013-04-09 21:10 ` Daiane Angolini 2013-04-09 21:21 ` Otavio Salvador 2013-04-09 21:10 ` Otavio Salvador 1 sibling, 1 reply; 11+ messages in thread From: Daiane Angolini @ 2013-04-09 21:10 UTC (permalink / raw) To: Steven Grunza; +Cc: meta-freescale On 04/09/2013 06:07 PM, Steven Grunza wrote: > If you do add meta-xfce to the bblayers.conf then you'll get the "ERROR: > Nothing RPROVIDES 'packagegroup-cross-canadian-allarch'" message. It looks like the best way to get help for this is meta-xfce mail list. But, now I'm curious about this error. So, if you have any tip, please let us know =P Daiane ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: How do I enable XFCE 2013-04-09 21:10 ` Daiane Angolini @ 2013-04-09 21:21 ` Otavio Salvador 0 siblings, 0 replies; 11+ messages in thread From: Otavio Salvador @ 2013-04-09 21:21 UTC (permalink / raw) To: Daiane Angolini; +Cc: meta-freescale@yoctoproject.org On Tue, Apr 9, 2013 at 6:10 PM, Daiane Angolini <daiane.angolini@freescale.com> wrote: > On 04/09/2013 06:07 PM, Steven Grunza wrote: >> >> If you do add meta-xfce to the bblayers.conf then you'll get the "ERROR: >> Nothing RPROVIDES 'packagegroup-cross-canadian-allarch'" message. > > > It looks like the best way to get help for this is meta-xfce mail list. > > But, now I'm curious about this error. So, if you have any tip, please let > us know =P That'd openembedded-devel mainling list. As far as I know there's no meta-xfce mailing list yet. -- Otavio Salvador O.S. Systems E-mail: otavio@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: How do I enable XFCE 2013-04-09 21:07 ` Steven Grunza 2013-04-09 21:10 ` Daiane Angolini @ 2013-04-09 21:10 ` Otavio Salvador 2013-04-10 1:47 ` Steven Grunza 1 sibling, 1 reply; 11+ messages in thread From: Otavio Salvador @ 2013-04-09 21:10 UTC (permalink / raw) To: Steven Grunza; +Cc: meta-freescale@yoctoproject.org On Tue, Apr 9, 2013 at 6:07 PM, Steven Grunza <steven.grunza@gmail.com> wrote: > 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... Master branch or danny? -- Otavio Salvador O.S. Systems E-mail: otavio@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: How do I enable XFCE 2013-04-09 21:10 ` Otavio Salvador @ 2013-04-10 1:47 ` Steven Grunza 2013-04-10 12:46 ` Otavio Salvador 0 siblings, 1 reply; 11+ messages in thread From: Steven Grunza @ 2013-04-10 1:47 UTC (permalink / raw) Cc: meta-freescale@yoctoproject.org On 4/9/2013 5:10 PM, Otavio Salvador wrote: > On Tue, Apr 9, 2013 at 6:07 PM, Steven Grunza <steven.grunza@gmail.com> wrote: >> 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... > Master branch or danny? > > -- > Otavio Salvador O.S. Systems > Master branch I believe. I'm building for Wandboard Dual and it is my understanding that danny doesn't have code for the Wandboard Dual. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: How do I enable XFCE 2013-04-10 1:47 ` Steven Grunza @ 2013-04-10 12:46 ` Otavio Salvador 0 siblings, 0 replies; 11+ messages in thread From: Otavio Salvador @ 2013-04-10 12:46 UTC (permalink / raw) To: Steven Grunza; +Cc: meta-freescale@yoctoproject.org On Tue, Apr 9, 2013 at 10:47 PM, Steven Grunza <steven.grunza@gmail.com> wrote: > On 4/9/2013 5:10 PM, Otavio Salvador wrote: >> >> On Tue, Apr 9, 2013 at 6:07 PM, Steven Grunza <steven.grunza@gmail.com> >> wrote: >>> >>> 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... >> >> Master branch or danny? >> >> -- >> Otavio Salvador O.S. Systems >> > Master branch I believe. I'm building for Wandboard Dual and it is my > understanding that danny doesn't have code for the Wandboard Dual. Right; I made a test image here and will give it a go. -- Otavio Salvador O.S. Systems E-mail: otavio@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2013-04-10 12:46 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-04-09 14:35 How do I enable XFCE Steven Grunza 2013-04-09 14:38 ` Otavio Salvador 2013-04-09 14:48 ` Steven Grunza 2013-04-09 14:59 ` John Weber 2013-04-09 21:00 ` Philip Craig 2013-04-09 21:07 ` Steven Grunza 2013-04-09 21:10 ` Daiane Angolini 2013-04-09 21:21 ` Otavio Salvador 2013-04-09 21:10 ` Otavio Salvador 2013-04-10 1:47 ` Steven Grunza 2013-04-10 12:46 ` Otavio Salvador
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.