]> code.ossystems Code Review - openembedded-core.git/commitdiff
kernel-yocto: fix typo in error message
authorLuca Ceresoli <luca@lucaceresoli.net>
Thu, 24 Aug 2017 07:40:54 +0000 (09:40 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Aug 2017 08:33:20 +0000 (09:33 +0100)
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel-yocto.bbclass

index 3c6df92131bc3b82f63420f7b1e107f98d629530..c8ed1e9108c732f70129b957a4d5b84dfc4cdf2b 100644 (file)
@@ -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