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: lucaceresoli/bug-15201-perf-libtraceevent-missing~24474 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de720a8b10de17e613a8fb20d8df2af0b84507d7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 db427445276..7ee22e145d3 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() {