summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/kernel.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 40a6b5b3ee..ca49aec53a 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -57,7 +57,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
57UBOOT_ENTRYPOINT ?= "20008000" 57UBOOT_ENTRYPOINT ?= "20008000"
58UBOOT_LOADADDRESS ?= "${UBOOT_ENTRYPOINT}" 58UBOOT_LOADADDRESS ?= "${UBOOT_ENTRYPOINT}"
59 59
60# Some Linux kenrel configurations need additional parameters on the command line 60# Some Linux kernel configurations need additional parameters on the command line
61KERNEL_EXTRA_ARGS ?= "" 61KERNEL_EXTRA_ARGS ?= ""
62 62
63# For the kernel, we don't want the '-e MAKEFLAGS=' in EXTRA_OEMAKE. 63# For the kernel, we don't want the '-e MAKEFLAGS=' in EXTRA_OEMAKE.