kernel.bbclass: fix typo
authorJavier Viguera <javier.viguera@digi.com>
Mon, 5 Aug 2013 17:08:25 +0000 (19:08 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Aug 2013 11:39:59 +0000 (12:39 +0100)
(From OE-Core rev: 8e8ea9294078526a4bb3ade54482cf4d2213b497)

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel.bbclass

index 40a6b5b..ca49aec 100644 (file)
@@ -57,7 +57,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 UBOOT_ENTRYPOINT ?= "20008000"
 UBOOT_LOADADDRESS ?= "${UBOOT_ENTRYPOINT}"
 
-# Some Linux kenrel configurations need additional parameters on the command line
+# Some Linux kernel configurations need additional parameters on the command line
 KERNEL_EXTRA_ARGS ?= ""
 
 # For the kernel, we don't want the '-e MAKEFLAGS=' in EXTRA_OEMAKE.