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:
parent
89d820d4a6
commit
342f288d04
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue