[OE-core] [PATCH] kernel-yocto: fix typo in error message

Luca Ceresoli luca at lucaceresoli.net
Thu Aug 24 07:40:54 UTC 2017


Signed-off-by: Luca Ceresoli <luca at lucaceresoli.net>
---
 meta/classes/kernel-yocto.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass
index 3c6df92131bc..c8ed1e9108c7 100644
--- a/meta/classes/kernel-yocto.bbclass
+++ b/meta/classes/kernel-yocto.bbclass
@@ -113,7 +113,7 @@ do_kernel_metadata() {
 				sccs="${WORKDIR}/defconfig"
 			fi
 		else
-			bbfatal "A KBUILD_DECONFIG '${KBUILD_DEFCONFIG}' was specified, but not present in the source tree"
+			bbfatal "A KBUILD_DEFCONFIG '${KBUILD_DEFCONFIG}' was specified, but not present in the source tree"
 		fi
 	fi
 
-- 
2.7.4




More information about the Openembedded-core mailing list