Dear Khem Raj, In message <camkf1so3xwmob30-yogul9jcuhotesmgtdrxtlwkt_dyn-l...@mail.gmail.com> you wrote: > > > Add KERNEL_EXTRA_ARGS parameter so affected boards can add for example > > > > KERNEL_EXTRA_ARGS = "LOADADDR=0x80008000" > > > > to their configuration. We make this general enough so other needed > > command line options can be passed as well when compiling the kernel. > > will EXTRA_OEMAKE = "..." work ?
No, it will not, as "meta/classes/kernel.bbclass" explicitly ignores all EXTRA_OEMAKE settings: ... # 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 = "" ... Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] I express preference for a chronological sequence of events which precludes a violence. - Terry Pratchett, _The Dark Side of the Sun_ _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
