summaryrefslogtreecommitdiffstats
path: root/meta/classes/kernel.bbclass
diff options
context:
space:
mode:
authorStefan Müller-Klieser <s.mueller-klieser@phytec.de>2016-08-26 12:16:07 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-03 09:58:40 +0100
commita2670159f47a553110dfd7f88e787c3bd31c8393 (patch)
treea691747df492c5ce81025acd6fc2ea50cafc04bf /meta/classes/kernel.bbclass
parentd5b602c254877d9de7c3b0f18acd70e4523802e9 (diff)
downloadpoky-a2670159f47a553110dfd7f88e787c3bd31c8393.tar.gz
kernel.bbclass: remove EXTRA_OEMAKE workaround
The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE (From OE-Core rev: de720a8b10de17e613a8fb20d8df2af0b84507d7) Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/kernel.bbclass')
-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() {