[v2,5/6] poky-tiny: add a distro description

Message ID 20220408192521.1608764-6-jdmason@kudzu.us
State New
Headers show
Series poky-tiny clean-ups and qemuarm fixes | expand

Commit Message

Jon Mason April 8, 2022, 7:25 p.m. UTC
Signed-off-by: Jon Mason <jdmason@kudzu.us>
---
 meta-poky/conf/distro/poky-tiny.conf | 1 +
 1 file changed, 1 insertion(+)

Comments

Khem Raj April 8, 2022, 7:39 p.m. UTC | #1
On 4/8/22 12:25 PM, Jon Mason wrote:
> Signed-off-by: Jon Mason <jdmason@kudzu.us>
> ---
>   meta-poky/conf/distro/poky-tiny.conf | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf
> index 499af906a898..91c596faf182 100644
> --- a/meta-poky/conf/distro/poky-tiny.conf
> +++ b/meta-poky/conf/distro/poky-tiny.conf
> @@ -32,6 +32,7 @@ require conf/distro/poky.conf
>   require conf/distro/include/gcsections.inc
>   
>   DISTRO = "poky-tiny"
> +DISTRO_NAME = "Poky Tiny (The Smallest Yocto Project Reference Distro)"

maybe replace 'Distro' with Distribution

>   DISTROOVERRIDES = "poky:poky-tiny"
>   TCLIBC = "musl"
>   
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#164167): https://lists.openembedded.org/g/openembedded-core/message/164167
> Mute This Topic: https://lists.openembedded.org/mt/90343239/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Jon Mason April 8, 2022, 7:55 p.m. UTC | #2
On Fri, Apr 8, 2022 at 3:40 PM Khem Raj <raj.khem@gmail.com> wrote:
>
>
>
> On 4/8/22 12:25 PM, Jon Mason wrote:
> > Signed-off-by: Jon Mason <jdmason@kudzu.us>
> > ---
> >   meta-poky/conf/distro/poky-tiny.conf | 1 +
> >   1 file changed, 1 insertion(+)
> >
> > diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf
> > index 499af906a898..91c596faf182 100644
> > --- a/meta-poky/conf/distro/poky-tiny.conf
> > +++ b/meta-poky/conf/distro/poky-tiny.conf
> > @@ -32,6 +32,7 @@ require conf/distro/poky.conf
> >   require conf/distro/include/gcsections.inc
> >
> >   DISTRO = "poky-tiny"
> > +DISTRO_NAME = "Poky Tiny (The Smallest Yocto Project Reference Distro)"
>
> maybe replace 'Distro' with Distribution

poky has
DISTRO_NAME = "Poky (Yocto Project Reference Distro)"

But I guess there is some form of humor in the tiny distro having a
longer distro name :)

>
> >   DISTROOVERRIDES = "poky:poky-tiny"
> >   TCLIBC = "musl"
> >
> >
> >
> >
> >
> >
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#164170): https://lists.openembedded.org/g/openembedded-core/message/164170
> Mute This Topic: https://lists.openembedded.org/mt/90343239/3616920
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [jdmason@kudzu.us]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Khem Raj April 8, 2022, 7:59 p.m. UTC | #3
On 4/8/22 12:55 PM, Jon Mason wrote:
> On Fri, Apr 8, 2022 at 3:40 PM Khem Raj <raj.khem@gmail.com> wrote:
>>
>>
>>
>> On 4/8/22 12:25 PM, Jon Mason wrote:
>>> Signed-off-by: Jon Mason <jdmason@kudzu.us>
>>> ---
>>>    meta-poky/conf/distro/poky-tiny.conf | 1 +
>>>    1 file changed, 1 insertion(+)
>>>
>>> diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf
>>> index 499af906a898..91c596faf182 100644
>>> --- a/meta-poky/conf/distro/poky-tiny.conf
>>> +++ b/meta-poky/conf/distro/poky-tiny.conf
>>> @@ -32,6 +32,7 @@ require conf/distro/poky.conf
>>>    require conf/distro/include/gcsections.inc
>>>
>>>    DISTRO = "poky-tiny"
>>> +DISTRO_NAME = "Poky Tiny (The Smallest Yocto Project Reference Distro)"
>>
>> maybe replace 'Distro' with Distribution
> 
> poky has
> DISTRO_NAME = "Poky (Yocto Project Reference Distro)"
> 
> But I guess there is some form of humor in the tiny distro having a
> longer distro name :)


I think this gets into image as well isn't it? If so then Just call it 
'Poky Tiny' is good maybe, saves few extra bytes in image.

> 
>>
>>>    DISTROOVERRIDES = "poky:poky-tiny"
>>>    TCLIBC = "musl"
>>>
>>>
>>>
>>>
>>>
>>>
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#164170): https://lists.openembedded.org/g/openembedded-core/message/164170
>> Mute This Topic: https://lists.openembedded.org/mt/90343239/3616920
>> Group Owner: openembedded-core+owner@lists.openembedded.org
>> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [jdmason@kudzu.us]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>

Patch

diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf
index 499af906a898..91c596faf182 100644
--- a/meta-poky/conf/distro/poky-tiny.conf
+++ b/meta-poky/conf/distro/poky-tiny.conf
@@ -32,6 +32,7 @@  require conf/distro/poky.conf
 require conf/distro/include/gcsections.inc
 
 DISTRO = "poky-tiny"
+DISTRO_NAME = "Poky Tiny (The Smallest Yocto Project Reference Distro)"
 DISTROOVERRIDES = "poky:poky-tiny"
 TCLIBC = "musl"