summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/image_types.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass
index 00a00d318f..05e5b0a2e0 100644
--- a/meta/classes/image_types.bbclass
+++ b/meta/classes/image_types.bbclass
@@ -154,7 +154,7 @@ multiubi_mkfs() {
154 local ubinize_args="$2" 154 local ubinize_args="$2"
155 155
156 # Added prompt error message for ubi and ubifs image creation. 156 # Added prompt error message for ubi and ubifs image creation.
157 if [ -z "$mkubifs_args"] || [ -z "$ubinize_args" ]; then 157 if [ -z "$mkubifs_args" ] || [ -z "$ubinize_args" ]; then
158 bbfatal "MKUBIFS_ARGS and UBINIZE_ARGS have to be set, see http://www.linux-mtd.infradead.org/faq/ubifs.html for details" 158 bbfatal "MKUBIFS_ARGS and UBINIZE_ARGS have to be set, see http://www.linux-mtd.infradead.org/faq/ubifs.html for details"
159 fi 159 fi
160 160