diff options
-rw-r--r-- | classes/image_types_ostree.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass index c6b0727..2a74e51 100644 --- a/classes/image_types_ostree.bbclass +++ b/classes/image_types_ostree.bbclass | |||
@@ -22,10 +22,10 @@ python () { | |||
22 | if d.getVar("SOTA_AUTOPROVISION_CREDENTIALS", True): | 22 | if d.getVar("SOTA_AUTOPROVISION_CREDENTIALS", True): |
23 | bb.warn("SOTA_AUTOPROVISION_CREDENTIALS are overriden by those in SOTA_PACKED_CREDENTIALS") | 23 | bb.warn("SOTA_AUTOPROVISION_CREDENTIALS are overriden by those in SOTA_PACKED_CREDENTIALS") |
24 | if d.getVar("SOTA_AUTOPROVISION_URL", True): | 24 | if d.getVar("SOTA_AUTOPROVISION_URL", True): |
25 | bb.warn("SOTA_AUTOPROVISION_URL is overriden by one in SOTA_PACKED_CREDENTIALS") | 25 | bb.warn("SOTA_AUTOPROVISION_URL is overriden by the one in SOTA_PACKED_CREDENTIALS") |
26 | 26 | ||
27 | if d.getVar("SOTA_AUTOPROVISION_URL_FILE", True): | 27 | if d.getVar("SOTA_AUTOPROVISION_URL_FILE", True): |
28 | bb.warn("SOTA_AUTOPROVISION_URL_FILE is overriden by one in SOTA_PACKED_CREDENTIALS") | 28 | bb.warn("SOTA_AUTOPROVISION_URL_FILE is overriden by the one in SOTA_PACKED_CREDENTIALS") |
29 | 29 | ||
30 | if d.getVar("OSTREE_PUSH_CREDENTIALS", True): | 30 | if d.getVar("OSTREE_PUSH_CREDENTIALS", True): |
31 | bb.warn("OSTREE_PUSH_CREDENTIALS are overriden by those in SOTA_PACKED_CREDENTIALS") | 31 | bb.warn("OSTREE_PUSH_CREDENTIALS are overriden by those in SOTA_PACKED_CREDENTIALS") |