Re: [yocto] Smart PM for upgrade the full image

2014-01-08 Thread Tarek El-Sherbiny
Hi Paul, Thanks for your reply. As a work around I think I can dump a list of the installed packages from a target that is running the latest SW. $smart query --installed --hide-version > file.txt Then on customer targets I could run the install command: $smart install `echo $(cat file.txt)` -y

Re: [yocto] Smart PM for upgrade the full image

2014-01-08 Thread Paul Eggleton
On Wednesday 08 January 2014 14:07:57 Tarek El-Sherbiny wrote: > On Wed, Jan 8, 2014 at 1:33 PM, Paul Eggleton > wrote: > > On Wednesday 08 January 2014 12:52:42 Tarek El-Sherbiny wrote: > > > I have several targets deployed in multiple sites. Each target might be > > > running a different versi

Re: [yocto] Smart PM for upgrade the full image

2014-01-08 Thread Tarek El-Sherbiny
Hi Paul, Thank you for your replay. Smart upgrade only upgrades packages that is currently installed. It doesn't install new packages nor remove unwanted packages. Is that not true? Thanks, Tarek On Wed, Jan 8, 2014 at 1:33 PM, Paul Eggleton wrote: > Hi Tarek, > > On Wednesday 08 January 201

Re: [yocto] Smart PM for upgrade the full image

2014-01-08 Thread Paul Eggleton
Hi Tarek, On Wednesday 08 January 2014 12:52:42 Tarek El-Sherbiny wrote: > I have several targets deployed in multiple sites. Each target might be > running a different version of the product rootfs image. When I release a > new rootfs image I would like to use the smart command on each target a

[yocto] Smart PM for upgrade the full image

2014-01-08 Thread Tarek El-Sherbiny
Hi All, I have several targets deployed in multiple sites. Each target might be running a different version of the product rootfs image. When I release a new rootfs image I would like to use the smart command on each target at the customer site to upgrade the software to the latest image. Going