chore(container): remove the container machine overrides

We can build container with non-container machine with
coreos-container-image classes so having a MACHINEOVERRIDES
for container machines only is misleading
This commit is contained in:
Samuel Dolt 2023-02-02 10:12:00 +01:00
parent 89d820d4a6
commit 342f288d04
1 changed files with 0 additions and 3 deletions

View File

@ -2,9 +2,6 @@
IMAGE_FSTYPES += "container oci"
IMGCLASSES:append = " image-oci"
# Add an override that work for all container image
MACHINEOVERRIDES =. "container:"
# Containers don't need a kernel
PREFERRED_PROVIDER_virtual/kernel = "linux-dummy"