mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
103695c7b9
commit
7ed351dbdc
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user