All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qoriq][RESEND PATCH 1/2] lxc: Move to dynamic-layers
@ 2022-03-17 15:36 Sean Anderson
  2022-03-17 15:36 ` [meta-qoriq][RESEND PATCH 2/2] fsl-image-multimedia-full: Move to dynamic layer Sean Anderson
  2022-07-08 20:41 ` [meta-qoriq][RESEND PATCH 1/2] lxc: Move to dynamic-layers Sean Anderson
  0 siblings, 2 replies; 5+ messages in thread
From: Sean Anderson @ 2022-03-17 15:36 UTC (permalink / raw)
  To: meta-freescale, Ting Liu, Leo Li
  Cc: Udit Agarwal, Alison Wang, Otavio Salvador, Jun Zhu,
	Rajesh Bhagat, Shawn Guo, Zhenhua Luo, Mingkai Hu, Priyanka Jain,
	Pramod Kumar, Sean Anderson

This bbappend depends on the virtualization-layer collection. Move it
under the appropriate dynamic layer directory.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
---

 .../virtualization-layer/recipes-containers}/lxc/lxc_%.bbappend   | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename {recipes-containers => dynamic-layers/virtualization-layer/recipes-containers}/lxc/lxc_%.bbappend (100%)

diff --git a/recipes-containers/lxc/lxc_%.bbappend b/dynamic-layers/virtualization-layer/recipes-containers/lxc/lxc_%.bbappend
similarity index 100%
rename from recipes-containers/lxc/lxc_%.bbappend
rename to dynamic-layers/virtualization-layer/recipes-containers/lxc/lxc_%.bbappend
-- 
2.25.1



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

* [meta-qoriq][RESEND PATCH 2/2] fsl-image-multimedia-full: Move to dynamic layer
  2022-03-17 15:36 [meta-qoriq][RESEND PATCH 1/2] lxc: Move to dynamic-layers Sean Anderson
@ 2022-03-17 15:36 ` Sean Anderson
  2022-07-08 20:41 ` [meta-qoriq][RESEND PATCH 1/2] lxc: Move to dynamic-layers Sean Anderson
  1 sibling, 0 replies; 5+ messages in thread
From: Sean Anderson @ 2022-03-17 15:36 UTC (permalink / raw)
  To: meta-freescale, Ting Liu, Leo Li
  Cc: Udit Agarwal, Alison Wang, Otavio Salvador, Jun Zhu,
	Rajesh Bhagat, Shawn Guo, Zhenhua Luo, Mingkai Hu, Priyanka Jain,
	Pramod Kumar, Sean Anderson

This recipe depends on the freescale-distro collection. Move it to an
appropriate dynamic layer.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
---

 conf/layer.conf                                                 | 2 ++
 .../recipes-fsl}/images/fsl-image-multimedia-full.bbappend      | 0
 2 files changed, 2 insertions(+)
 rename {recipes-fsl => dynamic-layers/freescale-distro/recipes-fsl}/images/fsl-image-multimedia-full.bbappend (100%)

diff --git a/conf/layer.conf b/conf/layer.conf
index 65a3361..4001e05 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -45,6 +45,8 @@ FSL_EULA_FILE_MD5SUMS_append = " \
 "
 
 BBFILES_DYNAMIC += " \
+    freescale-distro:${LAYERDIR}/dynamic-layers/freescale-distro/*/*/*.bb \
+    freescale-distro:${LAYERDIR}/dynamic-layers/freescale-distro/*/*/*.bbappend \
     virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/*/*/*.bb \
     virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/*/*/*.bbappend \
 "
diff --git a/recipes-fsl/images/fsl-image-multimedia-full.bbappend b/dynamic-layers/freescale-distro/recipes-fsl/images/fsl-image-multimedia-full.bbappend
similarity index 100%
rename from recipes-fsl/images/fsl-image-multimedia-full.bbappend
rename to dynamic-layers/freescale-distro/recipes-fsl/images/fsl-image-multimedia-full.bbappend
-- 
2.25.1



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

* Re: [meta-qoriq][RESEND PATCH 1/2] lxc: Move to dynamic-layers
  2022-03-17 15:36 [meta-qoriq][RESEND PATCH 1/2] lxc: Move to dynamic-layers Sean Anderson
  2022-03-17 15:36 ` [meta-qoriq][RESEND PATCH 2/2] fsl-image-multimedia-full: Move to dynamic layer Sean Anderson
@ 2022-07-08 20:41 ` Sean Anderson
  2022-07-09 10:47   ` [meta-freescale] " Andrey Zhizhikin
  1 sibling, 1 reply; 5+ messages in thread
From: Sean Anderson @ 2022-07-08 20:41 UTC (permalink / raw)
  To: meta-freescale, Ting Liu, Leo Li, Jun Zhu
  Cc: Udit Agarwal, Alison Wang, Otavio Salvador, Rajesh Bhagat,
	Shawn Guo, Zhenhua Luo, Mingkai Hu, Priyanka Jain, Pramod Kumar



On 3/17/22 11:36 AM, Sean Anderson wrote:
> This bbappend depends on the virtualization-layer collection. Move it
> under the appropriate dynamic layer directory.
> 
> Signed-off-by: Sean Anderson <sean.anderson@seco.com>
> ---
> 
>  .../virtualization-layer/recipes-containers}/lxc/lxc_%.bbappend   | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename {recipes-containers => dynamic-layers/virtualization-layer/recipes-containers}/lxc/lxc_%.bbappend (100%)
> 
> diff --git a/recipes-containers/lxc/lxc_%.bbappend b/dynamic-layers/virtualization-layer/recipes-containers/lxc/lxc_%.bbappend
> similarity index 100%
> rename from recipes-containers/lxc/lxc_%.bbappend
> rename to dynamic-layers/virtualization-layer/recipes-containers/lxc/lxc_%.bbappend
> 

ping?

Jun, it looks like you're maintaining this, can you please have a look?

--Sean


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

* Re: [meta-freescale] [meta-qoriq][RESEND PATCH 1/2] lxc: Move to dynamic-layers
  2022-07-08 20:41 ` [meta-qoriq][RESEND PATCH 1/2] lxc: Move to dynamic-layers Sean Anderson
@ 2022-07-09 10:47   ` Andrey Zhizhikin
  2022-07-11 14:38     ` Sean Anderson
  0 siblings, 1 reply; 5+ messages in thread
From: Andrey Zhizhikin @ 2022-07-09 10:47 UTC (permalink / raw)
  To: sean.anderson
  Cc: meta-freescale, Ting Liu, Leo Li, Jun Zhu, Udit Agarwal,
	Alison Wang, Otavio Salvador, Rajesh Bhagat, Shawn Guo,
	Zhenhua Luo, Mingkai Hu, Priyanka Jain, Pramod Kumar

Hello Sean,

On Fri, Jul 8, 2022 at 10:42 PM Sean Anderson via
lists.yoctoproject.org <sean.anderson=seco.com@lists.yoctoproject.org>
wrote:
>
>
>
> On 3/17/22 11:36 AM, Sean Anderson wrote:
> > This bbappend depends on the virtualization-layer collection. Move it
> > under the appropriate dynamic layer directory.
> >
> > Signed-off-by: Sean Anderson <sean.anderson@seco.com>
> > ---
> >
> >  .../virtualization-layer/recipes-containers}/lxc/lxc_%.bbappend   | 0
> >  1 file changed, 0 insertions(+), 0 deletions(-)
> >  rename {recipes-containers => dynamic-layers/virtualization-layer/recipes-containers}/lxc/lxc_%.bbappend (100%)
> >
> > diff --git a/recipes-containers/lxc/lxc_%.bbappend b/dynamic-layers/virtualization-layer/recipes-containers/lxc/lxc_%.bbappend
> > similarity index 100%
> > rename from recipes-containers/lxc/lxc_%.bbappend
> > rename to dynamic-layers/virtualization-layer/recipes-containers/lxc/lxc_%.bbappend
> >
>
> ping?

If this targets `meta-freescale` layer, then perhaps best would be to
send a PR against it. I'm not sure that someone is picking up patches
from this ML...

>
> Jun, it looks like you're maintaining this, can you please have a look?
>
> --Sean
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#24854): https://lists.yoctoproject.org/g/meta-freescale/message/24854
> Mute This Topic: https://lists.yoctoproject.org/mt/89847972/3617192
> Group Owner: meta-freescale+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-freescale/unsub [andrey.z@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


-- 
Regards,
Andrey.


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

* Re: [meta-freescale] [meta-qoriq][RESEND PATCH 1/2] lxc: Move to dynamic-layers
  2022-07-09 10:47   ` [meta-freescale] " Andrey Zhizhikin
@ 2022-07-11 14:38     ` Sean Anderson
  0 siblings, 0 replies; 5+ messages in thread
From: Sean Anderson @ 2022-07-11 14:38 UTC (permalink / raw)
  To: Andrey Zhizhikin
  Cc: meta-freescale, Ting Liu, Leo Li, Jun Zhu, Udit Agarwal,
	Alison Wang, Otavio Salvador, Rajesh Bhagat, Shawn Guo,
	Zhenhua Luo, Mingkai Hu, Priyanka Jain, Pramod Kumar



On 7/9/22 6:47 AM, Andrey Zhizhikin wrote:
> [You don't often get email from andrey.z@gmail.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
> 
> Hello Sean,
> 
> On Fri, Jul 8, 2022 at 10:42 PM Sean Anderson via
> lists.yoctoproject.org <sean.anderson=seco.com@lists.yoctoproject.org>
> wrote:
>>
>>
>>
>> On 3/17/22 11:36 AM, Sean Anderson wrote:
>> > This bbappend depends on the virtualization-layer collection. Move it
>> > under the appropriate dynamic layer directory.
>> >
>> > Signed-off-by: Sean Anderson <sean.anderson@seco.com>
>> > ---
>> >
>> >  .../virtualization-layer/recipes-containers}/lxc/lxc_%.bbappend   | 0
>> >  1 file changed, 0 insertions(+), 0 deletions(-)
>> >  rename {recipes-containers => dynamic-layers/virtualization-layer/recipes-containers}/lxc/lxc_%.bbappend (100%)
>> >
>> > diff --git a/recipes-containers/lxc/lxc_%.bbappend b/dynamic-layers/virtualization-layer/recipes-containers/lxc/lxc_%.bbappend
>> > similarity index 100%
>> > rename from recipes-containers/lxc/lxc_%.bbappend
>> > rename to dynamic-layers/virtualization-layer/recipes-containers/lxc/lxc_%.bbappend
>> >
>>
>> ping?
> 
> If this targets `meta-freescale` layer,

This targets meta-qoriq.

> then perhaps best would be to
> send a PR against it. I'm not sure that someone is picking up patches
> from this ML...

Unfortunately, there is no dedicated mailing list for meta-qoriq. I have
CC'd as many relevant people at NXP as I can find. I have added this
mailing list to CC in hopes that if I have omitted the proper person at
NXP that they can apply it.

--Sean


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

end of thread, other threads:[~2022-07-11 14:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-17 15:36 [meta-qoriq][RESEND PATCH 1/2] lxc: Move to dynamic-layers Sean Anderson
2022-03-17 15:36 ` [meta-qoriq][RESEND PATCH 2/2] fsl-image-multimedia-full: Move to dynamic layer Sean Anderson
2022-07-08 20:41 ` [meta-qoriq][RESEND PATCH 1/2] lxc: Move to dynamic-layers Sean Anderson
2022-07-09 10:47   ` [meta-freescale] " Andrey Zhizhikin
2022-07-11 14:38     ` Sean Anderson

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.