docker: drop docker-ce recipe

docker-ce is now the same as moby. We've had a warning for
quite some time now, so it is time to remove the recipe.

We don't RPROVIDE docker-ce in the docker-moby recipe as
part of this removal, as all docker packages have been
RPROVIDING "docker" regardless of the variant. images and
packagelists should be using that provider, not docker-moby
and docker-ce

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2023-09-06 03:09:26 +00:00
parent 103695c7b9
commit 7ed351dbdc

View File

@ -1,8 +0,0 @@
# docker-ce and docker-moby are now nearly identical. We simply include the
# moby recipe and warn if this is being built.
include docker-moby_git.bb
do_compile:prepend() {
bbwarn "${PN} is now the same as docker-moby. This recipe will be removed in future releases."
bbwarn "Consumers of docker should migrate to moby as soon as possible"
}