meta-freescale.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] lxc: Move to dynamic-layers
@ 2022-02-10 21:41 Sean Anderson
  2022-02-10 21:41 ` [PATCH 2/2] fsl-image-multimedia-full: Move to dynamic layer Sean Anderson
  2022-02-11 14:52 ` [meta-freescale] [PATCH 1/2] lxc: Move to dynamic-layers Otavio Salvador
  0 siblings, 2 replies; 7+ messages in thread
From: Sean Anderson @ 2022-02-10 21:41 UTC (permalink / raw)
  To: meta-freescale, Ting Liu; +Cc: 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] 7+ messages in thread

* [PATCH 2/2] fsl-image-multimedia-full: Move to dynamic layer
  2022-02-10 21:41 [PATCH 1/2] lxc: Move to dynamic-layers Sean Anderson
@ 2022-02-10 21:41 ` Sean Anderson
  2022-02-10 21:41   ` Sean Anderson
  2022-02-11 14:52 ` [meta-freescale] [PATCH 1/2] lxc: Move to dynamic-layers Otavio Salvador
  1 sibling, 1 reply; 7+ messages in thread
From: Sean Anderson @ 2022-02-10 21:41 UTC (permalink / raw)
  To: meta-freescale, Ting Liu; +Cc: 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] 7+ messages in thread

* Re: [PATCH 2/2] fsl-image-multimedia-full: Move to dynamic layer
  2022-02-10 21:41 ` [PATCH 2/2] fsl-image-multimedia-full: Move to dynamic layer Sean Anderson
@ 2022-02-10 21:41   ` Sean Anderson
  2022-02-11 14:53     ` [meta-freescale] " Otavio Salvador
  0 siblings, 1 reply; 7+ messages in thread
From: Sean Anderson @ 2022-02-10 21:41 UTC (permalink / raw)
  To: meta-freescale, Ting Liu

On 2/10/22 4:41 PM, Sean Anderson wrote:
> 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
> 

I forgot to note this in the subject, but these should be applied to meta-qoriq.

--Sean


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

* Re: [meta-freescale] [PATCH 1/2] lxc: Move to dynamic-layers
  2022-02-10 21:41 [PATCH 1/2] lxc: Move to dynamic-layers Sean Anderson
  2022-02-10 21:41 ` [PATCH 2/2] fsl-image-multimedia-full: Move to dynamic layer Sean Anderson
@ 2022-02-11 14:52 ` Otavio Salvador
  2022-02-11 16:03   ` [meta-qoriq] " Sean Anderson
  1 sibling, 1 reply; 7+ messages in thread
From: Otavio Salvador @ 2022-02-11 14:52 UTC (permalink / raw)
  To: sean.anderson; +Cc: meta-freescale, Ting Liu

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

Please send a PR on GitHub.

Em qui., 10 de fev. de 2022 às 18:41, Sean Anderson via
lists.yoctoproject.org <sean.anderson=seco.com@lists.yoctoproject.org>
escreveu:

> 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
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#24812):
> https://lists.yoctoproject.org/g/meta-freescale/message/24812
> Mute This Topic: https://lists.yoctoproject.org/mt/89056412/3617537
> Group Owner: meta-freescale+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-freescale/unsub [
> otavio.salvador@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854          Mobile: +1 (347) 903-9750

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

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

* Re: [meta-freescale] [PATCH 2/2] fsl-image-multimedia-full: Move to dynamic layer
  2022-02-10 21:41   ` Sean Anderson
@ 2022-02-11 14:53     ` Otavio Salvador
  0 siblings, 0 replies; 7+ messages in thread
From: Otavio Salvador @ 2022-02-11 14:53 UTC (permalink / raw)
  To: sean.anderson; +Cc: meta-freescale, Ting Liu

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

Please send a PR on GitHub.

Em qui., 10 de fev. de 2022 às 18:42, Sean Anderson via
lists.yoctoproject.org <sean.anderson=seco.com@lists.yoctoproject.org>
escreveu:

> On 2/10/22 4:41 PM, Sean Anderson wrote:
> > 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
> >
>
> I forgot to note this in the subject, but these should be applied to
> meta-qoriq.
>
> --Sean
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#24813):
> https://lists.yoctoproject.org/g/meta-freescale/message/24813
> Mute This Topic: https://lists.yoctoproject.org/mt/89056411/3617537
> Group Owner: meta-freescale+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-freescale/unsub [
> otavio.salvador@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854          Mobile: +1 (347) 903-9750

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

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

* Re: [meta-qoriq] [PATCH 1/2] lxc: Move to dynamic-layers
  2022-02-11 14:52 ` [meta-freescale] [PATCH 1/2] lxc: Move to dynamic-layers Otavio Salvador
@ 2022-02-11 16:03   ` Sean Anderson
  2022-02-21 16:09     ` Sean Anderson
  0 siblings, 1 reply; 7+ messages in thread
From: Sean Anderson @ 2022-02-11 16:03 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale, Ting Liu

Hi Otavio,

On 2/11/22 9:52 AM, Otavio Salvador wrote:
> Please send a PR on GitHub.

The meta-qoriq layer on github [1] has not been updated since 2018. I cannot
submit a patch against it because these patches would not apply.

--Sean

[1] https://github.com/qoriq-open-source/meta-qoriq-demos


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

* Re: [meta-qoriq] [PATCH 1/2] lxc: Move to dynamic-layers
  2022-02-11 16:03   ` [meta-qoriq] " Sean Anderson
@ 2022-02-21 16:09     ` Sean Anderson
  0 siblings, 0 replies; 7+ messages in thread
From: Sean Anderson @ 2022-02-21 16:09 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale, Ting Liu



On 2/11/22 11:03 AM, Sean Anderson wrote:
> Hi Otavio,
> 
> On 2/11/22 9:52 AM, Otavio Salvador wrote:
>> Please send a PR on GitHub.
> 
> The meta-qoriq layer on github [1] has not been updated since 2018. I cannot
> submit a patch against it because these patches would not apply.
> 
> --Sean
> 
> [1] https://github.com/qoriq-open-source/meta-qoriq-demos
> 

ping?

Is this the correct place to send patches for QorIQ components?

I also have a patch for DCE [1] but I don't know where to send it.

--Sean

[1] https://source.codeaurora.org/external/qoriq/qoriq-components/dce/


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

end of thread, other threads:[~2022-02-21 16:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-10 21:41 [PATCH 1/2] lxc: Move to dynamic-layers Sean Anderson
2022-02-10 21:41 ` [PATCH 2/2] fsl-image-multimedia-full: Move to dynamic layer Sean Anderson
2022-02-10 21:41   ` Sean Anderson
2022-02-11 14:53     ` [meta-freescale] " Otavio Salvador
2022-02-11 14:52 ` [meta-freescale] [PATCH 1/2] lxc: Move to dynamic-layers Otavio Salvador
2022-02-11 16:03   ` [meta-qoriq] " Sean Anderson
2022-02-21 16:09     ` Sean Anderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).