All of lore.kernel.org
 help / color / mirror / Atom feed
* [master/thud][PATCH] packagegroup-arago-base: add avahi-utils along with zeroconf
@ 2019-08-01 13:24 Jacob Stiffler
  2019-08-01 15:40 ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Jacob Stiffler @ 2019-08-01 13:24 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
index 4094d90..cc601b0 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
@@ -31,7 +31,7 @@ ARAGO_EXTRA = "\
 
 # minimal set of packages - needed to boot
 RDEPENDS_${PN} = "\
-    ${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'packagegroup-base-zeroconf', '',d)} \
+    ${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'packagegroup-base-zeroconf avahi-utils', '',d)} \
     ${@bb.utils.contains('MACHINE_FEATURES', 'alsa', '${ARAGO_ALSA_BASE}', '',d)} \
     ${ARAGO_BASE} \
     ${ARAGO_EXTRA} \
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [master/thud][PATCH] packagegroup-arago-base: add avahi-utils along with zeroconf
  2019-08-01 13:24 [master/thud][PATCH] packagegroup-arago-base: add avahi-utils along with zeroconf Jacob Stiffler
@ 2019-08-01 15:40 ` Denys Dmytriyenko
  2019-08-01 15:45   ` Jacob Stiffler
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2019-08-01 15:40 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

Not sure adding to the base is a good idea here...


On Thu, Aug 01, 2019 at 09:24:28AM -0400, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
> index 4094d90..cc601b0 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
> @@ -31,7 +31,7 @@ ARAGO_EXTRA = "\
>  
>  # minimal set of packages - needed to boot
>  RDEPENDS_${PN} = "\
> -    ${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'packagegroup-base-zeroconf', '',d)} \
> +    ${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'packagegroup-base-zeroconf avahi-utils', '',d)} \
>      ${@bb.utils.contains('MACHINE_FEATURES', 'alsa', '${ARAGO_ALSA_BASE}', '',d)} \
>      ${ARAGO_BASE} \
>      ${ARAGO_EXTRA} \
> -- 
> 2.7.4
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [master/thud][PATCH] packagegroup-arago-base: add avahi-utils along with zeroconf
  2019-08-01 15:40 ` Denys Dmytriyenko
@ 2019-08-01 15:45   ` Jacob Stiffler
  2019-08-01 15:47     ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Jacob Stiffler @ 2019-08-01 15:45 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago


On 8/1/2019 11:40 AM, Denys Dmytriyenko wrote:
> Not sure adding to the base is a good idea here...


Makes sense. Do you have any suggestions? Maybe console, connectivity, 
or addons?


>
> On Thu, Aug 01, 2019 at 09:24:28AM -0400, Jacob Stiffler wrote:
>> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
>> ---
>>   meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
>> index 4094d90..cc601b0 100644
>> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
>> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
>> @@ -31,7 +31,7 @@ ARAGO_EXTRA = "\
>>   
>>   # minimal set of packages - needed to boot
>>   RDEPENDS_${PN} = "\
>> -    ${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'packagegroup-base-zeroconf', '',d)} \
>> +    ${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'packagegroup-base-zeroconf avahi-utils', '',d)} \
>>       ${@bb.utils.contains('MACHINE_FEATURES', 'alsa', '${ARAGO_ALSA_BASE}', '',d)} \
>>       ${ARAGO_BASE} \
>>       ${ARAGO_EXTRA} \
>> -- 
>> 2.7.4
>>
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [master/thud][PATCH] packagegroup-arago-base: add avahi-utils along with zeroconf
  2019-08-01 15:45   ` Jacob Stiffler
@ 2019-08-01 15:47     ` Denys Dmytriyenko
  0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2019-08-01 15:47 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

On Thu, Aug 01, 2019 at 11:45:54AM -0400, Jacob Stiffler wrote:
> 
> On 8/1/2019 11:40 AM, Denys Dmytriyenko wrote:
> >Not sure adding to the base is a good idea here...
> 
> 
> Makes sense. Do you have any suggestions? Maybe console, connectivity, or
> addons?

Yes, any of those sounds reasonable.


> >On Thu, Aug 01, 2019 at 09:24:28AM -0400, Jacob Stiffler wrote:
> >>Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> >>---
> >>  meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >>diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
> >>index 4094d90..cc601b0 100644
> >>--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
> >>+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
> >>@@ -31,7 +31,7 @@ ARAGO_EXTRA = "\
> >>  # minimal set of packages - needed to boot
> >>  RDEPENDS_${PN} = "\
> >>-    ${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'packagegroup-base-zeroconf', '',d)} \
> >>+    ${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'packagegroup-base-zeroconf avahi-utils', '',d)} \
> >>      ${@bb.utils.contains('MACHINE_FEATURES', 'alsa', '${ARAGO_ALSA_BASE}', '',d)} \
> >>      ${ARAGO_BASE} \
> >>      ${ARAGO_EXTRA} \
> >>-- 
> >>2.7.4
> >>
> >>_______________________________________________
> >>meta-arago mailing list
> >>meta-arago@arago-project.org
> >>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-01 15:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-01 13:24 [master/thud][PATCH] packagegroup-arago-base: add avahi-utils along with zeroconf Jacob Stiffler
2019-08-01 15:40 ` Denys Dmytriyenko
2019-08-01 15:45   ` Jacob Stiffler
2019-08-01 15:47     ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.