[OE-core] [PATCH] kernel.bbclass: fix typo

Javier Viguera javier.viguera at digi.com
Mon Aug 5 17:08:25 UTC 2013


Signed-off-by: Javier Viguera <javier.viguera at digi.com>
---
 meta/classes/kernel.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 40a6b5b..ca49aec 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -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.



More information about the Openembedded-core mailing list