[oe-commits] [openembedded-core] 02/10: kernel-yocto: fix typo in error message

git at git.openembedded.org git at git.openembedded.org
Thu Aug 24 08:40:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 92b4e043e9e2125105c697be2d0f75b3f01f91b1
Author: Luca Ceresoli <luca at lucaceresoli.net>
AuthorDate: Thu Aug 24 09:40:54 2017 +0200

    kernel-yocto: fix typo in error message
    
    Signed-off-by: Luca Ceresoli <luca at lucaceresoli.net>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 3c6df92..c8ed1e9 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
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list