Re: [yocto] select installation packages

2013-02-14 Thread Andre Bella
Thank you Trevor, great information!!! --- On Thu, 2/14/13, Trevor Woerner wrote: From: Trevor Woerner Subject: Re: [yocto] select installation packages To: "Andre Bella" Cc: "yocto@yoctoproject.org" Date: Thursday, February 14, 2013, 11:00 AM On Thu, Feb 14, 2013 at 1

Re: [yocto] select installation packages

2013-02-14 Thread Andre Bella
Thanks but I'm not sure if you understood, with hob you can only uninstall after the image has been build , were you able to select what to install before building the image? same as buildroot? --- On Thu, 2/14/13, Burton, Ross wrote: From: Burton, Ross Subject: Re: [yocto] s

Re: [yocto] select installation packages

2013-02-14 Thread Trevor Woerner
On Thu, Feb 14, 2013 at 11:02 AM, Andre Bella wrote: > is there a menuconfig on yocto where you can select the package you want to > add before you build the image? I would suggest giving hob a try: $ source poky/oe-init-build-env $ bitbake -u hob Bitbake will compile need to download and com

Re: [yocto] select installation packages

2013-02-14 Thread Burton, Ross
On 14 February 2013 17:31, Andre Bella wrote: > but my question is there a menuconfig to select what to build like in > buildroot? > Hob has a UI, but if you're using the commandline bitbake then you'll have to edit packagegroups, images, or your local.conf manually. Ross __

Re: [yocto] select installation packages

2013-02-14 Thread Andre Bella
uild) NOTE: Tasks Summary: Attempted 12 tasks of which 0 didn't need to be rerun and all succeeded. Summary: There was 1 WARNING message shown. andre@linux:~/fsl-community-bsp/build$ --- On Thu, 2/14/13, Rudolf Streif wrote: From: Rudolf Streif Subject: Re: [yocto] select installatio

Re: [yocto] select installation packages

2013-02-14 Thread Rudolf Streif
Hi Andre, There actually is no recipe for building the nano editor in YP by default. Unless you added one, bitbake -b nano would result in this output ERROR: Unable to find any recipe file matching 'nano' I have attached a recipe for you to build nano and a patch to handle a configuration mist

[yocto] select installation packages

2013-02-14 Thread Andre Bella
Hello  I had used buildroot in the pass and I like it cause is very easy to use, but I'm moving to yocto cause it has more applications than buildroot, in buildroot you can select the packages you want to add by going to menuconfig, how do I select the packages I wan to add in yocto, for exampl