Re: [yocto] Missing something in UAP for Overo-Fire

2013-04-29 Thread Sudhangathan B S
bitbake -c compile_kernelmodules -f virtual/kernel -- is only working... just bibake virtual/kernel too didn't work.. I had already configured it to compile as modules manually in defconfig. So i didn't require "bitbake -c menuconfig virtual/kernel". Thank a lot...!, I'm now trying to up d

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, April 30, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada).

2013-04-29 Thread Liu, Song
Agenda: * Opens collection - 5 min (Song) * Yocto 1.5 release criteria review - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.5_Status#Yocto_Project_1.5_Release_Criteria * SWAT team rotation: Laurentiu Palcu

Re: [yocto] meta-raspberrypi

2013-04-29 Thread Philipp Wagner
Am 30.04.2013 00:13, seth bollinger wrote: > Is anyone maintaining the meta-raspberrypi repository? Yes, it's maintained by Andrei Gherzan . Philipp ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] meta-raspberrypi

2013-04-29 Thread seth bollinger
Hello All, Is anyone maintaining the meta-raspberrypi repository? Thanks, Seth ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Status Update

2013-04-29 Thread Richard Purdie
I've promised to start sending out some kind of status updates. I have a few things that are worth communicating and we have a kind of fresh start with 1.5 so here goes. This one turned out lengthier than I'd like, I'm not planning on writing an essay in future! I'm also hoping this email will sav

Re: [yocto] poky: Bitbake nothing provides error

2013-04-29 Thread Paul Eggleton
On Monday 29 April 2013 15:07:27 Katu Txakur wrote: > The instructions in > https://github.com/gumstix/Gumstix-YoctoProject-Repo/blob/master/README.md > worked > for me, at least you can get them and have a look at the > build/conf/local.conf file. > > Paul, how can get the recipes and related fil

Re: [yocto] poky: Bitbake nothing provides error

2013-04-29 Thread Zafrullah Syed
I am using danny branch of meta-gumstix and also requested gumstix maintainer to update the files. I will again make a clean install again and hopefully it should work. On Mon, Apr 29, 2013 at 2:17 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Monday 29 April 2013 13:26:37 Ander

Re: [yocto] poky: Bitbake nothing provides error

2013-04-29 Thread Katu Txakur
The instructions in https://github.com/gumstix/Gumstix-YoctoProject-Repo/blob/master/README.md worked for me, at least you can get them and have a look at the build/conf/local.conf file. Paul, how can get the recipes and related files that I find in the layerindex? Thanks 2013/4/29 Paul Eggleton

Re: [yocto] Finding/Generating Rootfs Package List

2013-04-29 Thread Paul Eggleton
On Thursday 25 April 2013 15:25:10 Burton, Ross wrote: > On 25 April 2013 15:10, Jon Szymaniak wrote: > > In my current situation, I have a small read-only image where I can't > > afford to ship pkg data, and wanted to gather this info on the host side > > of things. I assume this information is t

Re: [yocto] poky: Bitbake nothing provides error

2013-04-29 Thread Paul Eggleton
On Monday 29 April 2013 14:39:23 Satya Swaroop Damarla wrote: > For example consider the recipe "networkmanager"... First check if there is > a basic recipe "networkmanager" in any of the layers becuase if there is no > basic recipe then it makes no sense in appending the recipe in your BSP > layer

Re: [yocto] poky: Bitbake nothing provides error

2013-04-29 Thread Trevor Woerner
Another option is to start over again following these instructions: https://github.com/gumstix/Gumstix-YoctoProject-Repo/blob/master/README.md ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] poky: Bitbake nothing provides error

2013-04-29 Thread Paul Eggleton
On Monday 29 April 2013 13:26:37 Anders Darander wrote: > Zafrullah Syed wrote: > >After setting MACHINE and adding the meta-gumstix and > >meta-gumstix-extras path to conf/bblayers.conf and when building again, > >i get the following: > > > > > >WARNING: gumstix-repo-task: task.bbclass is depreca

[yocto] [PATCH][eclipse-poky] systemtap: add possibility for user to point to his build folder

2013-04-29 Thread Adrian Dudau
[Yocto #4223] Signed-off-by: Adrian Dudau --- .../src/org/yocto/sdk/remotetools/Messages.java|1 + .../org/yocto/sdk/remotetools/ShellSession.java|6 +++-- .../sdk/remotetools/actions/SystemtapHandler.java |3 ++- .../sdk/remotetools/actions/SystemtapModel.java|6 +++

Re: [yocto] poky: Bitbake nothing provides error

2013-04-29 Thread Anders Darander
Zafrullah Syed wrote: >After setting MACHINE and adding the meta-gumstix and >meta-gumstix-extras path to conf/bblayers.conf and when building again, >i get the following: > > >WARNING: gumstix-repo-task: task.bbclass is deprecated, please inherit >packagegroup instead

Re: [yocto] poky: Bitbake nothing provides error

2013-04-29 Thread Zafrullah Syed
bblayers.conf file: I have added meta-gumstix and meta-gumstix-extras directory path to this file. # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf # changes incompatibly LCONF_VERSION = "6" BBPATH = "${TOPDIR}" BBFILES ?= "" BBLAYERS ?= " \ /home/zaif/poky-danny-8.0/meta \

Re: [yocto] poky: Bitbake nothing provides error

2013-04-29 Thread Satya Swaroop Damarla
Hey, Please post your bblayers.conf file.. On Mon, Apr 29, 2013 at 12:21 PM, Zafrullah Syed wrote: > After setting MACHINE and adding the meta-gumstix and meta-gumstix-extras > path to conf/bblayers.conf and when building again, i get the following: > > WARNING: gumstix-repo-task: task.bbclass

Re: [yocto] poky: Bitbake nothing provides error

2013-04-29 Thread Zafrullah Syed
After setting MACHINE and adding the meta-gumstix and meta-gumstix-extras path to conf/bblayers.conf and when building again, i get the following: WARNING: gumstix-repo-task: task.bbclass is deprecated, please inherit packagegroup instead | ETA: 00:00:30 Parsing recipes: 100% |###

Re: [yocto] poky: Bitbake nothing provides error

2013-04-29 Thread Paul Eggleton
On Monday 29 April 2013 11:28:22 Zafrullah Syed wrote: > I cloned meta-gumstix[1] and meta-gumstix-extras[2] into poky folder and i > tried to add these values of my machine in the local.conf file > > MACHINE_KERNEL_PR = "r1" > > KERNEL_IMAGETYPE = "uImage" > > UBOOT_ENTRYPOINT = "0x80008000" >

Re: [yocto] poky: Bitbake nothing provides error

2013-04-29 Thread Zafrullah Syed
Hi Paul, I cloned meta-gumstix[1] and meta-gumstix-extras[2] into poky folder and i tried to add these values of my machine in the local.conf file MACHINE_KERNEL_PR = "r1" KERNEL_IMAGETYPE = "uImage" UBOOT_ENTRYPOINT = "0x80008000" UBOOT_LOADADDRESS = "0x80008000" TARGET_ARCH = "arm" [1] http

Re: [yocto] poky: Bitbake nothing provides error

2013-04-29 Thread Paul Eggleton
On Monday 29 April 2013 11:01:54 Zafrullah Syed wrote: > I am trying to > builda bitbake > target for my Overo > Series RobOvero board(PCB 30019-R3277). In poky build directory when i give > the command *bitbake gumstix-console-image* i ge

[yocto] poky: Bitbake nothing provides error

2013-04-29 Thread Zafrullah Syed
Hi all, I am trying to builda bitbake target for my Overo Series RobOvero board(PCB 30019-R3277). In poky build directory when i give the command *bitbake gumstix-console-image* i get an error:* ** ERROR: Nothing PROVIDES 'gumstix-consol

Re: [yocto] how to clean all?

2013-04-29 Thread Paul Eggleton
On Monday 29 April 2013 11:11:56 Gaurang Shastri wrote: > You can run "bitbake -c clean all" to clean everything or simply you can do > "rm -rf tmp/" directory and you will start from the beginning :) "bitbake -c clean all" won't work; the syntax would run -c clean on a recipe called "all" (which

Re: [yocto] [PATCH 0/4] Initial changes for developing a common remote plugin

2013-04-29 Thread Grigoropol, IoanaX
Hi Jessica, I will resent the refactoring patches for the remote tools plugin since there will be more than three and I will postpone the first one for after the refactoring. Thanks, Ioana From: Zhang, Jessica Sent: Saturday, April 27, 2013 11:06 PM To: