[OE-core] [PATCH] sdk.py: fix conflicts of packages

2015-11-11 Thread Jian Liu
If packages are conveyed to smart to install at the same time, conflicts will not happen. Try to install packages into sdk image at the same time Signed-off-by: Jian Liu --- sdk.py | 108 + 1 file changed, 96 insertions(+), 12 dele

Re: [OE-core] [PATCH] sdk.py: fix conflicts of packages

2015-09-01 Thread Mark Hatle
On 9/1/15 4:29 PM, Mark Hatle wrote: > On 9/1/15 4:11 PM, Richard Purdie wrote: >> On Tue, 2015-08-25 at 16:29 +0800, Jian Liu wrote: >>> If packages are conveyed to smart to install at the same time, >>> conflicts will not happen. >>> Try to install packages into sdk image at the same time. I for

Re: [OE-core] [PATCH] sdk.py: fix conflicts of packages

2015-09-01 Thread Mark Hatle
On 9/1/15 4:11 PM, Richard Purdie wrote: > On Tue, 2015-08-25 at 16:29 +0800, Jian Liu wrote: >> If packages are conveyed to smart to install at the same time, >> conflicts will not happen. >> Try to install packages into sdk image at the same time. > > Doesn't smart have an issue where if one pac

Re: [OE-core] [PATCH] sdk.py: fix conflicts of packages

2015-09-01 Thread Richard Purdie
On Tue, 2015-08-25 at 16:29 +0800, Jian Liu wrote: > If packages are conveyed to smart to install at the same time, > conflicts will not happen. > Try to install packages into sdk image at the same time. Doesn't smart have an issue where if one package fails to install for some reason, others list

[OE-core] [PATCH] sdk.py: fix conflicts of packages

2015-08-25 Thread Jian Liu
If packages are conveyed to smart to install at the same time, conflicts will not happen. Try to install packages into sdk image at the same time. This patch is not so perfect. For example, IMAGE_INSTALL += "lib32-ncurses" IMAGE_INSTALL += "ncurses-dev" ncurses-dev and lib32-ncurses-dev will