[OLPC-devel] New buildrom is ready
Ronald G Minnich
rminnich at lanl.gov
Fri Aug 11 10:13:08 EDT 2006
Richard Smith wrote:
> Jordan and Ron: Perhaps the config file needs to be a setting in
> 'Config.mk'?
it is. Look at the linuxbios makefile
ifeq ($(LINUXBIOS_CONFIG),)
LINUXBIOS_CONFIG=Config.1M.lb
endif
The setting has a default value, which you can override, just as you can
override the default version.
If not set in Config.mk, it will default to Config.1M.lb.
To override, do this in Config.mk
LINUXBIOS_CONFIG=Config.SPI.lb
So, I think you might have changed more than needed.
> Its way past my bedtime and I'm totally wired on coffee. Lets hope I
> didn't break anything.
>
I don't think you broke anything, but I think the changes may have been
more than was needed.
thanks
ron
More information about the Devel
mailing list