]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
WIP: Add KERNEL_EXTRA_ARGS?
authorMartin Jansa <Martin.Jansa@gmail.com>
Wed, 20 Nov 2013 11:53:53 +0000 (12:53 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Wed, 13 Jul 2016 12:35:36 +0000 (14:35 +0200)
meta/classes/kernel.bbclass

index 2a6ec34c360761f623959d6a5396ea0cde7053e3..c7181feb33c2f5159a0bf9152f7fa7833f630a12 100644 (file)
@@ -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