From: Martin Jansa Date: Wed, 20 Nov 2013 11:53:53 +0000 (+0100) Subject: WIP: Add KERNEL_EXTRA_ARGS? X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb9a34145cd194af43eddec7202bbd6ff7e66bd9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git WIP: Add KERNEL_EXTRA_ARGS? --- diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 2a6ec34c360..c7181feb33c 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass @@ -68,6 +68,7 @@ UBOOT_LOADADDRESS ?= "${UBOOT_ENTRYPOINT}" # Some Linux kernel configurations need additional parameters on the command line KERNEL_EXTRA_ARGS ?= "" +#KERNEL_EXTRA_ARGS ?= "LOADADDR=${UBOOT_LOADADDRESS}" # 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