summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/kernel.bbclass4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index db42744527..7ee22e145d 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -156,10 +156,6 @@ UBOOT_LOADADDRESS ?= "${UBOOT_ENTRYPOINT}"
156# Some Linux kernel configurations need additional parameters on the command line 156# Some Linux kernel configurations need additional parameters on the command line
157KERNEL_EXTRA_ARGS ?= "" 157KERNEL_EXTRA_ARGS ?= ""
158 158
159# For the kernel, we don't want the '-e MAKEFLAGS=' in EXTRA_OEMAKE.
160# We don't want to override kernel Makefile variables from the environment
161EXTRA_OEMAKE = ""
162
163KERNEL_ALT_IMAGETYPE ??= "" 159KERNEL_ALT_IMAGETYPE ??= ""
164 160
165copy_initramfs() { 161copy_initramfs() {