From: Stefan Müller-Klieser Date: Fri, 26 Aug 2016 10:16:07 +0000 (+0200) Subject: kernel.bbclass: remove EXTRA_OEMAKE workaround X-Git-Tag: uninative-1.4~369 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=de720a8b10de17e613a8fb20d8df2af0b84507d7;p=openembedded-core.git 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 Signed-off-by: Stefan Müller-Klieser Signed-off-by: Richard Purdie --- 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}" # 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() {