All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][WIP][PATCH] docker-distribution: manually finish override syntax conversion
@ 2021-07-30 15:13 Martin Jansa
  2021-08-02  3:39 ` Bruce Ashfield
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2021-07-30 15:13 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Martin Jansa

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../docker-distribution/docker-distribution_git.bb              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/docker-distribution/docker-distribution_git.bb b/recipes-containers/docker-distribution/docker-distribution_git.bb
index 48d1c93..028c728 100644
--- a/recipes-containers/docker-distribution/docker-distribution_git.bb
+++ b/recipes-containers/docker-distribution/docker-distribution_git.bb
@@ -69,6 +69,6 @@ FILES:docker-registry += "${localstatedir}/lib/registry/"
 SYSTEMD_SERVICE:docker-registry = "${@bb.utils.contains('DISTRO_FEATURES','systemd','docker-registry.service','',d)}"
 SYSTEMD_AUTO_ENABLE:docker-registry = "enable"
 
-RDEPENDS_${PN}-ptest_remove = "${PN}"
+RDEPENDS:${PN}-ptest:remove = "${PN}"
 
 CVE_PRODUCT = "docker_registry"
-- 
2.30.2


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

* Re: [meta-virtualization][WIP][PATCH] docker-distribution: manually finish override syntax conversion
  2021-07-30 15:13 [meta-virtualization][WIP][PATCH] docker-distribution: manually finish override syntax conversion Martin Jansa
@ 2021-08-02  3:39 ` Bruce Ashfield
  2021-08-04 15:55   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2021-08-02  3:39 UTC (permalink / raw)
  To: Martin Jansa; +Cc: meta-virtualization

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

Thanks!

I've added this to the master-next queue for the overrides conversion.

Bruce

On Fri, Jul 30, 2021 at 11:13 AM Martin Jansa <Martin.Jansa@gmail.com>
wrote:

> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  .../docker-distribution/docker-distribution_git.bb              | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-containers/docker-distribution/
> docker-distribution_git.bb b/recipes-containers/docker-distribution/
> docker-distribution_git.bb
> index 48d1c93..028c728 100644
> --- a/recipes-containers/docker-distribution/docker-distribution_git.bb
> +++ b/recipes-containers/docker-distribution/docker-distribution_git.bb
> @@ -69,6 +69,6 @@ FILES:docker-registry += "${localstatedir}/lib/registry/"
>  SYSTEMD_SERVICE:docker-registry =
> "${@bb.utils.contains('DISTRO_FEATURES','systemd','docker-registry.service','',d)}"
>  SYSTEMD_AUTO_ENABLE:docker-registry = "enable"
>
> -RDEPENDS_${PN}-ptest_remove = "${PN}"
> +RDEPENDS:${PN}-ptest:remove = "${PN}"
>
>  CVE_PRODUCT = "docker_registry"
> --
> 2.30.2
>
>
> 
>
>

-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end
- "Use the force Harry" - Gandalf, Star Trek II

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

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

* Re: [meta-virtualization][WIP][PATCH] docker-distribution: manually finish override syntax conversion
  2021-08-02  3:39 ` Bruce Ashfield
@ 2021-08-04 15:55   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2021-08-04 15:55 UTC (permalink / raw)
  To: Bruce Ashfield, Martin Jansa; +Cc: meta-virtualization

On Sun, 2021-08-01 at 23:39 -0400, Bruce Ashfield wrote:
> Thanks!
> 
> I've added this to the master-next queue for the overrides conversion.

I know Bruce is on vacation, I just wanted to give a heads up that the override
changes merged in master for OE-Core and now several other layers. The two layers
left the autobuilder tests and that haven't been converted are meta-virt and 
meta-arm. Anyone using meta-virt with master will need the master-next branch now.

Cheers,

Richard


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

end of thread, other threads:[~2021-08-04 15:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-30 15:13 [meta-virtualization][WIP][PATCH] docker-distribution: manually finish override syntax conversion Martin Jansa
2021-08-02  3:39 ` Bruce Ashfield
2021-08-04 15:55   ` Richard Purdie

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.