diff options
author | Stefan Müller-Klieser <s.mueller-klieser@phytec.de> | 2016-08-26 12:16:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-03 09:58:40 +0100 |
commit | a2670159f47a553110dfd7f88e787c3bd31c8393 (patch) | |
tree | a691747df492c5ce81025acd6fc2ea50cafc04bf /meta/classes/kernel.bbclass | |
parent | d5b602c254877d9de7c3b0f18acd70e4523802e9 (diff) | |
download | poky-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.bbclass | 4 |
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 |
157 | KERNEL_EXTRA_ARGS ?= "" | 157 | KERNEL_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 | ||
161 | EXTRA_OEMAKE = "" | ||
162 | |||
163 | KERNEL_ALT_IMAGETYPE ??= "" | 159 | KERNEL_ALT_IMAGETYPE ??= "" |
164 | 160 | ||
165 | copy_initramfs() { | 161 | copy_initramfs() { |