Re: [yocto] [bitbake-devel] how to update a package on yocto project

2014-11-25 Thread Iorga, Cristian
: Nishanth S Cc: yocto@yoctoproject.org Subject: Re: [yocto] [bitbake-devel] how to update a package on yocto project Hi Nishanth, On Monday 24 November 2014 11:34:17 Nishanth S wrote: > board : Intel Galileo Gen 1 > > I use yocto project for build image/tarball for the board. > >

Re: [yocto] [bitbake-devel] how to update a package on yocto project

2014-11-25 Thread Paul Eggleton
Hi Nishanth, On Monday 24 November 2014 11:34:17 Nishanth S wrote: > board : Intel Galileo Gen 1 > > I use yocto project for build image/tarball for the board. > > How to update a existing package??? > > I mean, I use openjdk-6 on my board. > > But I need to change it to openjdk-7. > > I edit

Re: [yocto] [bitbake-devel] how to update a package on yocto project

2014-11-24 Thread Nishanth S
Hi board : Intel Galileo Gen 1 I use yocto project for build image/tarball for the board. How to update a existing package??? I mean, I use openjdk-6 on my board. But I need to change it to openjdk-7. I edited local.conf by adding following line. preferred_version_openjdk = I t