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 mistake configure.ac causing do_configure to fail. If you add that recipe you can run bitbake nano. You can also include into your image by adding IMAGE_INSTALL_append = " nano" to your conf/local.conf file. :rjs On Thu, Feb 14, 2013 at 8:02 AM, Andre Bella <[email protected]> wrote: > 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 example > if I wan to add nano or gstreamer, from the guide I seen you just type > bitbake -b nano, but is there a menuconfig on yocto where you can select > the package you want to add before you build the image? > thanks, > > _______________________________________________ > yocto mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/yocto > > -- -- *Rudolf J. Streif* Director of Embedded Solutions The Linux Foundation [email protected] Phone: +1.619.631.5383 Skype: rudolfstreif PGP: RSA 2048/2048 D6E7D28B Linux Foundation Events Schedule: events.linuxfoundation.org Linux Foundation Training Schedule: training.linuxfoundation.org
nano_2.3.1.bb
Description: Binary data
ncursesw.patch
Description: Binary data
_______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
