From: Javier Viguera Date: Mon, 5 Aug 2013 17:08:25 +0000 (+0200) Subject: kernel.bbclass: fix typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b6fd470103ba778a5bd70353a9bd7fa28686534;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git kernel.bbclass: fix typo (From OE-Core rev: 8e8ea9294078526a4bb3ade54482cf4d2213b497) Signed-off-by: Javier Viguera Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 40a6b5b3ee2..ca49aec53a5 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.