mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
image-oci: use new override syntax
The dependencies of the image-oci class were missed in initial conversions. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
96712be73d
commit
8106d11f2e
|
@ -36,7 +36,7 @@
|
|||
# to be sure, we'll repeat it here.
|
||||
ROOTFS_BOOTSTRAP_INSTALL = ""
|
||||
# we want container and tar.bz2's to be created
|
||||
IMAGE_TYPEDEP_oci = "container tar.bz2"
|
||||
IMAGE_TYPEDEP:oci = "container tar.bz2"
|
||||
|
||||
# sloci is the script/project that will create the oci image
|
||||
# OCI_IMAGE_BACKEND ?= "sloci-image"
|
||||
|
|
Loading…
Reference in New Issue
Block a user