On Sat, Jan 19, 2008 at 08:55:44AM -0800, ron minnich wrote:
On Jan 19, 2008 8:18 AM, Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net wrote:
On 19.01.2008 07:39, ron minnich wrote:
Marc, should we modify the LX build to somehow wget the VSA and copy it in to LAR? Or should we have a top-level "blob" directory in v3 that includes the vsa file, and then build it in to LAR?
Please don't store any blobs in the v3 tree directly.
I am probably going to put a wget for the vsa in the board or cpu or northbridge makefile; and add a rule to drop
I'm not sure I like this. IMO the build should always work fully offline. With such a move you're forcing people to have net access while building, which can bring several problems which we could prevent.
IMO wgetting VSAs etc. is a buildrom job. For manual builds you should just put it somewhere and point to it via a 'make menuconfig' option.
Since we don't absolutely require buildrom to build a rom image, we need to make sure we can get a working coreboot image from the coreboot build.
Yes, indeed. But we don't need wget or net access for that.
Uwe.