Re: [yocto] poky: Bitbake nothing provides error

2013-04-30 Thread Katu Txakur
Thank you Paul 2013/4/29 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

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] 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

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