Re: [yocto] Installation order question with RPM backend

2012-04-11 Thread Xu, Dongxiao
On Wed, 2012-04-11 at 10:56 -0500, Mark Hatle wrote: > On 4/11/12 10:51 AM, Xu, Dongxiao wrote: > > On Wed, 2012-04-11 at 10:45 -0500, Mark Hatle wrote: > >> On 4/11/12 10:37 AM, Xu, Dongxiao wrote: > >>> On Wed, 2012-04-11 at 10:25 -0500, Mark Hatle wrote: > On 4/11/12 10:14 AM, Xu, Dongxiao

Re: [yocto] Installation order question with RPM backend

2012-04-11 Thread Richard Purdie
On Wed, 2012-04-11 at 10:56 -0500, Mark Hatle wrote: > On 4/11/12 10:51 AM, Xu, Dongxiao wrote: > > On Wed, 2012-04-11 at 10:45 -0500, Mark Hatle wrote: > >> On 4/11/12 10:37 AM, Xu, Dongxiao wrote: > >>> On Wed, 2012-04-11 at 10:25 -0500, Mark Hatle wrote: > On 4/11/12 10:14 AM, Xu, Dongxiao

Re: [yocto] Installation order question with RPM backend

2012-04-11 Thread Mark Hatle
On 4/11/12 10:51 AM, Xu, Dongxiao wrote: On Wed, 2012-04-11 at 10:45 -0500, Mark Hatle wrote: On 4/11/12 10:37 AM, Xu, Dongxiao wrote: On Wed, 2012-04-11 at 10:25 -0500, Mark Hatle wrote: On 4/11/12 10:14 AM, Xu, Dongxiao wrote: Hi Mark, I met a strange issue while using RPM to generate the

Re: [yocto] Installation order question with RPM backend

2012-04-11 Thread Xu, Dongxiao
On Wed, 2012-04-11 at 10:45 -0500, Mark Hatle wrote: > On 4/11/12 10:37 AM, Xu, Dongxiao wrote: > > On Wed, 2012-04-11 at 10:25 -0500, Mark Hatle wrote: > >> On 4/11/12 10:14 AM, Xu, Dongxiao wrote: > >>> Hi Mark, > >>> > >>> I met a strange issue while using RPM to generate the rootfs. > >>> > >>>

Re: [yocto] Installation order question with RPM backend

2012-04-11 Thread Mark Hatle
On 4/11/12 10:37 AM, Xu, Dongxiao wrote: On Wed, 2012-04-11 at 10:25 -0500, Mark Hatle wrote: On 4/11/12 10:14 AM, Xu, Dongxiao wrote: Hi Mark, I met a strange issue while using RPM to generate the rootfs. In the installation list, if we have 2 RPM packages, say A.rpm and B.rpm. package A RDE

Re: [yocto] Installation order question with RPM backend

2012-04-11 Thread Xu, Dongxiao
On Wed, 2012-04-11 at 10:25 -0500, Mark Hatle wrote: > On 4/11/12 10:14 AM, Xu, Dongxiao wrote: > > Hi Mark, > > > > I met a strange issue while using RPM to generate the rootfs. > > > > In the installation list, if we have 2 RPM packages, say A.rpm and > > B.rpm. package A RDEPENDS on package B. W

Re: [yocto] Installation order question with RPM backend

2012-04-11 Thread Mark Hatle
On 4/11/12 10:14 AM, Xu, Dongxiao wrote: Hi Mark, I met a strange issue while using RPM to generate the rootfs. In the installation list, if we have 2 RPM packages, say A.rpm and B.rpm. package A RDEPENDS on package B. While installing the two packages? Does RPM ensures to install B first and t

[yocto] Installation order question with RPM backend

2012-04-11 Thread Xu, Dongxiao
Hi Mark, I met a strange issue while using RPM to generate the rootfs. In the installation list, if we have 2 RPM packages, say A.rpm and B.rpm. package A RDEPENDS on package B. While installing the two packages? Does RPM ensures to install B first and then install A? The real issue is: we have