diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-05-09 18:38:25 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-01-21 18:00:26 -0500 |
| commit | f7008cd7011e314e3bd2dbe5e9e35faff7382ced (patch) | |
| tree | 777996f96b1d9e6ad31794d4b92aa053d1c34541 | |
| parent | eda75fafe2bd38466662d4975bfeef18ee30610c (diff) | |
| download | meta-virtualization-f7008cd7011e314e3bd2dbe5e9e35faff7382ced.tar.gz | |
WIP: docker-registry: add native support
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-containers/docker-distribution/docker-distribution_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/docker-distribution/docker-distribution_git.bb b/recipes-containers/docker-distribution/docker-distribution_git.bb index 5e37fe74..168a5c89 100644 --- a/recipes-containers/docker-distribution/docker-distribution_git.bb +++ b/recipes-containers/docker-distribution/docker-distribution_git.bb | |||
| @@ -75,3 +75,4 @@ SYSTEMD_AUTO_ENABLE:docker-registry = "enable" | |||
| 75 | RDEPENDS:${PN}-ptest:remove = "${PN}" | 75 | RDEPENDS:${PN}-ptest:remove = "${PN}" |
| 76 | 76 | ||
| 77 | CVE_PRODUCT = "docker_registry" | 77 | CVE_PRODUCT = "docker_registry" |
| 78 | BBCLASSEXTEND = "native" | ||
