summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--classes/image-oci.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/image-oci.bbclass b/classes/image-oci.bbclass
index d486de67..7a39d27a 100644
--- a/classes/image-oci.bbclass
+++ b/classes/image-oci.bbclass
@@ -36,7 +36,7 @@
36# to be sure, we'll repeat it here. 36# to be sure, we'll repeat it here.
37ROOTFS_BOOTSTRAP_INSTALL = "" 37ROOTFS_BOOTSTRAP_INSTALL = ""
38# we want container and tar.bz2's to be created 38# we want container and tar.bz2's to be created
39IMAGE_TYPEDEP_oci = "container tar.bz2" 39IMAGE_TYPEDEP:oci = "container tar.bz2"
40 40
41# sloci is the script/project that will create the oci image 41# sloci is the script/project that will create the oci image
42# OCI_IMAGE_BACKEND ?= "sloci-image" 42# OCI_IMAGE_BACKEND ?= "sloci-image"