All of lore.kernel.org
 help / color / mirror / Atom feed
* menuconfig vs. config fragments?
@ 2012-07-09 10:39 James Abernathy
  2012-07-09 10:42 ` Andrei Gherzan
  0 siblings, 1 reply; 7+ messages in thread
From: James Abernathy @ 2012-07-09 10:39 UTC (permalink / raw)
  To: yocto

my goal of this test was to see if I could use the n450 BSP as a starting point for a BSP to support my Acer Aspire One n450 based netbook.  The core-image-sato will boot from USB key on the netbook if I use the ZIP drive format for the USB key, but the current n450 BSP doesn't include the drivers for the networking hardware in the netbook.

I found by testing, using the menuconfig option documented in the Developer Manual Appendix B example, that I needed to add 2 parameters to the .config:

CONFIG_ATH9K_PCI
CONFIG_ATL1C

To make this change easier to manage and more permanent, I thought about creating a config fragment.  I put the config parameters in a file, myconfig, in the linux-yocto directory at the same level as the linux-yocto_3.2.bbappend file, where I added:

SRC_URI += "file//myconfig"

I can see from the tmp/work directory that bitbake found my myconfig file and copied it over, but the .config file used in the building of the kernel didn't have the parameters listed and obviously, the drivers didn't make it.

Is there something else to do to get these config parameters included as config fragments?  Is there some tool reviewing the config parameters and throwing my 2 out for some reason?  

The only way I've gotten this to work is with the bitbake linux-yocto -c menuconfig command and manually adding the parameters.

Jim A



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-07-12 15:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-09 10:39 menuconfig vs. config fragments? James Abernathy
2012-07-09 10:42 ` Andrei Gherzan
2012-07-09 11:12   ` Jack Mitchell
2012-07-09 12:07   ` Bruce Ashfield
2012-07-09 12:13     ` James Abernathy
2012-07-09 12:52       ` James Abernathy
2012-07-12 15:04         ` Rifenbark, Scott M

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.