[yocto] Commercial usage of Yocto

2013-06-03 Thread Kumita Bruce
Yocto experts, I am a learner of Yocto, Yocto is a very good tool to build images for embedded devices. I have one question, can Yocto be used for commercial purpose? If the answer is yes, what should I do before using it for commercial purpose? Cheers, Bruce __

Re: [yocto] [PATCH] buildset-config: build core-image-sato SDK

2013-07-01 Thread Kumita Bruce
What's the reason to deprecate meta-toolchain that is for standalone cross-compiler generation? Is there a replacement? Cheers, Bruce On Mon, Jul 1, 2013 at 5:16 PM, Ross Burton wrote: > On Fri, 2013-06-28 at 15:44 -0600, Gary Thomas wrote: > > On 2013-06-27 04:06, Ross Burton wrote: > > >

[yocto] The difference of & and | in LICENSE definition

2013-12-06 Thread Kumita Bruce
Hi, I don't know whether this is the right place to ask the question. Hope to get some help from here. I see below two types definition of LICENSE in Yocto recipe: LICENSE = "license-1 & license-2" LICENSE = "license-1 | license-2" Can somebody help to give some explanation for the difference of

Re: [yocto] The difference of & and | in LICENSE definition

2013-12-06 Thread Kumita Bruce
So for |, user only needs to comply with either one, for &, user needs to follow all, right? Cheers, Bruce On Fri, Dec 6, 2013 at 10:37 PM, Chris Larson wrote: > On Fri, Dec 6, 2013 at 7:23 AM, Kumita Bruce wrote: > >> I don't know whether this is the right place to a

Re: [yocto] The difference of & and | in LICENSE definition

2013-12-06 Thread Kumita Bruce
I understand, thanks a lot. Cheers, Bruce On Fri, Dec 6, 2013 at 10:48 PM, Kumita Bruce wrote: > So for |, user only needs to comply with either one, for &, user needs to > follow all, right? > > > Cheers, > > Bruce > > > On Fri, Dec 6, 2013 at 10:37 PM, Chr