]> code.ossystems Code Review - openembedded-core.git/commitdiff
kernel.bbclass: remove EXTRA_OEMAKE workaround
authorStefan Müller-Klieser <s.mueller-klieser@phytec.de>
Fri, 26 Aug 2016 10:16:07 +0000 (12:16 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 3 Sep 2016 08:58:28 +0000 (09:58 +0100)
The default of EXTRA_OEMAKE is already empty since commit:

OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa
bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE

Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel.bbclass

index db42744527682db6e14d8ab0b3a5c1c108c1a49f..7ee22e145d340786ca1e87fcf0a64f97bae83428 100644 (file)
@@ -156,10 +156,6 @@ UBOOT_LOADADDRESS ?= "${UBOOT_ENTRYPOINT}"
 # 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.
-# We don't want to override kernel Makefile variables from the environment
-EXTRA_OEMAKE = ""
-
 KERNEL_ALT_IMAGETYPE ??= ""
 
 copy_initramfs() {