All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] meta-networking: Add meta-phython to BBFILES_DYNAMIC
@ 2022-05-06 12:12 Teresa Remmet
  2022-05-07  3:06 ` [oe] " Kai
  0 siblings, 1 reply; 4+ messages in thread
From: Teresa Remmet @ 2022-05-06 12:12 UTC (permalink / raw)
  To: openembedded-devel

Activate recipes in dynamic-layers of meta-networking.

Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
---
 meta-networking/conf/layer.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf
index 3069cfb6a39d..a7d6da8fd7d7 100644
--- a/meta-networking/conf/layer.conf
+++ b/meta-networking/conf/layer.conf
@@ -24,3 +24,6 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
   wireguard-tools->wireguard-module \
   wireless-regdb->crda \
 "
+BBFILES_DYNAMIC += " \
+    meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
+"
-- 
2.25.1



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

* Re: [oe] [meta-networking][PATCH] meta-networking: Add meta-phython to BBFILES_DYNAMIC
  2022-05-06 12:12 [meta-networking][PATCH] meta-networking: Add meta-phython to BBFILES_DYNAMIC Teresa Remmet
@ 2022-05-07  3:06 ` Kai
  2022-05-07  3:22   ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Kai @ 2022-05-07  3:06 UTC (permalink / raw)
  To: Teresa Remmet, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1242 bytes --]

On 5/6/22 8:12 PM, Teresa Remmet wrote:
> Activate recipes in dynamic-layers of meta-networking.
>
> Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
> ---
>   meta-networking/conf/layer.conf | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf
> index 3069cfb6a39d..a7d6da8fd7d7 100644
> --- a/meta-networking/conf/layer.conf
> +++ b/meta-networking/conf/layer.conf
> @@ -24,3 +24,6 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
>     wireguard-tools->wireguard-module \
>     wireless-regdb->crda \
>   "
> +BBFILES_DYNAMIC += " \
> +    meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
> +"
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#96973): https://lists.openembedded.org/g/openembedded-devel/message/96973
> Mute This Topic: https://lists.openembedded.org/mt/90931634/3616933
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [kai.kang@windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Thanks, I met the same issue. BTW, there is a typo in the title, 
's/phython/python/'.

-- 
Kai Kang
Wind River Linux


[-- Attachment #2: Type: text/html, Size: 2277 bytes --]

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

* Re: [oe] [meta-networking][PATCH] meta-networking: Add meta-phython to BBFILES_DYNAMIC
  2022-05-07  3:06 ` [oe] " Kai
@ 2022-05-07  3:22   ` Khem Raj
  2022-05-09  6:15     ` Teresa Remmet
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2022-05-07  3:22 UTC (permalink / raw)
  To: kai, Teresa Remmet, openembedded-devel



On 5/6/22 20:06, kai wrote:
> On 5/6/22 8:12 PM, Teresa Remmet wrote:
>> Activate recipes in dynamic-layers of meta-networking.
>>
>> Signed-off-by: Teresa Remmet<t.remmet@phytec.de>
>> ---
>>   meta-networking/conf/layer.conf | 3 +++
>>   1 file changed, 3 insertions(+)
>>
>> diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf
>> index 3069cfb6a39d..a7d6da8fd7d7 100644
>> --- a/meta-networking/conf/layer.conf
>> +++ b/meta-networking/conf/layer.conf
>> @@ -24,3 +24,6 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
>>     wireguard-tools->wireguard-module \
>>     wireless-regdb->crda \
>>   "
>> +BBFILES_DYNAMIC += " \
>> +    meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
>> +"
>>
> Thanks, I met the same issue. BTW, there is a typo in the title, 
> 's/phython/python/'.

thanks I have taken care of this, no need to send v2
> 
> -- 
> Kai Kang
> Wind River Linux
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#96975): https://lists.openembedded.org/g/openembedded-devel/message/96975
> Mute This Topic: https://lists.openembedded.org/mt/90931634/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


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

* Re: [oe] [meta-networking][PATCH] meta-networking: Add meta-phython to BBFILES_DYNAMIC
  2022-05-07  3:22   ` Khem Raj
@ 2022-05-09  6:15     ` Teresa Remmet
  0 siblings, 0 replies; 4+ messages in thread
From: Teresa Remmet @ 2022-05-09  6:15 UTC (permalink / raw)
  To: kai.kang, raj.khem, openembedded-devel

Am Freitag, dem 06.05.2022 um 20:22 -0700 schrieb Khem Raj:
> 
> On 5/6/22 20:06, kai wrote:
> > On 5/6/22 8:12 PM, Teresa Remmet wrote:
> > > Activate recipes in dynamic-layers of meta-networking.
> > > 
> > > Signed-off-by: Teresa Remmet<t.remmet@phytec.de>
> > > ---
> > >   meta-networking/conf/layer.conf | 3 +++
> > >   1 file changed, 3 insertions(+)
> > > 
> > > diff --git a/meta-networking/conf/layer.conf b/meta-
> > > networking/conf/layer.conf
> > > index 3069cfb6a39d..a7d6da8fd7d7 100644
> > > --- a/meta-networking/conf/layer.conf
> > > +++ b/meta-networking/conf/layer.conf
> > > @@ -24,3 +24,6 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
> > >     wireguard-tools->wireguard-module \
> > >     wireless-regdb->crda \
> > >   "
> > > +BBFILES_DYNAMIC += " \
> > > +    meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-
> > > */*/*.bb \
> > > +"
> > > 
> > Thanks, I met the same issue. BTW, there is a typo in the title, 
> > 's/phython/python/'.
> 
> thanks I have taken care of this, no need to send v2

Thank you for fixing that.

Teresa

> > -- 
> > Kai Kang
> > Wind River Linux
> > 
> > 
> > 
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#96975): 
> > https://lists.openembedded.org/g/openembedded-devel/message/96975
> > Mute This Topic: https://lists.openembedded.org/mt/90931634/1997914
> > Group Owner: openembedded-devel+owner@lists.openembedded.org
> > Unsubscribe: 
> > https://lists.openembedded.org/g/openembedded-devel/unsub
> > [raj.khem@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> > 
-- 
PHYTEC Messtechnik GmbH | Robert-Koch-Str. 39 | 55129 Mainz, Germany

Geschäftsführer: Dipl.-Ing. Michael Mitezki, Dipl.-Ing. Bodo Huber |
Handelsregister Mainz HRB 4656 | Finanzamt Mainz | St.Nr. 266500608, DE
149059855

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

end of thread, other threads:[~2022-05-09  6:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-06 12:12 [meta-networking][PATCH] meta-networking: Add meta-phython to BBFILES_DYNAMIC Teresa Remmet
2022-05-07  3:06 ` [oe] " Kai
2022-05-07  3:22   ` Khem Raj
2022-05-09  6:15     ` Teresa Remmet

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.