Re: [yocto] One question about taskdata and runqueue

2012-02-27 Thread Xu, Dongxiao
On Mon, 2012-02-27 at 16:19 +, Richard Purdie wrote: > On Mon, 2012-02-27 at 21:51 +0800, Xu, Dongxiao wrote: > > Hi list, > > > > If I have two recipes, see following. Both of them provides > > "virtual/test" and has package named "test-test", the only difference is > > the RDEPENDS of the pa

Re: [yocto] One question about taskdata and runqueue

2012-02-27 Thread Richard Purdie
On Mon, 2012-02-27 at 21:51 +0800, Xu, Dongxiao wrote: > Hi list, > > If I have two recipes, see following. Both of them provides > "virtual/test" and has package named "test-test", the only difference is > the RDEPENDS of the package "test-test". > > test-a_1.0.bb > > PROVIDES = "virtual/test"

[yocto] One question about taskdata and runqueue

2012-02-27 Thread Xu, Dongxiao
Hi list, If I have two recipes, see following. Both of them provides "virtual/test" and has package named "test-test", the only difference is the RDEPENDS of the package "test-test". test-a_1.0.bb PROVIDES = "virtual/test" PACKAGES = "test-test" # Assume that the abcd package are provided by rec