[yocto] [PATCH 2/3] distro: Add poky-tiny distro definition

Darren Hart dvhart at linux.intel.com
Wed Jan 4 08:16:15 PST 2012


On 01/03/2012 04:19 PM, Khem Raj wrote:
> On Wed, Dec 28, 2011 at 3:45 PM, Darren Hart <dvhart at linux.intel.com> wrote:
>> Poky-tiny is intended for building very small OS images. The distro
>> definition sets the providers for the kernel and the runtime services.
>> It also reduces the eglibc component list and other DISTRO_FEATURE
>> elements.
>>
>> Signed-off-by: Darren Hart <dvhart at linux.intel.com>
>> ---
>>  meta-yocto/conf/distro/poky-tiny.conf |  103 +++++++++++++++++++++++++++++++++
>>  1 files changed, 103 insertions(+), 0 deletions(-)
>>  create mode 100644 meta-yocto/conf/distro/poky-tiny.conf
>>
>> diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
>> new file mode 100644
>> index 0000000..49c4397
>> --- /dev/null
>> +++ b/meta-yocto/conf/distro/poky-tiny.conf
>> @@ -0,0 +1,103 @@
>> +# Distribution definition for: poky-tiny
>> +#
>> +# Copyright (c) 2011, Intel Corporation.
>> +# All rights reserved.
>> +#
> 
> should this be MIT licensed ?
> or do u plan to keep it closed.

Should be MIT - my understanding was that was the default if no license
was specified in a particular file. Is that not correct?


-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel



More information about the yocto mailing list